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:
Denis Egorenko 2015-07-06 15:51:15 +03:00
parent 75af367228
commit 83d39bcc54

View File

@ -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