[meta-virtualization] [m-c-s][PATCH 0/6] uprev python-openstackclient

Mark Asselstine mark.asselstine at windriver.com
Wed Nov 22 10:28:06 PST 2017


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



More information about the meta-virtualization mailing list