Error:’NoneType’ object has no attribute ‘service_catalog’
After keystone installation try to run ‘openstack token issue’ in controller node getting the following error that is ‘NoneType’ object has no attribute ‘service_catalog’
Solution:
To avoid the service_catalog issue need to add additional line in admin-openrc.sh file.Add the below line and try to run the command
export OS_AUTH_TYPE=password
#openstack token issue
Tags:Openstack,keystone,apache2,Rabbitmq,openstack installation,Liberty version,Openstack issues,keystone,cinder,neutron list,compute node,kvm
Add Comment