[engineer]ENV in novarc need to changed after deploy openstack cascading modules .

Bug #1439974 reported by nash.xiejun
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Hybrid Cloud
New
Low
nash.xiejun

Bug Description

In Cascading node, it should be:

export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=openstack
export OPENSTACK_PASSWD=openstack
export OS_AUTH_URL=http://<CASCADED_IP>:5000/v2.0
export CONTROLLERIP=<CASCADED_IP>
export OS_REGION_NAME=RegionOne

In Porxy node, it should be:
# vi novarc
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=openstack
export OPENSTACK_PASSWD=openstack
export OS_AUTH_URL=http://<CASCADED_IP>:5000/v2.0
export OS_REGION_NAME=RegionOne

In Cascaded node, it should be:
export OS_USERNAME=admin
export OS_TENANT_NAME=admin
export OS_PASSWORD=openstack
export OPENSTACK_PASSWD=openstack
export OS_AUTH_URL=http://162.3.110.93:5000/v2.0
export OS_REGION_NAME=<CASCADED_REGION_NAME>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.