diff options
| author | Dan Prince <dan.prince@rackspace.com> | 2011-03-16 14:09:29 -0400 |
|---|---|---|
| committer | Dan Prince <dan.prince@rackspace.com> | 2011-03-16 14:09:29 -0400 |
| commit | f91cd67c403d7de54600eea0d91c223af0493788 (patch) | |
| tree | 3156557d843ceccb4f8e530ec072d310949550a1 /nova/api | |
| parent | b2456e983178b97ad94f48c77ef210000d6d6ca4 (diff) | |
Comment update.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/extensions.py b/nova/api/openstack/extensions.py index 4adfcfc5b..557b12fd9 100644 --- a/nova/api/openstack/extensions.py +++ b/nova/api/openstack/extensions.py @@ -345,7 +345,7 @@ class ActionExtension(object): class ResourceExtension(object): """ - ResourceExtension objects can be used to add add top level resources + ResourceExtension objects can be used to add top level resources to the OpenStack API in nova. """ |
