diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-12-02 15:33:43 -0600 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-12-02 15:33:43 -0600 |
| commit | ad8577fdf07cc6ef8734962c93c85cb03afe23a7 (patch) | |
| tree | 00b058c85fcb0201c3534bc62347dcc696866fd1 | |
| parent | 8be00510243918a67558b60557e7261e4649e94e (diff) | |
| download | nova-ad8577fdf07cc6ef8734962c93c85cb03afe23a7.tar.gz nova-ad8577fdf07cc6ef8734962c93c85cb03afe23a7.tar.xz nova-ad8577fdf07cc6ef8734962c93c85cb03afe23a7.zip | |
pep8
| -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 8060995ad..44ac8f342 100644 --- a/nova/tests/api/openstack/test_servers.py +++ b/nova/tests/api/openstack/test_servers.py @@ -48,7 +48,7 @@ def return_security_group(context, instance_id, security_group_id): def stub_instance(id, user_id=1): - return Instance(id=id+123456, state=0, image_id=10, user_id=user_id, + return Instance(id=id + 123456, state=0, image_id=10, user_id=user_id, display_name='server%s' % id, internal_id=id) |
