Add neutronclient configuration into steth.conf

Change-Id: Ie63eb8928e7d24e65d12548fba0a270f7a86cb3a
This commit is contained in:
changzhi1990 2016-03-08 17:09:48 +08:00
parent 2bc7b90781
commit 3772289488

View File

@ -17,3 +17,16 @@ nodes_id=39,233,64,65,66
# and so on. In every region, we give every node a specific name.
# Ensure that DNS can resolve the nodes.
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/