[Openstack] will there be any more ATC code

2015-08-24 Thread V.Mock
Hi, I was just wondering whether all the ATC codes for Tokyo have been given out already? would there be any chance to receive ATC code at this point? Thanks, Victoria ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Po

Re: [Openstack] Keystone policy to allow project_admins to add(existing) users to their projects

2015-08-24 Thread Steve Martinelli
Right, v2 and policy don't mix :( The controller goes right to checking for admin-ness: https://github.com/openstack/keystone/blob/master/keystone/assignment/controllers.py#L144-L161 Whereas in v3, it actually checks the policy.json file: https://github.com/openstack/keystone/blob/master/keystone

Re: [Openstack] Keystone policy to allow project_admins to add (existing) users to their projects

2015-08-24 Thread Morgan Fainberg
The policy file is not really used for v2 keystone. There are very limited things that can be done with v2 and policy. Please also note that the keystoneclient cli only supports v2 (and is deprecated in favor of the common openstack client). Other than those two point Steve's email is spot on

Re: [Openstack] Keystone policy to allow project_admins to add (existing) users to their projects

2015-08-24 Thread Steve Martinelli
If you're using oslo.policy (this is in Kilo and newer) then you shouldn't have to restart Keystone for the changes to policy.json to take affect, but it doesn't hurt. I suggest looking to make sure the role 'project_admin' was actually assigned to the user in that project. You can use the comman

[Openstack] Keystone policy to allow project_admins to add (existing) users to their projects

2015-08-24 Thread Jonathan Proulx
HI, I want to create a 'project_admin' role with the ability to add and remove existing users from the project in which one has this role. But it's not working as I thought. Here's what I tried in policy.json (note #comments are not in the json file): # set up the rules "project_admin": "pro

[Openstack] What tools are people using for tenant level snapshot management?

2015-08-24 Thread Forrest Flagg
Hi all, Looking for a way to allow automatic snapshots for tenants. We're running Juno and we're wondering what everyone else is doing. There was a plugin called Veta, but it looks like that hasn't been actively maintained for quite a while. Is there another plugin for this or are people using

Re: [Openstack] debug virtual router traffic

2015-08-24 Thread Yngvi Páll Þorfinnsson
Hi It‘s solved. The problem vanished as soon as I deleted one of two subnets configured on the router which is connected to the external network. Thanks for the help ! Best regards Yngvi From: Nasir Mahmood [mailto:nasir.mahm...@gmail.com] Sent: 24. ágúst 2015 12:29 To: Yngvi Páll Þorfinnsson Cc

Re: [Openstack] debug virtual router traffic

2015-08-24 Thread Nasir Mahmood
read the openstack network troubleshooting guide...its quite detail fully mentioned there how to even trace bridge packets. all step by step Regards, Nasir On Mon, Aug 24, 2015 at 2:53 PM, Yngvi Páll Þorfinnsson wrote: > Hi > > I need to debug a virtual router traffic. > > Can you please give

[Openstack] Reg. glance image in different domain

2015-08-24 Thread ESWAR RAO
Hi All, I have created a different domain as below: domain-name: Heat-stack tenant-name: heat-tenant user-name: heat-user I have assigned "admin" role to the tenant. I have added "tenant-id" as a member to existing image in glance in default domain. # glance --os-tenant-id ad3688ad21b94925997

[Openstack] Help! Attaching floating IP breaks instance networking

2015-08-24 Thread Tom Verdaat
Hi all, I've been running an OpenStack cluster without problems for a while, using the Kilo release and Distributed Virtual Routing. The instance networking broke all of a sudden and I can't figure out why or how to fix it. Any help would be greatly appreciated! An instance without a Floating IP

[Openstack] debug virtual router traffic

2015-08-24 Thread Yngvi Páll Þorfinnsson
Hi I need to debug a virtual router traffic. Can you please give me some ideas on this. It's because I'm having problems with ssh to some of the VM's. Best regards Yngvi ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Pos

Re: [Openstack] Custom API

2015-08-24 Thread Matthias Runge
On 22/08/15 00:42, Donald Hansen wrote: > I'm working on a POC using Horizon and have successfully created some > dashboards and panels. Next up is creating some custom API's. Is there > any documentation anywhere on doing this? I tried looking at some of the > existing api's in the api folder and