diff options
| -rw-r--r-- | nova/endpoint/rackspace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/endpoint/rackspace.py b/nova/endpoint/rackspace.py index f6735a260..75b828e91 100644 --- a/nova/endpoint/rackspace.py +++ b/nova/endpoint/rackspace.py @@ -105,7 +105,7 @@ class CloudServerAPI(wsgi.Application): return json.dumps(value) def instance_details(self, inst): # pylint: disable-msg=R0201 - "Build the data structure to represent details for an instance." + """Build the data structure to represent details for an instance.""" return { "id": inst.get("instance_id", None), "imageId": inst.get("image_id", None), |
