diff options
author | Dan Radez <dradez@redhat.com> | 2016-09-21 14:14:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-21 14:14:56 +0000 |
commit | 338d4ecdc85877e09403ff5030ca655db73ca81c (patch) | |
tree | 6732d9ba7fe5b7087e6d10708b106deb72dc7600 /lib | |
parent | c825ac05423d31bb26a2b6b6781e8031817ee5a2 (diff) | |
parent | 14ae9ca23f3b00b49db1480be12c41d6236a5f4a (diff) |
Merge "Increase ironic undercloud timouts" into stable/colorado
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/undercloud-functions.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/undercloud-functions.sh b/lib/undercloud-functions.sh index f5b53ee7..5f455889 100755 --- a/lib/undercloud-functions.sh +++ b/lib/undercloud-functions.sh @@ -211,6 +211,8 @@ if [[ "$net_isolation_enabled" == "TRUE" ]]; then openstack-config --set undercloud.conf DEFAULT inspection_iprange ${admin_network_introspection_range} openstack-config --set undercloud.conf DEFAULT undercloud_debug false openstack-config --set undercloud.conf DEFAULT undercloud_hostname "undercloud.${domain_name}" + sudo openstack-config --set /etc/ironic/ironic.conf disk_utils iscsi_verify_attempts 30 + sudo openstack-config --set /etc/ironic/ironic.conf disk_partitioner check_device_max_retries 40 fi |