Hi victorhk,
Thanks for your patient.
1> please login to controller01/controller02 (
a>you need to first login to management server as viouser,
b>then please run "ssh controller01"
c>you can switch to root user with password "vmware"
please check your openstack-dashboard configuration file at
/etc/openstack-dashboard/local_settings.py to make sure it has the follow line on both controller nodes.
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_"
if it didn't show there, please add that on both controller node.
2> still on the controller01 and 02
please check the keystone file at
/etc/keystone/keystone.conf
add the follow line in the default section
member_role_name = _member_
after that please restart keystone service and openstack-dashboard service.
> service keystone restart
>service apache2 restart
Please let me know if that works.