diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-23 15:27:37 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-23 15:27:37 +0000 |
| commit | 377daebaa43b60a6f33ee243286689baf6023657 (patch) | |
| tree | 6ce498817d717a094e31922d9b49c7b78a2638b7 /openstackclient/tests/compute/v2/fakes.py | |
| parent | 29dd2b12df4616d14746af5c32d8fe676006ec30 (diff) | |
| parent | 7177014fcc143eb98ffc7fdeafc23eade49c1bb8 (diff) | |
| download | python-openstackclient-377daebaa43b60a6f33ee243286689baf6023657.tar.gz | |
Merge "Fix errors for "host set" command"
Diffstat (limited to 'openstackclient/tests/compute/v2/fakes.py')
| -rw-r--r-- | openstackclient/tests/compute/v2/fakes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py index 94b04071..b7f17fbc 100644 --- a/openstackclient/tests/compute/v2/fakes.py +++ b/openstackclient/tests/compute/v2/fakes.py @@ -1062,7 +1062,6 @@ class FakeHost(object): # Set default attributes. host_info = { - "id": 1, "service_id": 1, "host": "host1", "uuid": 'host-id-' + uuid.uuid4().hex, |
