urgent bug fixes for danube (1) 97/29697/14
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 3 Mar 2017 06:58:42 +0000 (06:58 +0000)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Sat, 4 Mar 2017 23:00:32 +0000 (23:00 +0000)
commit8f72e695538c2281f923bdbf7a6d7b1d1763c70c
tree6e5f9791ab340f0008cda575c605c47e64f97958
parentf093b7f19e8cd6f76b26117b18b3c9e552ad5bcc
urgent bug fixes for danube (1)

- create "doctor_net" and use it in VM creation in order to avoid
  virtual network issues

- make sample inspector use keystone v3

- use "openstack compute service set" for unset force_down

- drop nova_force_down.py as keystone returns nova v2.1

- use '--os-project-name' except for ceilometer cli

- avoid ping check (wait_ping) with empty "COMPUTE_IP"

- add missing '$' in quota update args

- move ping check (wait_ping) into unset_forced_down_hosts() and
  perform ping check only to downed compute hosts

- use wait_until() instead of wait_ping()

- put out unset_forced_down_hosts from collect_logs()

JIRA: DOCTOR-95

Co-Authored-By: Carlos Goncalves <carlos.goncalves@neclab.eu>
Change-Id: I3275ff5dd993b82029dac6a58087096baa251022
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
tests/inspector.py
tests/lib/inspectors/sample
tests/monitor.py
tests/nova_force_down.py [deleted file]
tests/run.sh