-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Generic Openstack cloud provider (#433)
* changed the external/internal ip logic, improved scheduler settings and added comments * added tests * added OpenStackCluster tests * added openstack to test_imports * added cloud-config for openstack * added openstack to the docs * added openstack to the installation.rst * added openstacksdk to setup.py * added OpenStackCluster example * fixed some linting issues * fixed another set of linting issues * fixed yet another set of linting issues * fixed linting issues
- Loading branch information
1 parent
4753d3c
commit 482a07c
Showing
11 changed files
with
1,812 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from .instances import OpenStackCluster |
Oops, something went wrong.