<div dir="ltr">Hi OpenStack users.<div><br></div><div>I'm deploying the OpenStack Liberty release now. I'm following the openstack documents now. but I had a small issue of openstack command. </div><div><div><br></div><div>the openstack document mentioned a script of "admin-openrc.sh" on the doc.</div><div><a href="http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-openrc.html">http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-openrc.html</a></div><div>but it is not correct when you've created the file.</div><div><br></div><div>root@liberty-controller:~# cat admin-openrc.sh <br></div></div><div><div>export OS_PROJECT_DOMAIN_ID=default</div><div>export OS_USER_DOMAIN_ID=default</div><div>export OS_PROJECT_NAME=admin</div><div>export OS_TENANT_NAME=admin</div><div>export OS_USERNAME=admin</div><div>export OS_PASSWORD=admin_password</div><div>export OS_AUTH_URL=<a href="http://192.168.10.75:35357/v3">http://192.168.10.75:35357/v3</a></div><div>export OS_IDENTITY_API_VERSION=3</div></div><div><br></div><div>root@liberty-controller:~# source admin-openrc.sh<br></div><div><div>root@liberty-controller:~# openstack token issue</div><div>'NoneType' object has no attribute 'service_catalog'</div></div><div><br></div><div>I think probably, You will see the error message with openstack command.</div><div>You need to add a line "export OS_AUTH_TYPE=password" in the file.</div><div><br></div><div><div>root@liberty-controller:~# cat admin-openrc.sh </div><div>export OS_PROJECT_DOMAIN_ID=default</div><div>export OS_USER_DOMAIN_ID=default</div><div>export OS_PROJECT_NAME=admin</div><div>export OS_TENANT_NAME=admin</div><div>export OS_USERNAME=admin</div><div>export OS_PASSWORD=admin_password</div><div>export OS_AUTH_URL=<a href="http://192.168.10.75:35357/v3">http://192.168.10.75:35357/v3</a></div><div>export OS_AUTH_TYPE=password</div><div>export OS_IDENTITY_API_VERSION=3</div></div><div><br></div><div>root@liberty-controller:~# source admin-openrc.sh<br></div><div><div>root@liberty-controller:~# openstack token issue</div><div>+------------+----------------------------------+</div><div>| Field      | Value                            |</div><div>+------------+----------------------------------+</div><div>| expires    | 2015-10-16T11:14:53.136807Z      |</div><div>| id         | 77b45917e7674d9aaf3ebc361b73e992 |</div><div>| project_id | 6699e8ce63fb4cb09152d72bf127f381 |</div><div>| user_id    | e51550a454a449c1b1ed06edc39a074f |</div><div>+------------+----------------------------------+</div></div><div><br></div><div>It works well :) hope this help when you've installed the Liberty.</div><div><br></div><div>Thanks</div><div>---</div><div>Midokura</div><div>Takaaki Captain Suzuki</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>