Add neutronclient configuration into steth.conf
Change-Id: Ie63eb8928e7d24e65d12548fba0a270f7a86cb3a
This commit is contained in:
parent
2bc7b90781
commit
3772289488
@ -17,3 +17,16 @@ nodes_id=39,233,64,65,66
|
|||||||
# and so on. In every region, we give every node a specific name.
|
# and so on. In every region, we give every node a specific name.
|
||||||
# Ensure that DNS can resolve the nodes.
|
# Ensure that DNS can resolve the nodes.
|
||||||
node_name_prefix=server-
|
node_name_prefix=server-
|
||||||
|
|
||||||
|
# (StrOpt) Name of physical interface in each network node or
|
||||||
|
# compute node.
|
||||||
|
physical_interface=eth3
|
||||||
|
|
||||||
|
[neutron_client]
|
||||||
|
# In order to check dhcp, we need to initialize a neutronclient.
|
||||||
|
# So, the below options should be filled out.
|
||||||
|
# The Neutron user information for accessing the Neutron API.
|
||||||
|
username=admin
|
||||||
|
password=12345
|
||||||
|
tenant_name=admin
|
||||||
|
auth_url=http://127.0.0.1:5000/v2.0/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user