Merge "Fix typo in cinder/tests/unit/image/test_glance.py"

This commit is contained in:
Jenkins
2016-08-16 23:49:10 +00:00
committed by Gerrit Code Review

View File

@@ -79,7 +79,7 @@ class TestGlanceImageService(test.TestCase):
1. Glance -> ImageService - This is needed so we can support
multiple ImageServices (Glance, Local, etc)
2. ImageService -> API - This is needed so we can support multple
2. ImageService -> API - This is needed so we can support multiple
APIs (OpenStack, EC2)
"""