diff options
author | Feng Pan <fpan@redhat.com> | 2017-04-10 11:26:41 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-04-10 21:59:51 +0000 |
commit | 1ed4b476cc7569b63567b73badaee578b3ed8fc5 (patch) | |
tree | 29afdefc305b441d0e054506c277e736a4c37904 /lib | |
parent | d5a893088b4965806ae81dbc08ba2bf9da23a72e (diff) |
Disable tripleo_ui
Change-Id: Ib35bc67d15c306b416801838bba48b7090bff174
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit bf3e6ff5f6a46f1b0bc9d44f27a305aa4f26c469)
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/undercloud-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/undercloud-functions.sh b/lib/undercloud-functions.sh index 7108dcf5..0b13c8c8 100755 --- a/lib/undercloud-functions.sh +++ b/lib/undercloud-functions.sh @@ -212,6 +212,7 @@ openstack-config --set undercloud.conf DEFAULT dhcp_end ${admin_dhcp_range##*,} openstack-config --set undercloud.conf DEFAULT inspection_iprange ${admin_introspection_range} openstack-config --set undercloud.conf DEFAULT undercloud_debug false openstack-config --set undercloud.conf DEFAULT undercloud_hostname "undercloud.${domain_name}" +openstack-config --set undercloud.conf DEFAULT enable_ui false 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 |