diff options
Diffstat (limited to 'charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf')
-rw-r--r-- | charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf b/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf new file mode 100644 index 0000000..ffea798 --- /dev/null +++ b/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf @@ -0,0 +1,9 @@ +############################################################################### +# [ WARNING ] +# Configuration file maintained by Juju. Local changes may be overwritten. +############################################################################### + +[DISCOVERY] +server = {{ discovery_server }} +port = {{ discovery_port }} + |