Skip to content

Fix openstack cloud driver to work with only bootstrapping#21283

Merged
thatch45 merged 7 commits intosaltstack:developfrom
gtmanfred:develop
Mar 4, 2015
Merged

Fix openstack cloud driver to work with only bootstrapping#21283
thatch45 merged 7 commits intosaltstack:developfrom
gtmanfred:develop

Conversation

@gtmanfred
Copy link
Copy Markdown
Contributor

This needs to be added so that it servers can be just bootstrapped with the cloud.create runner.

I split out the networks to a separate function, cause it is needed later for the wait_ for ip function.
(I am directly modifying the object, so it doesn't need to be returned)

closes #20932

Thanks,
Daniel

@gtmanfred
Copy link
Copy Markdown
Contributor Author

@rallytime This might be worthwhile to backport to 2014.7 if there are plans to do a .3.

@gtmanfred
Copy link
Copy Markdown
Contributor Author

@techhat

@gtmanfred
Copy link
Copy Markdown
Contributor Author

I don't know why pylint is still checking the old one, but i fixed

23:15:33 salt/cloud/clouds/openstack.py:389: [W0102(dangerous-default-value), networks] Dangerous default value {} as argument

That should default to None now, and if it is none, change it to {} inside the function.

@gtmanfred
Copy link
Copy Markdown
Contributor Author

maybe i didn't push it yet...

@gtmanfred
Copy link
Copy Markdown
Contributor Author

Huzzah

@gtmanfred
Copy link
Copy Markdown
Contributor Author

@rallytime it should definitely make it back into 2015.2

@jfindlay jfindlay added Master Change bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch labels Mar 4, 2015
thatch45 added a commit that referenced this pull request Mar 4, 2015
Fix openstack cloud driver to work with only bootstrapping
@thatch45 thatch45 merged commit 4bb0d32 into saltstack:develop Mar 4, 2015
@rallytime
Copy link
Copy Markdown
Contributor

@cro ping

@rallytime rallytime added Bugfix - [Done] back-ported and removed bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch labels Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exception when calling create method on openstack cloud provider from reactor sls

5 participants