summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/neutron/plugins/nuage/nuage_plugin.ini
blob: aad37bd52b08305a003bd30549c0524f134aad6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Please fill in the correct data for all the keys below and uncomment key-value pairs
[restproxy]
# (StrOpt) Default Network partition in which VSD will
# orchestrate network resources using openstack
#
#default_net_partition_name = <default-net-partition-name>

# (StrOpt) Nuage provided uri for initial authorization to
# access VSD
#
#auth_resource = /auth

# (StrOpt) IP Address and Port of VSD
#
#server = ip:port

# (StrOpt) Organization name in which VSD will orchestrate
# network resources using openstack
#
#organization = org

# (StrOpt) Username and password of VSD for authentication
#
#serverauth = uname:pass

# (BoolOpt) Boolean for SSL connection with VSD server
#
#serverssl = True

# (StrOpt) Nuage provided base uri to reach out to VSD
#
#base_uri = /base

[syncmanager]
# (BoolOpt) Boolean to enable sync between openstack and VSD
#
#enable_sync = False

# (IntOpt) Sync interval in seconds between openstack and VSD
#
#sync_interval = 0