Delete $VM_NAME and alrms with doctor user creds 15/17615/2
authorCarlos Goncalves <carlos.goncalves@neclab.eu>
Wed, 27 Jul 2016 10:09:27 +0000 (10:09 +0000)
committerCarlos Goncalves <carlos.goncalves@neclab.eu>
Wed, 27 Jul 2016 10:18:49 +0000 (12:18 +0200)
commitd2113c14319740e2bc51441f1c0e73c457fc48c6
treefa4f90bdde6c00d6d3430078f8baccce16e09b16
parent86d6d5c7f226caea590256bad3493549690c26e7
Delete $VM_NAME and alrms with doctor user creds

'openstack server delete' tries to delete VM with admin credentials
which fails because $VM_NAME is under a different tenant.

Same for ceilometer alarms that we created with doctor creds.

Change-Id: Ibba3b842dc8fa160137bb04316d285e52d776641
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
tests/run.sh