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@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
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to