diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-21 19:00:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-21 19:00:28 +0000 |
commit | a62a80944d6f925fbead89ee0718d84b8b5ef296 (patch) | |
tree | 6a5c4e4ed8580efce238faf16eb72750e29f0d11 | |
parent | 34c285f9d868e3357d3a5c5c52b58183e705a457 (diff) | |
parent | 28e3c1f2e363be953958a549b965c6f6f80a0979 (diff) |
Merge "The external net configuration on the OpenStack Cloud should be set to be shared in order to access the floating IP of the instance."
-rwxr-xr-x | ci/nosdn/juju-deployer/scripts/cloud-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/nosdn/juju-deployer/scripts/cloud-setup.sh b/ci/nosdn/juju-deployer/scripts/cloud-setup.sh index 184cecc6..de0dd764 100755 --- a/ci/nosdn/juju-deployer/scripts/cloud-setup.sh +++ b/ci/nosdn/juju-deployer/scripts/cloud-setup.sh @@ -17,7 +17,7 @@ keystone user-create --name demo --tenant demo --pass demo --email demo@demo.dem nova keypair-add --pub-key id_rsa.pub ubuntu-keypair # configure external network -neutron net-create ext-net --router:external --provider:physical_network external --provider:network_type flat +neutron net-create ext-net --router:external --provider:physical_network external --provider:network_type flat --shared neutron subnet-create ext-net --name ext-subnet --allocation-pool start=10.5.8.5,end=10.5.8.254 --disable-dhcp --gateway 10.5.8.1 10.5.8.0/24 # create vm network |