summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/utils
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Enable get_project_by_id when only tenant_id is providedLinda Wang1-8/+24
2018-03-13Reverse engineer OpenStackHeatStackspisarski1-2/+2
2018-03-12Added support for running tests in parallel.spisarski1-2/+2
2018-03-12Closing keystone sessions after done with them.spisarski16-105/+256
2018-03-08Added members to VmInst that will contain the availability_zonespisarski1-1/+3
2018-03-08Ensure the project for volumes are handled properly.spisarski3-33/+84
2018-03-07Updated stack tests to only use an admin user when necessary.spisarski1-2/+10
2018-02-28Ensure project for routers are handled properly.spisarski2-20/+35
2018-02-22Changed pattern on how objects lookup themselves by name and project.spisarski10-197/+270
2018-02-20openstack: nova_utils_tests: Wait for volume detachmentMarkos Chandras1-6/+14
2018-02-20openstack: nova_utils_tests: Increase timeout for API callsMarkos Chandras1-2/+2
2018-02-16Ensure project IDs are handled correctly for Network/Subnetsspisarski8-84/+138
2018-02-15Added functionality for OpenStackSecurityGroup#initialize() not to acceptspisarski2-17/+25
2018-02-14Fixed commentspisarski1-1/+1
2018-02-06Merge "Fixed timeout logic when attaching/detaching volumes."Steven Pisarski2-44/+133
2018-02-06Fixed timeout logic when attaching/detaching volumes.spisarski2-44/+133
2018-02-05Added 3 new subnet values for ansible substitutionsspisarski1-0/+6
2018-02-01Merge "openstack: nova_utils_tests: Use API timeout argument instead of sleep()"Steven Pisarski1-6/+2
2018-01-31openstack: nova_utils_tests: Use API timeout argument instead of sleep()Markos Chandras1-6/+2
2018-01-31Merge "Changed invalid gateway IP to ensure fails with all OS configurations."Steven Pisarski1-1/+1
2018-01-31Changed invalid gateway IP to ensure fails with all OSspisarski1-1/+1
2018-01-31Merge "Changed the way floating IPs are getting assigned to VMs as the previo...Steven Pisarski2-16/+8
2018-01-29Changed the way floating IPs are getting assigned to VMs as the previousspisarski2-16/+8
2018-01-29Avoid checking Keystone v3 domains when using API v2.0Georg Kunz2-5/+9
2018-01-23Added password support for SSH and Ansiblespisarski2-3/+6
2018-01-18Change exception message.spisarski1-1/+1
2018-01-16Added post processing task after application of an Ansible playbook.spisarski1-1/+12
2018-01-11Fixed vm instance instantiation from Heat when using nested resourcesspisarski2-19/+39
2018-01-10Added port security flag support to ports.spisarski1-1/+2
2018-01-09Merge "Added support for Heat resource files."Steven Pisarski1-0/+3
2017-12-29Added support for Heat resource files.spisarski1-0/+3
2017-12-28Enhancements to the SNAPS orchestrator/launcherspisarski1-0/+804
2017-12-18Refactored VmInst domain class for Ports.spisarski6-70/+76
2017-12-14Added utility function to retrieve the names of all hosts with a hypervisor.spisarski2-0/+25
2017-12-04Added the ability to reboot OpenStack server instancesspisarski1-0/+31
2017-12-01Added ability to add a floating IP to an existing instancespisarski2-13/+15
2017-12-01Merge "Deactivated test heat template's volume encryption."Steven Pisarski2-14/+18
2017-11-30Deactivated test heat template's volume encryption.spisarski2-14/+18
2017-11-30Added exception handling around adding security groups.spisarski1-2/+13
2017-11-29Cluster template cleanupspisarski1-13/+1
2017-11-28Added cluster template creator/state machine class.spisarski2-0/+44
2017-11-27Expanded the tests for ClusterTypesspisarski1-7/+130
2017-11-22Implemented the ability to create Magnum Cluster Type objects.spisarski2-6/+193
2017-11-21Refactoring of SecurityGroupSettings to extend SecurityGroupConfigspisarski4-32/+30
2017-11-20Refactoring of VmInstanceSettings to extend VmInstanceConfigspisarski6-26/+26
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski6-72/+71
2017-11-20Refactoring of VolumeSettings to extend VolumeConfigspisarski4-11/+13
2017-11-20Refactoring of VolumeTypeSettings to extend VolumeTypeConfigspisarski3-20/+20
2017-11-20Refactoring of QoSSettings to extend QoSConfigspisarski2-11/+11
2017-11-20Refactoring of StackSettings to extend StackConfigspisarski1-19/+20