summaryrefslogtreecommitdiffstats
path: root/snaps/config
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Skip searching network in project if external or sharedCédric Ollivier1-1/+1
2018-07-16Added additional check when creating a port on a network forspisarski1-2/+1
2018-06-20Adds Stack Updatembeierl1-0/+3
2018-06-11Added MTU network config and updated flavor_metadata test supportspisarski2-2/+12
2018-05-24Miscellaneous minor stability fixesspisarski1-0/+4
2018-05-16Removed project query restriction when looking up network for port creation.spisarski1-2/+1
2018-05-16Conform ProjectConfig args with descriptionCédric Ollivier1-1/+1
2018-04-19Fixed bug with regards to subnet lookups.spisarski3-18/+84
2018-03-19Added ability to set several quota settings upon project creation.spisarski2-2/+33
2018-03-12Fixed a few Py 2.7 -> 3.x issues.spisarski1-18/+28
2018-03-12Closing keystone sessions after done with them.spisarski2-37/+53
2018-03-08Ensure the project for volumes are handled properly.spisarski2-5/+17
2018-02-28Ensure project for routers are handled properly.spisarski1-2/+3
2018-02-27Fixed subnet gateway support to allow for disabling the gateway.spisarski1-2/+8
2018-02-22Changed pattern on how objects lookup themselves by name and project.spisarski3-25/+20
2018-02-16Ensure project IDs are handled correctly for Network/Subnetsspisarski1-3/+6
2018-02-15Added functionality for OpenStackSecurityGroup#initialize() not to acceptspisarski2-5/+8
2018-02-14Compare strings instead of objects in SecurityGroupConfigCédric Ollivier1-1/+1
2018-02-08Update the DNS default value in docstringsCédric Ollivier1-1/+1
2018-02-07Stop setting 8.8.8.8 as default DNS serverCédric Ollivier2-9/+4
2018-01-11Fixed vm instance instantiation from Heat when using nested resourcesspisarski2-5/+26
2018-01-10Added port security flag support to ports.spisarski2-2/+29
2018-01-09Merge "Added support for Heat resource files."Steven Pisarski1-0/+6
2018-01-03Added new configuration option for OpenStackVmInstance for cloud-initspisarski2-9/+16
2017-12-29Added support for Heat resource files.spisarski1-0/+6
2017-11-29Cluster template cleanupspisarski1-3/+3
2017-11-28Added cluster template creator/state machine class.spisarski2-15/+17
2017-11-22Implemented the ability to create Magnum Cluster Type objects.spisarski4-6/+494
2017-11-21Refactoring of SecurityGroupSettings to extend SecurityGroupConfigspisarski2-0/+575
2017-11-20Refactoring of VmInstanceSettings to extend VmInstanceConfigspisarski2-0/+405
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski4-8/+834
2017-11-20Refactoring of VolumeSettings to extend VolumeConfigspisarski2-0/+146
2017-11-20Refactoring of VolumeTypeSettings to extend VolumeTypeConfigspisarski2-0/+237
2017-11-20Refactoring of QoSSettings to extend QoSConfigspisarski2-0/+183
2017-11-20Refactoring of StackSettings to extend StackConfigspisarski2-0/+166
2017-11-20Refactoring of RouterSettings to extend RouterConfigspisarski2-0/+211
2017-11-20Refactoring of UserSettings to extend UserConfigspisarski2-0/+143
2017-11-20Refactoring of ProjectSettings to extend ProjectConfigspisarski2-0/+126
2017-11-20Refactoring of KeypairSettings to extend KeypairConfigspisarski2-0/+240
2017-11-20Refactoring of FlavorSettings to extend FlavorConfigspisarski4-0/+363
2017-11-16Refactoring of ImageSettings to extend ImageConfigspisarski4-0/+364