Remove variable substituion to %NUM% to correctly invoke local command
Referencing %NUM% must be a mistake, because with it networks are not deleted properly. See other commands within quantum-adv-test.sh as an example. Fixes bug #1164018 Change-Id: Ib222d82a1b8187167606b2543bb74c28b8465b5a
This commit is contained in:
parent
fe51a90005
commit
aacb01dc03
@ -330,7 +330,7 @@ function delete_network {
|
||||
}
|
||||
|
||||
function delete_networks {
|
||||
foreach_tenant_net 'delete_network ${%TENANT%_NAME} ${%NUM%}'
|
||||
foreach_tenant_net 'delete_network ${%TENANT%_NAME} %NUM%'
|
||||
#TODO(nati) add secuirty group check after it is implemented
|
||||
# source $TOP_DIR/openrc demo1 demo1
|
||||
# nova secgroup-delete-rule default icmp -1 -1 0.0.0.0/0
|
||||
|
Loading…
Reference in New Issue
Block a user