diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-03-05 03:48:38 +0000 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-03-05 04:41:21 +0000 |
commit | 7c34d9ecbd17053ca9d14cc518b11e501b66cbeb (patch) | |
tree | 88c7733d95cce137acc5e4193d3540e576f31fb7 /tests/lib/installers | |
parent | 8f72e695538c2281f923bdbf7a6d7b1d1763c70c (diff) |
urgent bug fixes for danube (2)
- use relevant identity version estimated from OS_AUTH_URL
- (apex) unset OS_PROJECT_ID
Change-Id: I7e51c7d5510baaa4d14b16600f9efa6fcfc011b9
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'tests/lib/installers')
-rw-r--r-- | tests/lib/installers/apex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/installers/apex b/tests/lib/installers/apex index e353d251..d9c41f80 100644 --- a/tests/lib/installers/apex +++ b/tests/lib/installers/apex @@ -28,6 +28,10 @@ function setup_installer { get_installer_ip installer_get_ssh_keys get_controller_ips + + # NOTE: while executing command as doctor user, + # 'OS_PROJECT_ID' env parameter make openstack clients confused. + unset OS_PROJECT_ID } function get_compute_ip_from_hostname { |