Remove useless options
These parameters are no longer used. Change-Id: I522987408097f07b97bb9efaeea3981412d4b88e
This commit is contained in:
@@ -111,17 +111,6 @@
|
|||||||
# and not the Identity service API IP and port.
|
# and not the Identity service API IP and port.
|
||||||
# Use neutron_auth_url instead.
|
# Use neutron_auth_url instead.
|
||||||
#
|
#
|
||||||
# [*neutron_default_tenant_id*]
|
|
||||||
# (optional) DEPRECATED. Default tenant id when creating neutron networks
|
|
||||||
#
|
|
||||||
# [*neutron_auth_plugin*]
|
|
||||||
# Name of the plugin to load (string value)
|
|
||||||
# Defaults to undef
|
|
||||||
#
|
|
||||||
# [*neutron_ca_certificates_file*]
|
|
||||||
# (optional) Location of ca certicates file to use for neutronclient requests.
|
|
||||||
# Defaults to undef
|
|
||||||
#
|
|
||||||
class nova::network::neutron (
|
class nova::network::neutron (
|
||||||
$neutron_password = false,
|
$neutron_password = false,
|
||||||
$neutron_auth_type = 'v3password',
|
$neutron_auth_type = 'v3password',
|
||||||
@@ -140,9 +129,6 @@ class nova::network::neutron (
|
|||||||
$vif_plugging_timeout = '300',
|
$vif_plugging_timeout = '300',
|
||||||
$dhcp_domain = 'novalocal',
|
$dhcp_domain = 'novalocal',
|
||||||
$default_floating_pool = 'nova',
|
$default_floating_pool = 'nova',
|
||||||
$neutron_default_tenant_id = undef,
|
|
||||||
$neutron_auth_plugin = undef,
|
|
||||||
$neutron_ca_certificates_file = undef,
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include ::nova::deps
|
include ::nova::deps
|
||||||
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- removed useless option nova::network::neutron::neutron_default_tenant_id
|
||||||
|
- removed useless option nova::network::neutron::neutron_auth_plugin
|
||||||
|
- removed useless option nova::network::neutron::neutron_ca_certificates_file
|
Reference in New Issue
Block a user