Re: [Openstack] Single IP Pool and Multiple Tenant

2013-02-02 Thread Vishvananda Ishaya
yes it works the same way in horizon; first you allocate and then you associate. Vish On Feb 2, 2013, at 9:27 AM, Umar Draz wrote: > Hi > > Thanks for your reply, > > Yeh I had some misunderstand about Floating IPs. > > Now is this possible I can create floating ip from dashboard/horizon?

Re: [Openstack] Single IP Pool and Multiple Tenant

2013-02-02 Thread Umar Draz
Hi Thanks for your reply, Yeh I had some misunderstand about Floating IPs. Now is this possible I can create floating ip from dashboard/horizon? Br. Umar On Sat, Feb 2, 2013 at 9:33 PM, Vishvananda Ishaya wrote: > > On Feb 1, 2013, at 8:24 PM, Umar Draz wrote: > > > So this is not possible

Re: [Openstack] Single IP Pool and Multiple Tenant

2013-02-02 Thread Vishvananda Ishaya
On Feb 1, 2013, at 8:24 PM, Umar Draz wrote: > So this is not possible that create a dedicated floating ip pools that share > all tenant. > > I have 128 ip pools and different tenant, I don't want a tenant hold the ip > even if its not needed. I want a central pool every tenant should acquir

Re: [Openstack] Single IP Pool and Multiple Tenant

2013-02-01 Thread Umar Draz
So this is not possible that create a dedicated floating ip pools that share all tenant. I have 128 ip pools and different tenant, I don't want a tenant hold the ip even if its not needed. I want a central pool every tenant should acquire the ip address from that pool. Br. Umar On Sat, Feb 2, 2

Re: [Openstack] Single IP Pool and Multiple Tenant

2013-02-01 Thread Vishvananda Ishaya
Floating-ip-create is a user command that allocates a floating ip to a tenant. It pulls it out of the pool so other tenants cannot use it. Floating IPS are available for all projects. Any user can allocate an IP and then associate it. Vish On Feb 1, 2013 7:35 PM, "Umar Draz" wrote: > HI Vish, >

Re: [Openstack] Single IP Pool and Multiple Tenant

2013-02-01 Thread Umar Draz
HI Vish, I always connect my Controller or Compute node with root user for nova commands and here is the .bashrc of root user export OS_NO_CACHE=1 export OS_TENANT_NAME="admin" export OS_USERNAME="admin" export OS_PASSWORD="plainJet " export OS_AUTH_URL="http://172.168.1.2:5000/v2.0/"; export ADM

Re: [Openstack] Single IP Pool and Multiple Tenant

2013-02-01 Thread Vishvananda Ishaya
What do you mean it isn't visible? you should be able to do: nova floating-ip-create mypool as any user. Vish On Feb 1, 2013, at 10:29 AM, Umar Draz wrote: > Hi All, > > I have 3 Tenant (admin, rebel, penguin). Also have 3 different users for > these Tenants > > I have /25 network pool

[Openstack] Single IP Pool and Multiple Tenant

2013-02-01 Thread Umar Draz
Hi All, I have 3 Tenant (admin, rebel, penguin). Also have 3 different users for these Tenants I have /25 network pool from my datacenter. I have created my default pool using this name nova-manage floating create --pool mypool --ip_range 73.63.93.128/25 Now the problem is I can only see this p