diff options
author | trinaths <trinath.somanchi@freescale.com> | 2014-06-06 15:42:25 +0530 |
---|---|---|
committer | trinaths <trinath.somanchi@freescale.com> | 2014-06-07 08:06:29 +0530 |
commit | 953decea071ac80cc1c2e1d1411e372c7e85dbd0 (patch) | |
tree | eb65258bde05af0431f5be65e58cd334f58e62cb /etc | |
parent | c0b6d596e696ee0c4bd5ef4c689c7b86548cfc23 (diff) | |
download | neutron-953decea071ac80cc1c2e1d1411e372c7e85dbd0.tar.gz |
Freescale SDN Mechanism Driver for ML2 Plugin
- Mechanism driver specific unit testing.
Implements: blueprint fsl-sdn-os-mech-driver
Change-Id: If37a39119c620c6d204346a7fe66c70aaad7261e
Diffstat (limited to 'etc')
-rw-r--r-- | etc/neutron/plugins/ml2/ml2_conf_fslsdn.ini | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/etc/neutron/plugins/ml2/ml2_conf_fslsdn.ini b/etc/neutron/plugins/ml2/ml2_conf_fslsdn.ini new file mode 100644 index 0000000000..6ee4a4e009 --- /dev/null +++ b/etc/neutron/plugins/ml2/ml2_conf_fslsdn.ini @@ -0,0 +1,52 @@ +# 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= |