From d1311f9742ad93198b9ca72f47d51710e17ced38 Mon Sep 17 00:00:00 2001 From: Richard Theis <rtheis@us.ibm.com> Date: Wed, 23 Dec 2015 12:48:45 -0600 Subject: [PATCH] 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 --- openstackclient/tests/test_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py index c548d8905d..c4546d89f2 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', }