summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/create_router_tests.py
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Small fix to network/project when creating ports andspisarski1-3/+110
2018-05-29Fixed issue when attempting to add an internal subnet to a router.spisarski1-1/+49
2018-04-23Addressed issue with test when replicated networks are configured on the pod.spisarski1-4/+9
2018-03-14Added test to ensure a port to the external network can be added tospisarski1-1/+41
2018-03-12Closing keystone sessions after done with them.spisarski1-3/+6
2018-02-28Ensure project for routers are handled properly.spisarski1-15/+232
2018-02-22Changed pattern on how objects lookup themselves by name and project.spisarski1-17/+14
2017-11-20Refactoring of VmInstanceSettings to extend VmInstanceConfigspisarski1-1/+1
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski1-15/+14
2017-11-20Refactoring of RouterSettings to extend RouterConfigspisarski1-23/+24
2017-11-02Added method to OpenStackHeatStack to return OpenStackRouter objects.spisarski1-74/+74
2017-08-07Refactored neutron_utils#get_router_by_name() to get_router()spisarski1-18/+18
2017-08-03Refactored port retrieval to include PortSettigs.spisarski1-0/+7
2017-07-24Fixed problems when setting the OpenStack project ID.spisarski1-17/+69
2017-07-21Created new classes RouterSettingsError & RouterCreationError.spisarski1-6/+7
2017-07-13Created domain class for routers.spisarski1-11/+96
2017-06-20Changes to RouterSettings constructors to use kwargs.spisarski1-66/+113
2017-02-15Initial patch with all code from CableLabs repository.spisarski1-0/+264