The Ironic api_endpoint value in nova.conf (ironic section) is incorrectly
set to port 6358. This sets it to the correct port: 6385.
Change-Id: Ic591588e3480cc25c6e276f11103b7b0007d642a
Closes-Bug: #1297939
| ... | ... |
@@ -47,7 +47,7 @@ function configure_nova_hypervisor {
|
| 47 | 47 |
iniset $NOVA_CONF ironic admin_password $ADMIN_PASSWORD |
| 48 | 48 |
iniset $NOVA_CONF ironic admin_url $KEYSTONE_AUTH_PROTOCOL://$KEYSTONE_AUTH_HOST:$KEYSTONE_AUTH_PORT/v2.0 |
| 49 | 49 |
iniset $NOVA_CONF ironic admin_tenant_name demo |
| 50 |
- iniset $NOVA_CONF ironic api_endpoint http://$SERVICE_HOST:6358/v1 |
|
| 50 |
+ iniset $NOVA_CONF ironic api_endpoint http://$SERVICE_HOST:6385/v1 |
|
| 51 | 51 |
} |
| 52 | 52 |
|
| 53 | 53 |
# install_nova_hypervisor() - Install external components |