From 3317437caca5eb769ab4c6d3ea7c5d3e062517e2 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 17 Apr 2014 17:02:50 -0700 Subject: [PATCH] Don't set nova.conf values to there default value No need to set osapi_compute_extension and volume_api_class to there default values. Change-Id: I1f5345fa2e0ac3a3fbb96a63f36207d2233d7837 --- lib/nova | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/nova b/lib/nova index 47e4afcf24..a70e2e2d59 100644 --- a/lib/nova +++ b/lib/nova @@ -428,7 +428,6 @@ function create_nova_conf { iniset $NOVA_CONF DEFAULT default_floating_pool "$PUBLIC_NETWORK_NAME" iniset $NOVA_CONF DEFAULT s3_host "$SERVICE_HOST" iniset $NOVA_CONF DEFAULT s3_port "$S3_SERVICE_PORT" - iniset $NOVA_CONF DEFAULT osapi_compute_extension "nova.api.openstack.compute.contrib.standard_extensions" iniset $NOVA_CONF DEFAULT my_ip "$HOST_IP" iniset $NOVA_CONF DEFAULT osapi_compute_workers "4" iniset $NOVA_CONF DEFAULT ec2_workers "4" @@ -468,9 +467,6 @@ function create_nova_conf { iniset $NOVA_CONF keystone_authtoken signing_dir $NOVA_AUTH_CACHE_DIR - if is_service_enabled cinder; then - iniset $NOVA_CONF DEFAULT volume_api_class "nova.volume.cinder.API" - fi if [ -n "$NOVA_STATE_PATH" ]; then iniset $NOVA_CONF DEFAULT state_path "$NOVA_STATE_PATH" iniset $NOVA_CONF DEFAULT lock_path "$NOVA_STATE_PATH"