<div dir="ltr">Takaaki,<div><br></div><div><br></div><div>please submit the bug report to launchpad. That would be more appropriate and helpful for required changes being accommodated in either future release or the patches etc.</div><div><br></div><div>Regards,</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 16, 2015 at 3:23 PM, Takaaki Suzuki <span dir="ltr"><<a href="mailto:captain@midokura.com" target="_blank">captain@midokura.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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" target="_blank">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" target="_blank">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>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Nasir Mahmood<br></div>
</div>