From: spisarski Date: Wed, 26 Jul 2017 15:10:32 +0000 (-0600) Subject: Removed TODO from comment about the physical network value. X-Git-Tag: opnfv-5.0.0~39 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F38195%2F1;p=snaps.git Removed TODO from comment about the physical network value. JIRA: SNAPS-123 Change-Id: Ie4085a35816a78cb5b4b910d52ddccaf6b102b1f Signed-off-by: spisarski --- diff --git a/snaps/openstack/tests/create_network_tests.py b/snaps/openstack/tests/create_network_tests.py index bd373f1..e941c67 100644 --- a/snaps/openstack/tests/create_network_tests.py +++ b/snaps/openstack/tests/create_network_tests.py @@ -614,8 +614,9 @@ class CreateNetworkTypeTests(OSComponentTestCase): # Create Network network_type = 'flat' - # TODO - this value must be variable to work on all OpenStack pods + # This value must be variable to work on all OpenStack pods physical_network = 'datacentre' + net_settings = NetworkSettings( name=self.net_config.network_settings.name, subnet_settings=self.net_config.network_settings.subnet_settings,