remove redundant word
root.description = ("Watcher is an OpenStack project which aims to"
"to improve physical resources usage through"
Here more one 'to'
Change-Id: I3dac6cb15af43583a1360b7f2f14d4e2c9c26cf9
This commit is contained in:
@@ -61,7 +61,7 @@ class Root(base.APIBase):
|
|||||||
root = Root()
|
root = Root()
|
||||||
root.name = "OpenStack Watcher API"
|
root.name = "OpenStack Watcher API"
|
||||||
root.description = ("Watcher is an OpenStack project which aims to "
|
root.description = ("Watcher is an OpenStack project which aims to "
|
||||||
"to improve physical resources usage through "
|
"improve physical resources usage through "
|
||||||
"better VM placement.")
|
"better VM placement.")
|
||||||
root.versions = [Version.convert('v1')]
|
root.versions = [Version.convert('v1')]
|
||||||
root.default_version = Version.convert('v1')
|
root.default_version = Version.convert('v1')
|
||||||
|
|||||||
Reference in New Issue
Block a user