Change lib/neutron-legacy to use openstackclient
neutronclient has been deprecated, use openstack. Change-Id: I55ea7b8c90b54c05aa0e3f3d4543732e516dc2e6
This commit is contained in:
parent
29bc8e645c
commit
4bc42c7197
@ -929,7 +929,7 @@ function delete_probe {
|
||||
}
|
||||
|
||||
function _get_net_id {
|
||||
neutron --os-cloud devstack-admin --os-region "$REGION_NAME" --os-tenant-name admin --os-username admin --os-password $ADMIN_PASSWORD net-list | grep $1 | awk '{print $2}'
|
||||
openstack --os-cloud devstack-admin --os-region-name="$REGION_NAME" --os-project-name admin --os-username admin --os-password $ADMIN_PASSWORD network list | grep $1 | awk '{print $2}'
|
||||
}
|
||||
|
||||
function _get_probe_cmd_prefix {
|
||||
|
Loading…
x
Reference in New Issue
Block a user