Now that we have keystone and horizon mostly working we are starting
to uprev the remaining "core" openstack components. The
openstackclient which offers the '/usr/bin/openstack' tool is often
used to validate if components are working so here we uprev this
package and get it working with some basic commands such as

$ openstack project list --os-username admin --os-project-name admin \
    --os-user-domain-id default --os-project-domain-id default \
    --os-identity-api-version 3 --os-auth-url http://localhost:5000 \
    --os-password password

+----------------------------------+-------+
| ID                               | Name  |
+----------------------------------+-------+
| 90e77577a2714795a860817d0de07402 | admin |
+----------------------------------+-------+

Mark

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to