summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/create_instance.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-04Added the ability to reboot OpenStack server instancesspisarski1-0/+12
2017-12-01Added ability to add a floating IP to an existing instancespisarski1-31/+77
2017-11-20Refactoring of VmInstanceSettings to extend VmInstanceConfigspisarski1-139/+13
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski1-3/+3
2017-11-08Adding tests for IPv6.spisarski1-1/+4
2017-11-02Added method to OpenStackHeatStack to return OpenStackRouter objects.spisarski1-3/+2
2017-10-24Implemented the ability to attach volumes to VM instances.spisarski1-22/+55
2017-10-12Improved creator/state machine classes class hierarchy.spisarski1-50/+61
2017-09-08Enhanced launch.py app to support all types.spisarski1-2/+6
2017-08-24Added method to return OpenStackVmInstance from Heat.spisarski1-12/+37
2017-08-07Refactored neutron_utils#get_router_by_name() to get_router()spisarski1-1/+2
2017-08-07Merge "Refactored neutron_utils#get_subnet_by_name() to get_subnet()"Steven Pisarski1-4/+5
2017-08-07Merge "Refactor server retrieval API calls."Steven Pisarski1-3/+3
2017-08-04Refactored neutron_utils#get_subnet_by_name() to get_subnet()spisarski1-4/+5
2017-08-03Refactor server retrieval API calls.spisarski1-3/+3
2017-08-03Refactored port retrieval to include PortSettigs.spisarski1-2/+2
2017-07-28Removed floating IP list from OpenStackVmInstance.spisarski1-24/+21
2017-07-27Ensure library and tests close all necessary resources.spisarski1-0/+1
2017-07-18Created custom exceptions for VM instance creation.spisarski1-13/+33
2017-07-18Merge "Added proper assertion config NIC test."Steven Pisarski1-2/+3
2017-07-17Added proper assertion config NIC test.spisarski1-2/+3
2017-07-17Last task necessary to stop users from easily obtaining OS objects.spisarski1-10/+16
2017-07-13Created domain classes for networks and subnets.spisarski1-23/+12
2017-07-13Created domain class for routers.spisarski1-2/+2
2017-07-13Created domain class for ports.spisarski1-10/+7
2017-07-11Created domain classes for security groups.spisarski1-3/+2
2017-07-06Added support for using '~' for SSH key location.spisarski1-5/+6
2017-06-22Use neutron to create floating IPs.spisarski1-55/+29
2017-06-20Changes to VMInstanceSettings and FloatingIPSettings constructors.spisarski1-215/+310
2017-06-06Added custom security group with ICMP and SSH rules.spisarski1-1/+1
2017-05-19Fixed error in ansible_utils_tests.py and added ansible helperspisarski1-3/+14
2017-05-16Added support for offline testingspisarski1-1/+4
2017-05-16Ensure creators' constructors cannot raise exceptions.spisarski1-12/+10
2017-05-08Modified code to support both Python 2.7 and 3.xspisarski1-15/+15
2017-04-26Added support for Glance v2spisarski1-2/+2
2017-04-13Ensuring each port manipulation test waits for the instance to become activespisarski1-1/+2
2017-04-10Problem found while working on FUNCTEST-577 where instances withspisarski1-1/+5
2017-02-28Ensuring all instances must have ports/network.spisarski1-5/+14
2017-02-15Initial patch with all code from CableLabs repository.spisarski1-0/+739