This reverts commit 37f48f3c208de1031ef4589d15194c4079ad4a97.
Change-Id: I8c853c35c5b0b61925c27b461ad625266381f73b
| ... | ... |
@@ -97,11 +97,6 @@ function configure_horizon {
|
| 97 | 97 |
_horizon_config_set $local_settings "" OPENSTACK_API_VERSIONS {\"identity\":3}
|
| 98 | 98 |
_horizon_config_set $local_settings "" OPENSTACK_KEYSTONE_URL "\"${KEYSTONE_SERVICE_URI}/v3\""
|
| 99 | 99 |
|
| 100 |
- # note(trebskit): if HOST_IP points at non-localhost ip address, horizon cannot be accessed |
|
| 101 |
- # from outside the virtual machine. This fixes is meant primarily for local development |
|
| 102 |
- # purpose |
|
| 103 |
- _horizon_config_set $local_settings "" ALLOWED_HOSTS [\"$HOST_IP\"] |
|
| 104 |
- |
|
| 105 | 100 |
if [ -f $SSL_BUNDLE_FILE ]; then |
| 106 | 101 |
_horizon_config_set $local_settings "" OPENSTACK_SSL_CACERT \"${SSL_BUNDLE_FILE}\"
|
| 107 | 102 |
fi |