diff options
| author | matt.dietz@rackspace.com <> | 2011-08-02 13:56:58 -0500 |
|---|---|---|
| committer | matt.dietz@rackspace.com <> | 2011-08-02 13:56:58 -0500 |
| commit | 1c2bb5bf81e384a2e833dfb172cdaf72b6ecdbae (patch) | |
| tree | a88ee04397d559d196b886569d6b895d635ec016 /nova/tests | |
| parent | d6175dddfe481a9d3cd4e9d8c8570911fa785a7d (diff) | |
Changed migration to be an admin only method and updated the tests
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/test_servers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py index 14ce42837..c41dbc046 100644 --- a/nova/tests/api/openstack/test_servers.py +++ b/nova/tests/api/openstack/test_servers.py @@ -2315,7 +2315,7 @@ class ServersTest(test.TestCase): """This is basically the same as resize, only we provide the `migrate` attribute in the body's dict. """ - req = self.webreq('/1/action', 'POST', dict(migrate=None)) + req = self.webreq('/1/migrate', 'POST') self.resize_called = False |
