summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/create_router.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Fixed issue when attempting to add an internal subnet to a router.spisarski1-1/+1
2018-05-24Miscellaneous minor stability fixesspisarski1-1/+2
2018-04-29Fix NoneType in create_router.pyCédric Ollivier1-6/+4
2018-04-21Fix NoneType error when creating routerLinda Wang1-1/+3
2018-04-19Fixed bug with regards to subnet lookups.spisarski1-9/+28
2018-03-12Closing keystone sessions after done with them.spisarski1-7/+5
2018-02-28Ensure project for routers are handled properly.spisarski1-5/+9
2018-02-22Changed pattern on how objects lookup themselves by name and project.spisarski1-10/+10
2018-02-16Ensure project IDs are handled correctly for Network/Subnetsspisarski1-3/+6
2018-01-23Added password support for SSH and Ansiblespisarski1-3/+7
2018-01-10Added port security flag support to ports.spisarski1-14/+15
2017-11-20Refactoring of RouterSettings to extend RouterConfigspisarski1-94/+12
2017-11-02Added method to OpenStackHeatStack to return OpenStackRouter objects.spisarski1-4/+3
2017-10-12Improved creator/state machine classes class hierarchy.spisarski1-47/+67
2017-08-07Refactored neutron_utils#get_router_by_name() to get_router()spisarski1-2/+2
2017-08-07Merge "Refactored neutron_utils#get_subnet_by_name() to get_subnet()"Steven Pisarski1-2/+2
2017-08-04Refactored neutron_utils#get_subnet_by_name() to get_subnet()spisarski1-2/+2
2017-08-03Refactored port retrieval to include PortSettigs.spisarski1-2/+2
2017-08-02Refactor network retrieval API calls.spisarski1-3/+2
2017-07-31Fixed failing router test on Aricent pod.spisarski1-2/+1
2017-07-28Remove TODOs from create_router.pyspisarski1-4/+2
2017-07-24Fixed problems when setting the OpenStack project ID.spisarski1-2/+3
2017-07-21Created new classes RouterSettingsError & RouterCreationError.spisarski1-6/+18
2017-07-13Created domain classes for networks and subnets.spisarski1-2/+2
2017-07-13Created domain class for routers.spisarski1-4/+6
2017-06-20Changes to RouterSettings constructors to use kwargs.spisarski1-63/+82
2017-05-16Ensure creators' constructors cannot raise exceptions.spisarski1-1/+3
2017-05-08Modified code to support both Python 2.7 and 3.xspisarski1-40/+34
2017-02-15Initial patch with all code from CableLabs repository.spisarski1-0/+244