summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-04-08 22:21:43 -0400
committerJoe Gordon <jogo@cloudscaling.com>2012-04-08 22:21:43 -0400
commit6606f036a6b0b5c100374767c3a05ab06d410852 (patch)
treea2779dc30d0acfd0b2059a06165931bb41ace138
parent5f5295b884f456033d742d08388862615ff3b82b (diff)
downloadnova-6606f036a6b0b5c100374767c3a05ab06d410852.tar.gz
nova-6606f036a6b0b5c100374767c3a05ab06d410852.tar.xz
nova-6606f036a6b0b5c100374767c3a05ab06d410852.zip
Update doc to mention nova tool for type creation
Change-Id: I5ce1b4b7032f6f82dfaa7a8f60139e148a250db8
-rw-r--r--doc/source/runnova/managing.instance.types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/runnova/managing.instance.types.rst b/doc/source/runnova/managing.instance.types.rst
index c4a405a8d..29e653697 100644
--- a/doc/source/runnova/managing.instance.types.rst
+++ b/doc/source/runnova/managing.instance.types.rst
@@ -29,7 +29,7 @@ Instance types can be in either the active or inactive state:
* Active instance types are available to be used for launching instances
* Inactive instance types are not available for launching instances
-In the current (Cactus) version of nova, instance types can only be created by the nova administrator through the nova-manage command. Future versions of nova (in concert with the OpenStack API or EC2 API), may expose this functionality directly to users.
+In the current (Essex) version of nova, instance types can be created by the nova administrator through the nova-manage command, or the nova command (which uses the OpenStack API).
Basic Management
----------------