summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2015-12-23 12:48:45 -0600
committerRichard Theis <rtheis@us.ibm.com>2015-12-23 12:48:45 -0600
commitd1311f9742ad93198b9ca72f47d51710e17ced38 (patch)
treee2c351dc22768f4637c8378fa59ec81f27c398e9
parent49bed38a89ffb932334b3bdab9e59b32099c9e81 (diff)
downloadpython-openstackclient-d1311f9742ad93198b9ca72f47d51710e17ced38.tar.gz
Add all regions to cloud configuration
OCC now requires all regions to be listed in the cloud configuration. Update the shell unit tests to list all of the regions being tested. Change-Id: Ic7300d1f708339701b5daadbf2c4769b239a2adb Closes-Bug: #1528926
-rw-r--r--openstackclient/tests/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py
index c548d890..c4546d89 100644
--- a/openstackclient/tests/test_shell.py
+++ b/openstackclient/tests/test_shell.py
@@ -76,7 +76,7 @@ CLOUD_2 = {
'project_name': 'heart-o-gold',
'username': 'zaphod',
},
- 'region_name': 'occ-cloud',
+ 'region_name': 'occ-cloud,krikkit,occ-env',
'log_file': '/tmp/test_log_file',
'log_level': 'debug',
}