[engineer]ENV in novarc need to changed after deploy openstack cascading modules .
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Hybrid Cloud |
New
|
Low
|
nash.xiejun |
Bug Description
In Cascading node, it should be:
export OS_TENANT_
export OS_USERNAME=admin
export OS_PASSWORD=
export OPENSTACK_
export OS_AUTH_URL=http://<CASCADED_
export CONTROLLERIP=
export OS_REGION_
In Porxy node, it should be:
# vi novarc
export OS_TENANT_
export OS_USERNAME=admin
export OS_PASSWORD=
export OPENSTACK_
export OS_AUTH_URL=http://<CASCADED_
export OS_REGION_
In Cascaded node, it should be:
export OS_USERNAME=admin
export OS_TENANT_
export OS_PASSWORD=
export OPENSTACK_
export OS_AUTH_URL=http://
export OS_REGION_