Register neutron client option

1. Register neutron_client_opts
2. Updated config sample to include neutron opts

Change-Id: I97fd1f25dbe7e8d07620ede0ea7b25acadb2e432
Patially-Implements: blueprint api-parameter-validation
This commit is contained in:
houming-wang 2015-12-02 04:41:03 -05:00
parent 73955e8c59
commit 0162588ebd
2 changed files with 16 additions and 0 deletions

View File

@ -861,6 +861,21 @@
#password =
[neutron_client]
#
# From magnum
#
# Region in Identity service catalog to use for communication with the
# OpenStack service. (string value)
#region_name = <None>
# Type of endpoint in Identity service catalog to use for
# communication with the OpenStack service. (string value)
#endpoint_type = publicURL
[nova_client]
#

View File

@ -51,6 +51,7 @@ def list_opts():
('glance_client', magnum.common.clients.glance_client_opts),
('barbican_client', magnum.common.clients.barbican_client_opts),
('nova_client', magnum.common.clients.nova_client_opts),
('neutron_client', magnum.common.clients.neutron_client_opts),
('x509', magnum.common.x509.config.x509_opts),
('bay_heat', magnum.conductor.handlers.bay_conductor.bay_heat_opts),
('certificates',