Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | Small fix to network/project when creating ports and |  spisarski | 1 | -0/+16 |
2018-06-20 | Adds Stack Update |  mbeierl | 1 | -0/+11 |
2018-05-29 | Fixed issue when attempting to add an internal subnet to a router. |  spisarski | 1 | -0/+6 |
2018-05-22 | Extra changes on Flavor Config |  Panagiotis Karalis | 3 | -2/+12 |
2018-03-22 | Remove test_create_volume_bad_zone |  Linda Wang | 1 | -3/+0 |
2018-03-19 | Added ability to set several quota settings upon project creation. |  spisarski | 1 | -0/+3 |
2018-03-14 | Added test to ensure a port to the external network can be added to |  spisarski | 1 | -0/+3 |
2018-03-13 | Added tests to ensure multiple IP addresses can be assigned to a VM port. |  spisarski | 1 | -0/+6 |
2018-03-13 | Added test to ensure VM instances spawned by an admin user can |  spisarski | 1 | -0/+10 |
2018-03-13 | Reverse engineer OpenStackHeatStack |  spisarski | 1 | -0/+6 |
2018-03-08 | Added members to VmInst that will contain the availability_zone |  spisarski | 1 | -1/+5 |
2018-03-08 | Ensure the project for volumes are handled properly. |  spisarski | 1 | -0/+19 |
2018-02-28 | Ensure project for routers are handled properly. |  spisarski | 1 | -0/+29 |
2018-02-27 | Fixed subnet gateway support to allow for disabling the gateway. |  spisarski | 1 | -0/+19 |
2018-02-16 | Ensure project IDs are handled correctly for Network/Subnets |  spisarski | 1 | -0/+15 |
2018-02-15 | Added functionality for OpenStackSecurityGroup#initialize() not to accept |  spisarski | 1 | -0/+11 |
2018-02-06 | Fixed timeout logic when attaching/detaching volumes. |  spisarski | 1 | -1/+10 |
2018-01-19 | Merge "Fix Malformed Table in Integration Tests doc" |  Steven Pisarski | 1 | -1/+1 |
2018-01-11 | Fixed vm instance instantiation from Heat when using nested resources |  spisarski | 1 | -0/+12 |
2017-12-28 | Enhancements to the SNAPS orchestrator/launcher |  spisarski | 1 | -10/+0 |
2017-12-04 | Added the ability to reboot OpenStack server instances |  spisarski | 1 | -0/+3 |
2017-12-01 | Added ability to add a floating IP to an existing instance |  spisarski | 1 | -0/+6 |
2017-11-29 | Cluster template cleanup |  spisarski | 2 | -7/+0 |
2017-11-28 | Added cluster template creator/state machine class. |  spisarski | 1 | -0/+35 |
2017-11-27 | Expanded the tests for ClusterTypes |  spisarski | 1 | -0/+33 |
2017-11-22 | Implemented the ability to create Magnum Cluster Type objects. |  spisarski | 2 | -0/+23 |
2017-11-21 | Refactoring of SecurityGroupSettings to extend SecurityGroupConfig |  spisarski | 1 | -2/+14 |
2017-11-20 | Refactoring of VmInstanceSettings to extend VmInstanceConfig |  spisarski | 2 | -3/+15 |
2017-11-20 | Refactoring of NetworkSettings to extend NetworkConfig |  spisarski | 3 | -16/+37 |
2017-11-20 | Refactoring of VolumeSettings to extend VolumeConfig |  spisarski | 2 | -7/+14 |
2017-11-20 | Refactoring of VolumeTypeSettings to extend VolumeTypeConfig |  spisarski | 2 | -6/+13 |
2017-11-20 | Refactoring of QoSSettings to extend QoSConfig |  spisarski | 2 | -4/+11 |
2017-11-20 | Refactoring of StackSettings to extend StackConfig |  spisarski | 2 | -4/+11 |
2017-11-20 | Refactoring of RouterSettings to extend RouterConfig |  spisarski | 2 | -4/+11 |
2017-11-20 | Refactoring of UserSettings to extend UserConfig |  spisarski | 2 | -4/+11 |
2017-11-20 | Refactoring of ProjectSettings to extend ProjectConfig |  spisarski | 2 | -4/+11 |
2017-11-20 | Refactoring of KeypairSettings to extend KeypairConfig |  spisarski | 2 | -5/+12 |
2017-11-20 | Refactoring of FlavorSettings to extend FlavorConfig |  spisarski | 2 | -6/+13 |
2017-11-16 | Refactoring of ImageSettings to extend ImageConfig |  spisarski | 4 | -8/+15 |
2017-11-08 | Adding tests for IPv6. |  spisarski | 2 | -13/+77 |
2017-11-06 | Added method to OpenStackHeatStack to return OpenStackSecurityGroup objects. |  spisarski | 2 | -1/+23 |
2017-11-06 | Merge "Added logging when a heat stack fails." |  Steven Pisarski | 1 | -13/+23 |
2017-11-06 | Merge "Added method to OpenStackHeatStack to return OpenStackRouter objects." |  Steven Pisarski | 2 | -7/+40 |
2017-11-02 | Added logging when a heat stack fails. |  spisarski | 1 | -13/+23 |
2017-11-02 | Added method to OpenStackHeatStack to return OpenStackRouter objects. |  spisarski | 2 | -7/+40 |
2017-10-31 | docs: Update installation methods |  Taseer Ahmed | 1 | -0/+8 |
2017-10-31 | Added method to OpenStackHeatStack to return OpenStackFlavor objects. |  spisarski | 3 | -2/+29 |
2017-10-30 | Added method to OpenStackHeatStack to return OpenStackKeypair objects. |  spisarski | 2 | -1/+23 |
2017-10-27 | Return OpenStackVolume and OpenStackVolumeType instances from heat. |  spisarski | 3 | -12/+51 |
2017-10-27 | Updated application to support volumes. |  spisarski | 1 | -6/+56 |