Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Neutron: Remove get_namespace from API extensions
Based on the conversation on the ML.

http://lists.openstack.org/pipermail/openstack-dev/2015-June/066219.html

Change-Id: I95a0aba75d10d15a94b0eeaed80a8f7a22b85625
  • Loading branch information
sc68cal committed Jun 10, 2015
1 parent ea0bf72 commit 986b9e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tempest/api/network/test_extensions.py
Expand Up @@ -57,7 +57,6 @@ def test_list_show_extensions(self):
self.assertIn('updated', ext_details.keys())
self.assertIn('name', ext_details.keys())
self.assertIn('description', ext_details.keys())
self.assertIn('namespace', ext_details.keys())
self.assertIn('links', ext_details.keys())
self.assertIn('alias', ext_details.keys())
self.assertEqual(ext_details['name'], ext_name)
Expand Down

0 comments on commit 986b9e6

Please sign in to comment.