a0dddcdf03
To cover the case when Nuage VSD & VSC are deployed outside of juju framework. Removed nuage-tarball from config file Removed respective code form neutron_api_hook.py Change-Id: I4518435ded9e1a4eb3d98cbb2e77f04b4f2dda61 Signed-off-by: sunny-verma <sunnyverma1992@gmail.com>
14 lines
552 B
INI
14 lines
552 B
INI
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
[restproxy]
|
|
server = {{ vsd_server }}
|
|
serverauth = {{ vsd_auth }}
|
|
auth_resource = {{ vsd_auth_resource }}
|
|
organization = {{ vsd_organization }}
|
|
serverssl = {{ vsd_auth_ssl }}
|
|
base_uri = {{ vsd_base_uri }}
|
|
default_net_partition_name = {{ vsd_netpart_name }}
|
|
cms_id = {{ vsd_cms_id }}
|