170d14add2
- Mechanism driver specific unit testing. Implements: blueprint fsl-sdn-os-mech-driver Change-Id: If37a39119c620c6d204346a7fe66c70aaad7261e
53 lines
1.0 KiB
INI
53 lines
1.0 KiB
INI
# Defines Configuration options for FSL SDN OS Mechanism Driver
|
|
# Cloud Resource Discovery (CRD) authorization credentials
|
|
[ml2_fslsdn]
|
|
#(StrOpt) User name for authentication to CRD.
|
|
# e.g.: user12
|
|
#
|
|
# crd_user_name =
|
|
|
|
#(StrOpt) Password for authentication to CRD.
|
|
# e.g.: secret
|
|
#
|
|
# crd_password =
|
|
|
|
#(StrOpt) Tenant name for CRD service.
|
|
# e.g.: service
|
|
#
|
|
# crd_tenant_name =
|
|
|
|
#(StrOpt) CRD auth URL.
|
|
# e.g.: http://127.0.0.1:5000/v2.0/
|
|
#
|
|
# crd_auth_url =
|
|
|
|
#(StrOpt) URL for connecting to CRD Service.
|
|
# e.g.: http://127.0.0.1:9797
|
|
#
|
|
# crd_url=
|
|
|
|
#(IntOpt) Timeout value for connecting to CRD service
|
|
# in seconds, e.g.: 30
|
|
#
|
|
# crd_url_timeout=
|
|
|
|
#(StrOpt) Region name for connecting to CRD in
|
|
# admin context, e.g.: RegionOne
|
|
#
|
|
# crd_region_name=
|
|
|
|
#(BoolOpt)If set, ignore any SSL validation issues (boolean value)
|
|
# e.g.: False
|
|
#
|
|
# crd_api_insecure=
|
|
|
|
#(StrOpt)Authorization strategy for connecting to CRD in admin
|
|
# context, e.g.: keystone
|
|
#
|
|
# crd_auth_strategy=
|
|
|
|
#(StrOpt)Location of CA certificates file to use for CRD client
|
|
# requests.
|
|
#
|
|
# crd_ca_certificates_file=
|