Skip to content

Commit d1311f9

Browse files
committed
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
1 parent 49bed38 commit d1311f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/tests/test_shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'project_name': 'heart-o-gold',
7777
'username': 'zaphod',
7878
},
79-
'region_name': 'occ-cloud',
79+
'region_name': 'occ-cloud,krikkit,occ-env',
8080
'log_file': '/tmp/test_log_file',
8181
'log_level': 'debug',
8282
}

0 commit comments

Comments
 (0)