Fixed the ini file for nuage_plugin

This commit is contained in:
Aniket Bhat 2014-11-03 17:53:46 -05:00
parent 151d546abd
commit 23d041ea17
3 changed files with 2 additions and 4 deletions

View File

@ -176,7 +176,7 @@ options:
description: Name of the organization to create in Nuage VSD
vsd-netpart-name:
type: string
default: csp
default: juju-enterprise
description: Name of the organization to create in Nuage VSD
vsd-config-file:
type: string

View File

@ -156,8 +156,6 @@ def vsd_changed(relation_id=None, remote_unit=None):
with open (vsd_config_file, "r") as vsp:
contents = vsp.read()
log('vsd-rest-api-relation-changed: contents after: {}'.format(contents))
configure_https()
@hooks.hook('upgrade-charm')
@hooks.hook('config-changed')

View File

@ -3,7 +3,7 @@
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
[DEFAULT]
[restproxy]
server = {{ vsd_server }}
serverauth = {{ vsd_auth }}
auth_resource = {{ vsd_auth_resource }}