[CI] switch to using osc for bootstrap
"manila" CLI isn't being installed globally
due to a recent change in devstack [1]. We
can switch to OSC since that's being installed
and linked appropriately.
[1] https://review.opendev.org/c/openstack/devstack/+/558930
Change-Id: I93d5a400cd562a599309da0e5f0e92c8657b4265
(cherry picked from commit 0a0d610c63
)
This commit is contained in:
parent
8be44b686f
commit
65826d2323
@ -43,7 +43,7 @@
|
||||
NEUTRON_NET=$(openstack network show {{ neutron_network_name }} -c id -f value)
|
||||
NEUTRON_SUBNET=$(openstack subnet show {{ neutron_subnet_name }} -c id -f value)
|
||||
|
||||
manila share-network-create \
|
||||
openstack share network create \
|
||||
--name {{ share_network_name }} \
|
||||
--neutron-net $NEUTRON_NET \
|
||||
--neutron-subnet $NEUTRON_SUBNET
|
||||
|
Loading…
Reference in New Issue
Block a user