Do not redefine defaults for <service>_client/api_version
and rely on the defaults defined in Watcher itself. Change-Id: If54b617b7509e95734d4574840d2074fe9291c2a
This commit is contained in:
@@ -10,15 +10,15 @@
|
|||||||
#
|
#
|
||||||
# [*cinder_client_api_version*]
|
# [*cinder_client_api_version*]
|
||||||
# (required) Version of Cinder API to use in cinderclient.
|
# (required) Version of Cinder API to use in cinderclient.
|
||||||
# Default is 3.
|
# Default is $::os_service_default.
|
||||||
#
|
#
|
||||||
# [*glance_client_api_version*]
|
# [*glance_client_api_version*]
|
||||||
# (required) Version of Glance API to use in glanceclient.
|
# (required) Version of Glance API to use in glanceclient.
|
||||||
# Default is 2.
|
# Default is $::os_service_default.
|
||||||
#
|
#
|
||||||
# [*neutron_client_api_version*]
|
# [*neutron_client_api_version*]
|
||||||
# (required) Version of Neutron API to use in neutronclient.
|
# (required) Version of Neutron API to use in neutronclient.
|
||||||
# Default is 2.
|
# Default is $::os_service_default.
|
||||||
#
|
#
|
||||||
# [*nova_client_api_version*]
|
# [*nova_client_api_version*]
|
||||||
# (required) Version of Nova API to use in novaclient.
|
# (required) Version of Nova API to use in novaclient.
|
||||||
@@ -241,9 +241,9 @@
|
|||||||
class watcher (
|
class watcher (
|
||||||
$purge_config = false,
|
$purge_config = false,
|
||||||
$use_ssl = false,
|
$use_ssl = false,
|
||||||
$cinder_client_api_version = '3',
|
$cinder_client_api_version = $::os_service_default,
|
||||||
$glance_client_api_version = '2',
|
$glance_client_api_version = $::os_service_default,
|
||||||
$neutron_client_api_version = '2',
|
$neutron_client_api_version = $::os_service_default,
|
||||||
$nova_client_api_version = $::os_service_default,
|
$nova_client_api_version = $::os_service_default,
|
||||||
$package_ensure = 'present',
|
$package_ensure = 'present',
|
||||||
$rabbit_login_method = $::os_service_default,
|
$rabbit_login_method = $::os_service_default,
|
||||||
|
|||||||
Reference in New Issue
Block a user