added optional availability zones to openstack cloud driver#12882
Merged
techhat merged 1 commit intosaltstack:developfrom May 19, 2014
Merged
added optional availability zones to openstack cloud driver#12882techhat merged 1 commit intosaltstack:developfrom
techhat merged 1 commit intosaltstack:developfrom
Conversation
|
Test PASSed. |
Contributor
|
I will look at this in the morning.
|
Contributor
|
@techhat looks good to merge, no errors, libcloud parses all the args in kwargs https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/openstack.py#L1255 https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/openstack.py#L1324 |
techhat
added a commit
that referenced
this pull request
May 19, 2014
added optional availability zones to openstack cloud driver
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on libcloud trunk at this time.
Expands on #12866, but does not check libcloud version.
Unfortunately, trunk is labeled 0.14.1 in
libcloud.__version__, so I don't see any way to test for trunk.