Browse code

Moves Nova v3 API enable config to group

https://review.openstack.org/#/c/29487/ moves the Nova v3 API
enable flag into its own config group. And renames it to just
"enable". This changeset follows that change. As we do not yet
gate on any Nova V3 API tests we don't need to keep the old setting
around.

Change-Id: If1592cd7b9aad24b6d010870a5fb6bcc60efb8ac

Chris Yeoh authored on 2013/06/03 15:53:01
Showing 1 changed files
... ...
@@ -439,7 +439,7 @@ function create_nova_conf() {
439 439
     iniset $NOVA_CONF DEFAULT libvirt_type "$LIBVIRT_TYPE"
440 440
     iniset $NOVA_CONF DEFAULT libvirt_cpu_mode "none"
441 441
     iniset $NOVA_CONF DEFAULT instance_name_template "${INSTANCE_NAME_PREFIX}%08x"
442
-    iniset $NOVA_CONF DEFAULT osapi_v3_enabled "True"
442
+    iniset $NOVA_CONF osapi_v3 enabled "True"
443 443
 
444 444
     if is_service_enabled n-api; then
445 445
         iniset $NOVA_CONF DEFAULT enabled_apis "$NOVA_ENABLED_APIS"