107352e11f
Most of the OpenStack project makes use of lower case for configuration group names. But, 'neutron' was having group names in either cases. Bug states it is fine to have group name in upper case for [DEFAULT] but needs to be changed for others. It was noted that [PLUMgridDirector] was having characters. Change-Id: I95f2dad6d5ae17f722202f4917b6ef460cd41e15 Closes-Bug: #1176683
14 lines
455 B
INI
14 lines
455 B
INI
# Config file for Neutron PLUMgrid Plugin
|
|
|
|
[plumgriddirector]
|
|
# This line should be pointing to the PLUMgrid Director,
|
|
# for the PLUMgrid platform.
|
|
# director_server=<director-ip-address>
|
|
# director_server_port=<director-port>
|
|
# Authentification parameters for the Director.
|
|
# These are the admin credentials to manage and control
|
|
# the PLUMgrid Director server.
|
|
# username=<director-admin-username>
|
|
# password=<director-admin-password>
|
|
# servertimeout=5
|