diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-08 19:00:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-08 19:00:00 +0000 |
| commit | e7ac6629fea1e1561c772ed0946174350abd4734 (patch) | |
| tree | 35fb6641a993520c9eb3eae6260a8d5ee7d61b11 /nova/api | |
| parent | 85f4255cdd853adb46545e3215c224c4b9906826 (diff) | |
| parent | 2a872a606b2ed8e32de335c8a8a0d8b178ddba0c (diff) | |
Merge "Add an alias to the ServerStartStop extension"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/server_start_stop.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/compute/contrib/server_start_stop.py b/nova/api/openstack/compute/contrib/server_start_stop.py index e5317f051..5f26c7dac 100644 --- a/nova/api/openstack/compute/contrib/server_start_stop.py +++ b/nova/api/openstack/compute/contrib/server_start_stop.py @@ -67,6 +67,7 @@ class Server_start_stop(extensions.ExtensionDescriptor): """Start/Stop instance compute API support""" name = "ServerStartStop" + alias = "os-server-start-stop" namespace = "http://docs.openstack.org/compute/ext/servers/api/v1.1" updated = "2012-01-23:00:00+00:00" |
