Re: [Openstack] Annoying warning

2016-02-19 Thread Mārtiņš Jakubovičs
Thanks for clarification. Best regards, Martins On 2016.02.18. 23:58, Morgan Fainberg wrote: I think you may have hit an issue with a specific version of auth token middleware, where one of the options was incorrectly "deprecated" and warns. I'm sure either Steve or I can dig up the specific

Re: [Openstack] Unable to retrieve volume limit information.

2016-02-19 Thread Wilson Kwok
Thank for your information, the Cinder.conf no keystone auth ... auth_uri = http://keystone_ip:5000 auth_url = http://keystone_ip:35357 auth_plugin = password project_domain_id = default user_domain_id = default project_name = services username = cinder password = [cinder password] 2016-02-19 2:

[Openstack] OpenStack RC file from within heat

2016-02-19 Thread Davíð Örn Jóhannsson
?Is it possible to gain access to OpenStack RC file from within a heat template, in order to place it on a host during cloud init? ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org

Re: [Openstack] OpenStack RC file from within heat

2016-02-19 Thread Pavlo Shchelokovskyy
Davio, yes, you could do that, but for local files only from CLI, not Horizon. You could use a "str_replace" and "get_file" functions. As an example, here https://github.com/pshchelo/stackdev/blob/master/templates/autoscaling/asg.yaml#L33-L45 I am dropping a local file through the Nova's user dat

Re: [Openstack] OpenStack RC file from within heat

2016-02-19 Thread Davíð Örn Jóhannsson
My issue is that I need to be able to get information on the tenant name which requires me to have access to the api since it is not exposed with meta-data and in order to login to the api I need the RC file which includes the tenant name, bit of a chicken and an egg problem. Putting the RC fi

Re: [Openstack] Tenant name from within an instance

2016-02-19 Thread gustavo panizzo (gfa)
On Thu, Feb 18, 2016 at 04:12:24 +, Davíð Örn Jóhannsson wrote: > ?I'm using masterless puppet recipes within the project and they instances > are spun up with heat templates i don't have a lot of heat experience but i'm sure it can be done in nova instance definition, besides if you run heat

[Openstack] using Pseudo Parameters in heat

2016-02-19 Thread Davíð Örn Jóhannsson
Does someone have any clue about using Pseudo Parameters in heat, my guess was to use it as follows but that resulted in property error The Parameter (project_id) was not provided and I have found no useful documentation up to this point. OpenStack Kilo user_data: str_replace

Re: [Openstack] using Pseudo Parameters in heat

2016-02-19 Thread Davíð Örn Jóhannsson
?Looks like ResourceTypes are not consistent in Casing it is OS::project_id not OS::Project_id Frá: Davíð Örn Jóhannsson Sent: 19. febrúar 2016 14:30 Til: openstack@lists.openstack.org Efni: [Openstack] using Pseudo Parameters in heat Does someone have any clue

Re: [Openstack] using Pseudo Parameters in heat

2016-02-19 Thread Pavlo Shchelokovskyy
Hi, as you mention, this is not a ResourceType (you can not create one) but a pseudo-parameter (pseudo means it is not provided by user, but is "understood" from the stack itself), thus they have not to be consistent re capitalization. Cheers, On Fri, Feb 19, 2016 at 5:00 PM Davíð Örn Jóhannsson

Re: [Openstack] Whole sections of ml2_conf.ini being ignored?

2016-02-19 Thread Matt Kassawara
Looks like we (docs) never backported those fixes to the Liberty version of the guide. For some reason, the patch does not merge cleanly so I'm not sure when I'll get to it. On Thu, Feb 18, 2016 at 11:08 PM, Matt Kassawara wrote: > In Liberty, the L2 agent configuration moves from ml2_conf.ini t

Re: [Openstack] [Keystone] Dynamic RBAC policy please?

