Merge "Fix the wrong comment in the test_servers.py file"

This commit is contained in:
Jenkins 2015-07-13 05:56:38 +00:00 committed by Gerrit Code Review
commit 08e9b22a1a
2 changed files with 2 additions and 2 deletions

View File

@ -2099,7 +2099,7 @@ class ServersControllerCreateTest(test.TestCase):
self.controller.create(self.req, body=self.body)
def test_create_server_image_too_large(self):
# Get the fake image service so we can set the status to deleted
# Get the fake image service so we can update the size of the image
(image_service, image_id) = glance.get_remote_image_service(
context, self.image_uuid)

View File

@ -2027,7 +2027,7 @@ class ServersControllerCreateTest(test.TestCase):
def test_create_server_image_too_large(self):
image_uuid = '76fa36fc-c930-4bf3-8c8a-ea2a2420deb6'
# Get the fake image service so we can set the status to deleted
# Get the fake image service so we can update the size of the image
(image_service, image_id) = glance.get_remote_image_service(context,
image_uuid)
image = image_service.show(context, image_id)