Re: [openstack-dev] Interconnecting projects

2015-06-25 Thread Kevin Benton
Hi, creating rbac entries by non-admins will be controlled by policy.json. So you can enable it or disable it there. > Also is the action access_as_external available now ? Not yet. The code is still under review. On Thu, Jun 25, 2015 at 10:15 AM, Assaf Muller wrote: > I'll defer to Kevin, the

Re: [openstack-dev] Interconnecting projects

2015-06-25 Thread Assaf Muller
I'll defer to Kevin, the spec author, but you should know that the implementation is not merged yet. - Original Message - > Hi Assaf, > > Now reading the rbac network specs carefully, I believe it does allow private > networks to be shared to other tenants by non-admin users. > > So the

Re: [openstack-dev] Interconnecting projects

2015-06-23 Thread Anik
Hi Assaf, Now reading the rbac network specs carefully, I believe it does allow private networks to be shared to other tenants by non-admin users.  So the command "neutron rbac create --type network --tenant-id --action access_as_shared" - can this be only used by an admin ? From the specs, it

Re: [openstack-dev] Interconnecting projects

2015-06-02 Thread Salvatore Orlando
at I was asking for. Thanks Fawad. >> >> Regards, >> Anik >> 201-245-1569 >> >> -- >> *From:* Fawad Khaliq >> *To:* OpenStack Development Mailing List (not for usage questions) < >> openstack-dev@lists.openstack.org> >

Re: [openstack-dev] Interconnecting projects

2015-06-02 Thread Fawad Khaliq
ik > 201-245-1569 > > -- > *From:* Fawad Khaliq > *To:* OpenStack Development Mailing List (not for usage questions) < > openstack-dev@lists.openstack.org> > *Cc:* Anik > *Sent:* Tuesday, June 2, 2015 9:29 AM > *Subject:* Re: [openstack-dev] Interconnecting projects > &g

Re: [openstack-dev] Interconnecting projects

2015-06-02 Thread Anik
That's exactly what I was asking for. Thanks Fawad. Regards, Anik 201-245-1569 From: Fawad Khaliq To: OpenStack Development Mailing List (not for usage questions) Cc: Anik Sent: Tuesday, June 2, 2015 9:29 AM Subject: Re: [openstack-dev] Interconnecting projects On Tue,

Re: [openstack-dev] Interconnecting projects

2015-06-02 Thread Fawad Khaliq
On Tue, Jun 2, 2015 at 9:14 PM, Assaf Muller wrote: > Check out: > > http://specs.openstack.org/openstack/neutron-specs/specs/liberty/rbac-networks.html If I understand correctly, what Anik is probably asking for is way to connect two OpenStack projects together from a network point of view, whe

Re: [openstack-dev] Interconnecting projects

2015-06-02 Thread Assaf Muller
Check out: http://specs.openstack.org/openstack/neutron-specs/specs/liberty/rbac-networks.html Kevin is trying to solve exactly this problem. We're really hoping to land it in time for Liberty. - Original Message - > Hi, > > Trying to understand if somebody has come across the following

[openstack-dev] Interconnecting projects

2015-06-02 Thread Anik
Hi, Trying to understand if somebody has come across the following scenario: I have a two projects: Project 1 and Project 2 I have a neutron private network in Project 1, that I want to connect that private network to a neutron port in Project 2. This does not seem to be possible without using adm