]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Correct default service_name for nova_catalog*_info config option
authorTrung Trinh <trung.t.trinh@dektech.com.au>
Mon, 15 Dec 2014 06:23:34 +0000 (20:23 +1400)
committerHuang Zhiteng <winston.d@gmail.com>
Mon, 15 Dec 2014 07:08:09 +0000 (07:08 +0000)
commit5ad15c040fdc115bca9efb1c952279988a2a48b3
tree7cd534a097ae071a9780569e0752c5bfff3107a0
parent5259bd7f6010f17a129e6bbb1d8e486e93b33b03
Correct default service_name for nova_catalog*_info config option

The default service_name in config option (nova_catalog_info and
nova_catalog_admin_info) was mistakenly put as 'nova'. Consequently,
it is impossible to invoke novaclient APIs from Cinder code without
changing the default value of those config options.

The correct service_name defined in Keystone's config file
"/etc/keystone/default_catalog.templates" is:
catalog.RegionOne.compute.name = Compute Service.

This change replaces 'nova' with 'Compute Service' for default value
of 'nova_catalog*_info' config options.

Change-Id: Idee3585a08efa1d6af1f4ee2b74e8cefb05cc54f
Closes-Bug: 1401800
cinder/compute/nova.py