On Wed, Jan 28, 2015 at 06:13:20AM +0000, [email protected] wrote: > Hello Steven, > > Thanks for the response. > > I went through your blog. It's really good . I have question here. > > Openstack CLI will support only V3 version of keystone client?. Because it's > not taking subcommand "--description". Please look into the below output. > > I have installed juno on Ubuntu 14.04 OS. > > > root@Control:/var/log/keystone# openstack --os-token f23eff54962207fa37b6 > --os-url=http://Control:5000/v2.0 --os-identity-api-version=2 domain create > heat --description "Owns users and projects created by heat" > > ERROR: openstack Invalid command '--description'
You have to use --os-identity-api-version=3, with the v3 keystone endpoint, as documented in my blog. Domains are a v3-only keystone feature. Steve _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
