[openstack-dev] [keystone] is all CLI commands supported in V3?

Carol Bouchard (caboucha) caboucha at cisco.com
Wed Sep 16 19:45:20 UTC 2015


Danny:

Not sure it's the same thing but I've been doing the following to create a subnet (for example):

neutron net-create --tenant-id cf0a9274022540f9bc5b65a932778cd4 net-carol1
neutron subnet-create --tenant-id cf0a9274022540f9bc5b65a932778cd4 --gateway 172.17.16.1 --ip-version 4 --enable-dhcp --name subnet-carol1 net-carol1 172.17.16.0/20

To get the tenant information used in this command I had to change to use:

openstack  --os-username=admin --os-password=nova project list

But you'll need to do some install first.
http://ronaldbradford.com/blog/moving-to-openstackclient-cli-2015-04-20/

Carol

From: Danny Choi (dannchoi)
Sent: Wednesday, September 16, 2015 3:39 PM
To: openstack-dev at lists.openstack.org
Subject: [openstack-dev] [keystone] is all CLI commands supported in V3?

Hi,

I'm running keystone V3.

It does not seem to support all CLI commands.

E.g. There is no "subnet create" command available.

Is this expected?

How to create a subnet in this case?

Thanks,
Danny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150916/08a8b564/attachment-0001.html>


More information about the OpenStack-dev mailing list