Bootstrap the OpenStack Keystone API V3 with Httpie
Posted on Sun 05 April 2015 in misc • Tagged with Cloud, OpenStack, Ubuntu
Sometime, Openstack's clients are not compliant with latests API versions. We should use Curl to create domains and openstack's clients (python-keystoneclient or python-openstackclient) to manipulate v2 identity objects. There is a way to simplify: exclusive use of Rest API (with Curl for instance). However, curl is not design for humans …
Continue reading