summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-05-31 16:23:33 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2013-05-31 16:23:33 +0930
commita25c256ef5b57b13126a1264843aa954c3ccefff (patch)
treed4618330bfc59f0844d94a7413fc925f1ca9addd /etc/nova/nova.conf.sample
parent6c8706b70c3bb386e01742116306a0a7942956be (diff)
downloadnova-a25c256ef5b57b13126a1264843aa954c3ccefff.tar.gz
nova-a25c256ef5b57b13126a1264843aa954c3ccefff.tar.xz
nova-a25c256ef5b57b13126a1264843aa954c3ccefff.zip
Adds v3 API disable config option
Adds the ability to disable the v3 API and it is disabled by default for now. The API is explictly enabled when running the unittests though. Change-Id: I34597d35b9739e06561579651f7ec72afa357919
Diffstat (limited to 'etc/nova/nova.conf.sample')
-rw-r--r--etc/nova/nova.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 2ba888a86..569c2d391 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -413,6 +413,14 @@
#
+# Options defined in nova.api.openstack
+#
+
+# Whether the V3 API is enabled or not
+#osapi_v3_enabled=False
+
+
+#
# Options defined in nova.api.openstack.common
#