From 83d39bcc549eea0b0575a98339aea2a79f4c4a3b Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Mon, 6 Jul 2015 15:51:15 +0300 Subject: [PATCH] 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 --- config/devstack/localrc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/devstack/localrc b/config/devstack/localrc index 202c03c8..84417e71 100644 --- a/config/devstack/localrc +++ b/config/devstack/localrc @@ -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