2016-02-19 Thread Steve Martinelli
Hey Bruno, Dynamic policy is just one aspect of the issues keystone has with authorization. We've also recently merged `implied roles`, which can be seen here: http://specs.openstack.org/openstack/keystone-specs/specs/mitaka/implied-roles.html Additionally, a few keystone core members have propos

[Openstack] Designate, pdns, mdns, AXFR, mysql

2016-02-19 Thread Andrew Bogott
I'm running designate kilo with a pdns backend. I originally set things up in Juno, with designate-central syncing directly to the pdns mysql backend. Everything was stable until my upgrade to Kilo. During the upgrade to Kilo I was advised to add the mdns service, which I did, and I got

Re: [Openstack] Whole sections of ml2_conf.ini being ignored?

2016-02-19 Thread Matt Kassawara
I managed to do the backport today, so you should see the new version merge into the Liberty version in the next few days. On Fri, Feb 19, 2016 at 10:38 AM, Mark Hayden wrote: > Thanks for the quick help. I confirmed that the debian packaged install is > set up this new way and moved the setting

Re: [Openstack] [Keystone] Dynamic RBAC policy please?

2016-02-19 Thread Bruno L
Hi Steve, Thank you for highlighting the different aspects of it. I'm aware that this is a journey with multiple steps along the way. >From what we can see here in New Zealand, these are the kind of features that would propel the adoption of OpenStack by larger organisations. How is the cross pr

[Openstack] Protest against Glance V2 usability, it is worse than V1! Bring back "--location to image-create"! Or am I missing something here?

2016-02-19 Thread Martinx - ジェームズ
Guys, I want to formalize my protest against Glance V2 usability. With Glance V1, you can straight away, add an image based on its remote URL location, then, Glance will download the image ONLY when someone launch it. This is very cool and I can add, easily and automatically by Ansible, for e

Re: [Openstack] Protest against Glance V2 usability, it is worse than V1! Bring back "--location to image-create"! Or am I missing something here?

2016-02-19 Thread Jeremy Hanmer
You can trivially pre-generate a UUID (via uuidgen or similar) to create your image with a known UUID if that's sufficient for you. $UUID=$(uuidgen) glance image-create --id $UUID ... On Fri, Feb 19, 2016 at 6:17 PM, Martinx - ジェームズ wrote: > Guys, > > I want to formalize my protest against Glan

Re: [Openstack] Protest against Glance V2 usability, it is worse than V1! Bring back "--location to image-create"! Or am I missing something here?

2016-02-19 Thread Martinx - ジェームズ
That would be great! Sorry for being rude, I'm gonna try to auto-generate the ID from now on... Thanks! On 20 February 2016 at 00:53, Mohammed Naser wrote: > Hello, > > I think you’re being a bit extreme to just use the terms you’ve used > to describe the API. A lot of people worked on this t

Re: [Openstack] Protest against Glance V2 usability, it is worse than V1! Bring back "--location to image-create"! Or am I missing something here?

2016-02-19 Thread Martinx - ジェームズ
BTW, you're right, OpenStack developers do a GREAT job, it is impressive. I am just frustrated with new behavior of Glance V2... I still don't like it, I prefer 1 command, instead of 3. Again, sorry for choosing bad works, I love OpenStack, this community always help me and I'm working with it fo

Re: [Openstack] Protest against Glance V2 usability, it is worse than V1! Bring back "--location to image-create"! Or am I missing something here?

2016-02-19 Thread Mohammed Naser
Hello, I think you’re being a bit extreme to just use the terms you’ve used to describe the API. A lot of people worked on this to make it ideal, and while it’s made life a bit harder, it’s actually made the system more robust. You can fallback to the V1 api if you really can’t retrieve the ID.

Re: [Openstack] Designate, pdns, mdns, AXFR, mysql

2016-02-19 Thread John Belamaric
> On Feb 19, 2016, at 6:03 PM, Andrew Bogott wrote: > >I'm running designate kilo with a pdns backend. I originally set things > up in Juno, with designate-central syncing directly to the pdns mysql > backend. Everything was stable until my upgrade to Kilo. During the upgrade > to Kilo