diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-10-10 19:55:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-10-10 19:55:12 +0000 |
| commit | 6c0af0b1a8cfa5fc81d0679400a7b6d945dcec25 (patch) | |
| tree | cf3d11fcb94f294e803bcaee73ddb175066c42fe /nova | |
| parent | a54ced97f9c94515686becd3e0641bbdcf782540 (diff) | |
| parent | ea712eb08d2631164115e9a6ed130e69724fd67e (diff) | |
| download | nova-6c0af0b1a8cfa5fc81d0679400a7b6d945dcec25.tar.gz nova-6c0af0b1a8cfa5fc81d0679400a7b6d945dcec25.tar.xz nova-6c0af0b1a8cfa5fc81d0679400a7b6d945dcec25.zip | |
Merge "Remove unneeded lines from aggregates extension API sample tests."
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/integrated/test_api_samples.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/integrated/test_api_samples.py b/nova/tests/integrated/test_api_samples.py index 9aca460cf..e61a3c0b8 100644 --- a/nova/tests/integrated/test_api_samples.py +++ b/nova/tests/integrated/test_api_samples.py @@ -1113,7 +1113,6 @@ class AggregatesSampleJsonTest(ServersSampleBase): def test_add_host(self): aggregate_id = self.test_aggregate_create() subs = { - "action": "add_host", "host_name": self.compute.host, } response = self._do_post('os-aggregates/%s/action' % aggregate_id, @@ -1125,7 +1124,6 @@ class AggregatesSampleJsonTest(ServersSampleBase): def test_remove_host(self): self.test_add_host() subs = { - "action": "add_host", "host_name": self.compute.host, } response = self._do_post('os-aggregates/1/action', |
