Re: [Openstack] quantum create_net- creates network for non-existing tenant also.

2012-10-18 Thread gong yong sheng

Yes, it does work.
the quantum will not check if the tenant id specified is in keystone or 
other Auth system.



On 10/18/2012 04:25 AM, Raja Gajju wrote:

Hi,

Many thanks for your reply.

But we are using Quantum CLIs V1.0 and we are having Quantum 
V1.0  only in our set up.

So, these CLIs should work for the corresponding Quantum version.

Regards,
Girija Sharan Singh

*From:* gong yong sheng gong...@linux.vnet.ibm.com
*To:* Raja Gajju gajjur...@yahoo.com
*Cc:* openstack@lists.launchpad.net openstack@lists.launchpad.net; 
mahesh.kur...@oneconvergence.com mahesh.kur...@oneconvergence.com; 
shyam.tod...@oneconvergence.com shyam.tod...@oneconvergence.com

*Sent:* Thursday, 18 October 2012 12:35 AM
*Subject:* Re: [Openstack] quantum create_net- creates network for 
non-existing tenant also.


It seems that you are using quantum cli v1.0, which is not supported 
in new quantum version v2.0 API.


Are u using quantum v1.x, right?
On 10/16/2012 10:39 AM, Raja Gajju wrote:

Hi All,

I am testing the Quantum CLIs in my set up. When I am creating a new 
network using create_net CLI

for an non-existing tenant, it is showing successful creation.
It should not do so. It is something unexpected. And again when I am 
doing list_nets it is showing

that network under the specified non-existing tenant.

Here is the snippet of the commans and their results :

---

~/devstack$ quantum create_net hjbddsbfikeoqjroijmfgvkmgfv fake_net
Created a new Virtual Network with ID: 
f3b1d829-009d-45b5-9108-01722539135e

for Tenant: hjbddsbfikeoqjroijmfgvkmgfv

~/devstack$ quantum list_nets hjbddsbfikeoqjroijmfgvkmgfv
Virtual Networks for Tenant hjbddsbfikeoqjroijmfgvkmgfv
Network ID: f3b1d829-009d-45b5-9108-01722539135e

---

Any effort to explain this inconsistency issue will be highly 
appreciated. Many thanks in advance.



Thanks and Regards,
Girija Sharan Singh


___
Mailing list:https://launchpad.net/~openstack  
https://launchpad.net/%7Eopenstack
Post to :openstack@lists.launchpad.net  
mailto:openstack@lists.launchpad.net
Unsubscribe :https://launchpad.net/~openstack  
https://launchpad.net/%7Eopenstack
More help   :https://help.launchpad.net/ListHelp






___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum create_net- creates network for non-existing tenant also.

2012-10-18 Thread Dan Wendlandt
On Thu, Oct 18, 2012 at 6:08 AM, gong yong sheng
gong...@linux.vnet.ibm.com wrote:
 Yes, it does work.
 the quantum will not check if the tenant id specified is in keystone or
 other Auth system.

Yes, though this is only true for the Essex release of quantum, as the
quantum API was only used by nova, not directly by tenants, in that
release.  This all changed in Folsom :)

dan



 On 10/18/2012 04:25 AM, Raja Gajju wrote:

 Hi,

 Many thanks for your reply.

 But we are using Quantum CLIs V1.0 and we are having Quantum V1.0  only in
 our set up.
 So, these CLIs should work for the corresponding Quantum version.

 Regards,
 Girija Sharan Singh
 
 From: gong yong sheng gong...@linux.vnet.ibm.com
 To: Raja Gajju gajjur...@yahoo.com
 Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net;
 mahesh.kur...@oneconvergence.com mahesh.kur...@oneconvergence.com;
 shyam.tod...@oneconvergence.com shyam.tod...@oneconvergence.com
 Sent: Thursday, 18 October 2012 12:35 AM
 Subject: Re: [Openstack] quantum create_net- creates network for
 non-existing tenant also.

 It seems that you are using quantum cli v1.0, which is not supported in new
 quantum version v2.0 API.

 Are u using quantum v1.x, right?
 On 10/16/2012 10:39 AM, Raja Gajju wrote:

 Hi All,

 I am testing the Quantum CLIs in my set up. When I am creating a new network
 using create_net CLI
 for an non-existing tenant, it is showing successful creation.
 It should not do so. It is something unexpected. And again when I am doing
 list_nets it is showing
 that network under the specified non-existing tenant.

 Here is the snippet of the commans and their results :

 ---

 ~/devstack$ quantum create_net hjbddsbfikeoqjroijmfgvkmgfv fake_net
 Created a new Virtual Network with ID: f3b1d829-009d-45b5-9108-01722539135e
 for Tenant: hjbddsbfikeoqjroijmfgvkmgfv

 ~/devstack$ quantum list_nets hjbddsbfikeoqjroijmfgvkmgfv
 Virtual Networks for Tenant hjbddsbfikeoqjroijmfgvkmgfv
 Network ID: f3b1d829-009d-45b5-9108-01722539135e

 ---

 Any effort to explain this inconsistency issue will be highly appreciated.
 Many thanks in advance.


 Thanks and Regards,
 Girija Sharan Singh


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp






 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum create_net- creates network for non-existing tenant also.

2012-10-17 Thread gong yong sheng
It seems that you are using quantum cli v1.0, which is not supported in 
new quantum version v2.0 API.


Are u using quantum v1.x, right?
On 10/16/2012 10:39 AM, Raja Gajju wrote:

Hi All,

I am testing the Quantum CLIs in my set up. When I am creating a new 
network using create_net CLI

for an non-existing tenant, it is showing successful creation.
It should not do so. It is something unexpected. And again when I am 
doing list_nets it is showing

that network under the specified non-existing tenant.

Here is the snippet of the commans and their results :

---

~/devstack$ quantum create_net hjbddsbfikeoqjroijmfgvkmgfv fake_net
Created a new Virtual Network with ID: 
f3b1d829-009d-45b5-9108-01722539135e

for Tenant: hjbddsbfikeoqjroijmfgvkmgfv

~/devstack$ quantum list_nets hjbddsbfikeoqjroijmfgvkmgfv
Virtual Networks for Tenant hjbddsbfikeoqjroijmfgvkmgfv
Network ID: f3b1d829-009d-45b5-9108-01722539135e

---

Any effort to explain this inconsistency issue will be highly 
appreciated. Many thanks in advance.



Thanks and Regards,
Girija Sharan Singh


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] quantum create_net- creates network for non-existing tenant also.

2012-10-16 Thread Raja Gajju
Hi All,

I am testing the Quantum CLIs in my set up. When I am creating a new network 
using create_net CLI
for an non-existing tenant, it is showing successful creation.
It should not do so. It is something unexpected. And again when I am doing 
list_nets it is showing
that network under the specified non-existing tenant.

Here is the snippet of the commans and their results :

---

~/devstack$ quantum create_net hjbddsbfikeoqjroijmfgvkmgfv fake_net
Created a new Virtual Network with ID: f3b1d829-009d-45b5-9108-01722539135e
for Tenant: hjbddsbfikeoqjroijmfgvkmgfv

~/devstack$ quantum list_nets hjbddsbfikeoqjroijmfgvkmgfv
Virtual Networks for Tenant hjbddsbfikeoqjroijmfgvkmgfv
    Network ID: f3b1d829-009d-45b5-9108-01722539135e

---

Any effort to explain this inconsistency issue will be highly appreciated. Many 
thanks in advance.



Thanks and Regards,
Girija Sharan Singh___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp