-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If only one region is available then the Neutron CLI will just pick the only one available. However, if more than one is available, then it will error out about ambiguous region. This patch extends the base provider code to parse out the nova_region_name when it's parsing out the keystone credentials and define the OS_REGION_NAME environment variable when calling neutron, if the nova_region_name variable exists in the config file. Closes-Bug: #1329552 Change-Id: Ic0d59dcb02a11e93e8fad1e0e2ea830fb0dcccc7
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters