Use neutron cli command instead of osc

Use neutron cli command till bug #1625954 is fixed.

Change-Id: I74d8fea6b81c376ac8b6d2dac28fadd538fd96ea
Related-Bug: #1625954
This commit is contained in:
rabi 2016-09-21 13:16:58 +05:30
parent 5c74723f5e
commit 4ddb703eeb

View File

@ -22,4 +22,7 @@ HEAT_PRIVATE_SUBNET_CIDR=10.0.5.0/24
source $DEST/devstack/openrc demo demo
openstack network create heat-net
neutron subnet-create --name heat-subnet heat-net $HEAT_PRIVATE_SUBNET_CIDR
openstack router add subnet router1 heat-subnet
# Don't use osc command till bug #1625954 is fixed
# openstack router add subnet router1 heat-subnet
neutron router-interface-add router1 heat-subnet