From 9df7e9cdcce3eee027a2f597e39c0ef870bc23e6 Mon Sep 17 00:00:00 2001 From: Richard Theis Date: Wed, 23 Dec 2015 12:48:45 -0600 Subject: Fix stable/liberty gate **This patch is a merge of 2 patches that needed to be backported** unwedge the gate devstack defaults to v3 and makes some janky assumptions in the generated rc files (cherry picked from commit bd14d078098eb2055c0dae784de892b0b1346ed5) 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 (cherry picked from commit d1311f9742ad93198b9ca72f47d51710e17ced38) --- openstackclient/tests/test_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/tests/test_shell.py') 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', } -- cgit v1.2.1