There is no sense in using floating IPs in case of nova network.
Sahara doesn't support assigning floating IPs from
default_floating_pool. The best solution is to use private network
for management.
Change-Id: I4b3e1d52cab28fe5c8d398ca896216b47b9c4ee0
Closes-Bug: #1403680
| ... | ... |
@@ -131,6 +131,9 @@ function configure_sahara {
|
| 131 | 131 |
if is_service_enabled neutron; then |
| 132 | 132 |
iniset $SAHARA_CONF_FILE DEFAULT use_neutron true |
| 133 | 133 |
iniset $SAHARA_CONF_FILE DEFAULT use_floating_ips true |
| 134 |
+ else |
|
| 135 |
+ iniset $SAHARA_CONF_FILE DEFAULT use_neutron false |
|
| 136 |
+ iniset $SAHARA_CONF_FILE DEFAULT use_floating_ips false |
|
| 134 | 137 |
fi |
| 135 | 138 |
|
| 136 | 139 |
if is_service_enabled heat; then |