Use only IPv4 networking
Now neutron creates default networks with both networking (v4, v6 - https://review.openstack.org/#/c/160856). We need only v4. Change-Id: If3501528a07eabc751cdc19c070a93706d86a877
This commit is contained in:
parent
75af367228
commit
83d39bcc54
@ -41,6 +41,7 @@ if [[ $(hostname -s) =~ neutron ]]; then
|
||||
NETWORK_GATEWAY=10.20.0.1
|
||||
FLOATING_RANGE=172.18.169.0/26
|
||||
PUBLIC_NETWORK_GATEWAY=172.18.169.1
|
||||
IP_VERSION="4"
|
||||
|
||||
# enable neutron and disable nova-net
|
||||
disable_service n-net
|
||||
|
Loading…
x
Reference in New Issue
Block a user