Re: [openstack-dev] [Oslo.db] Configuration options

2013-08-21 Thread Joshua Harlow
Thx mark, good to know this happens before it is librarized. Is there any place where these common set of refactoring tasks is written down (so that info can be referred to instead of a question on the mailing list)? Sent from my really tiny device... On Aug 21, 2013, at 10:20 PM, "Mark McLough

[openstack-dev] [keystone] driver/pluggable base classes and ABCMeta

2013-08-21 Thread Morgan Fainberg
I've been doing some pondering on how Keystone handles the various pluggable systems with it's Manager / Driver architecture. Currently we implement the base driver class as follows: There is a driver object that has a number of reference functions defined on it, each of these functions typically

Re: [openstack-dev] [Oslo.db] Configuration options

2013-08-21 Thread Mark McLoughlin
On Thu, 2013-08-22 at 01:14 +, Joshua Harlow wrote: > Agreed, any thoughts from the oslo folks on how this could be done > (without a major refactoring??). Can it even be done? > > It will be a continuous problem for libraries which want to be > integrated with the various openstack projects,

[openstack-dev] [Neutron][Climate] bp:configurable-ip-allocation

2013-08-21 Thread Nikolay Starodubtsev
Hi, everyone! We are working on Climate, and we are interested in https://blueprints.launchpad.net/neutron/+spec/configurable-ip-allocation I see two changes connected with this bp, but they both were abandoned in the beginning of the year. Can anyone give me an answer about implementation progress

Re: [openstack-dev] [Openstack] object-oriented design in nova--room for improvement?

2013-08-21 Thread Joshua Harlow
There is always room for improvement I hope ;) +openstack-dev (I think where u wanted this to go). A question, are u thinking about organizing the 'metadata' associated with resources? If so it might be interesting to see if there could be a grand unification around something like 'ResourceTrack

Re: [openstack-dev] [swift] temp auth tokens expire immediately

2013-08-21 Thread Snider, Tim
Ok - in /etc/memcache.conf IP to listen on needs to be 0.0.0.0 not the actual node IP address. # IP to listen on -l 0.0.0.0 Thx. From: Snider, Tim Sent: Wednesday, August 21, 2013 5:08 PM To: openstack-dev@lists.openstack.org Subject: [swift] temp auth tokens expire immediately I've reconfigured

Re: [openstack-dev] [Openstack][keystone][LDAP] Error about "enable" and "desc" attribute type undefine.

2013-08-21 Thread Qinglong.Meng
Tks for you reply, Can you tall me more about "user_enable_emulation" in keystone.conf? Best Regards, 2013/8/21 Yuriy Taraday > If you miss only the 'enabled' attribute you can just turn on > 'user_enabled_emulation' in [ldap] section of your config. > This way you won't need to modify LDAP sc

Re: [openstack-dev] [Openstack][keystone][ssl] Help for configure keystone with ssl.

2013-08-21 Thread Qinglong.Meng
Yes, I only get "2013.2.b1" from git tags. 2013/8/21 ZhiQiang Fan > 2013.2 should be in havana? > > > On Wed, Aug 21, 2013 at 6:13 PM, Qinglong.Meng wrote: > >> Hi All, >> Os: ubuntu 12.04 LTS >> keystone version: stable/grizzly >> >> I hava seen "keystone-manage ssl_setup" in keys

Re: [openstack-dev] [Oslo.db] Configuration options

2013-08-21 Thread Joshua Harlow
Agreed, any thoughts from the oslo folks on how this could be done (without a major refactoring??). Can it even be done? It will be a continuous problem for libraries which want to be integrated with the various openstack projects, especially if those libraries use oslo code, since there is now

Re: [openstack-dev] [Oslo.db] Configuration options

2013-08-21 Thread Mark Washenberger
Josh thanks for highlighting this. This example is a good reason why oslo libraries should decouple their useful bits from any configuration assumptions. Much of the code already allows use without requiring you to adopt configuration code. But we should make all of it like that. On Wed, Aug 21,

[openstack-dev] [State-Management] Agenda for tomorrows meeting at 2000 UTC

2013-08-21 Thread Joshua Harlow
Hi all, The [state-management] project team holds a weekly meeting in #openstack-meeting on thursdays, 2000 UTC. The next meeting is tomorrow, Aug 22!!! As usual, everyone is welcome :-) Link: https://wiki.openstack.org/wiki/Meetings/StateManagement Taskflow: https://wiki.openstack.org/TaskFlo

Re: [openstack-dev] [OSSG] ASK - What is the regular OSSG IRC meetup schedule? #TIA

2013-08-21 Thread Bryan D. Payne
FYI, currently 1800 UTC is 11a Pacific. Hopefully you can still make it. Cheers, -bryan On Wed, Aug 21, 2013 at 11:20 AM, Sriram Subramanian wrote: > Thanks Bryan, would like to get involved more. Meet you tomorrow at 10 am > PST/ 1800 UTC. > > > On Wed, Aug 21, 2013 at 11:07 AM, Bryan D. Payn

Re: [openstack-dev] Incubation Request: Marconi

2013-08-21 Thread Joshua Harlow
Just a question that might be extremely obvious (but not to me). What was wrong with qpid, rabbitmq, activemq, zeromq, ${your favorite queue here} that required marconi? Is the integration lacking with keystone, was it for the need to give tenants a SQS solution, both?? Sorry if this is already

Re: [openstack-dev] [swift] temp auth tokens expire immediately

2013-08-21 Thread Clay Gerrard
Sure *looks* like an issue with memcache... You might try narrowing down your list of servers in the memcache ring so you limit the places things might go wrong and try work you way back starting with something that works. Can you get this working: clayg@swift:~$ echo $ST_USER test:teste

[openstack-dev] Incubation Request: Marconi

2013-08-21 Thread Kurt Griffiths
Technical Committee Members and OpenStack Contributors, As you may already know, over the last seven months, contributors from a variety of companies and backgrounds have been designing and developing the Marconi project, a highly-scalable and redundant messaging service. Marconi was proposed a

[openstack-dev] [Oslo.db] Configuration options

2013-08-21 Thread Joshua Harlow
Another question related to making oslo.db a pypi library and relevant to how taskflow is used. Currently taskflow has a persistence layer, its using a copy of oslo-incubator db module to do this. That copied code (soon to be library I hope) has the following: db_opts = [ cfg.StrOpt('backe

[openstack-dev] [swift] temp auth tokens expire immediately

2013-08-21 Thread Snider, Tim
I've reconfigured my swift cluster and restarted memcache service on all the swift nodes. Now I have temp auth tokens expiring immeadiately. I've checked memcache server lines in /etc/swift/proxy-service.conf - those seem to be sane. What am I missing? root@controller11:~/ssbench-0.2.16# curl

[openstack-dev] LXC host device passthrough

2013-08-21 Thread Mikyung Kang
Hi, We are considering the LXC host device passthrough for GPU. Is anybody already working on this LXC host device passthrough? If it is not already done, we are interested in implementing this LXC host device passthrough. We want to get some opinions/comments about LXC host device passthrough.

Re: [openstack-dev] [Nova] can openstack compute manage both physical and machine machines?

2013-08-21 Thread Qing He
Thanks, Yapeng! From: Yapeng Wu [mailto:yapeng...@huawei.com] Sent: Wednesday, August 21, 2013 1:20 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Nova] can openstack compute manage both physical and machine machines? Qing, you can take a look at this link: https://wiki

Re: [openstack-dev] [Neutron]can you create network between a VM and a physical machine in neutron?

2013-08-21 Thread Qing He
Thanks Aaron! From: Aaron Rosen [mailto:aro...@nicira.com] Sent: Wednesday, August 21, 2013 12:24 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Neutron]can you create network between a VM and a physical machine in neutron? Hi, Yes, if you use the providernetwork extens

[openstack-dev] [savanna] Team meeting reminder August 22 18:00 UTC

2013-08-21 Thread Sergey Lukjanov
Hi folks, We'll be have the Savanna team meeting as usual in #openstack-meeting-alt channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SavannaAgenda#Agenda_for_August.2C_22 http://www.timeanddate.com/worldclock/fixedtime.html?msg=Savanna+Meeting&iso=20130822T18 Sincerely yours, Sergey

[openstack-dev] Nova master appears to fail PEP8 compliance

2013-08-21 Thread Dan Genin
Attempting to submit code to Nova, I got the following error from Jenkins: 2013-08-21 17:23:55.604 | pep8 runtests: commands[0] | flake8 2013-08-21 17:23:55.615 | /home/jenkins/workspace/gate-nova-pep8$ /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/bin/flake8 2013-08-21 17:25:44.400 | ./nov

Re: [openstack-dev] [Nova] can openstack compute manage both physical and machine machines?

2013-08-21 Thread Yapeng Wu
Qing, you can take a look at this link: https://wiki.openstack.org/wiki/Baremetal Yapeng From: Qing He [mailto:qing...@radisys.com] Sent: Wednesday, August 21, 2013 2:23 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Nova] can openstack compute manage both physical and

[openstack-dev] Nova master appears to fail PEP8 compliance

2013-08-21 Thread Dan Genin
Attempting to submit code to Nova, I got the following error from Jenkins: 2013-08-21 17:23:55.604 | pep8 runtests: commands[0] | flake8 2013-08-21 17:23:55.615 | /home/jenkins/workspace/gate-nova-pep8$ /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/bin/flake8 2013-08-21 17:25:44.400 | ./nov

[openstack-dev] [Swift] team meeting notes

2013-08-21 Thread John Dickinson
Notes from today's meeting are at http://eavesdrop.openstack.org/meetings/swift/2013/swift.2013-08-21-19.01.html --John signature.asc Description: Message signed with OpenPGP using GPGMail ___ OpenStack-dev mailing list OpenStack-dev@lists.openstac

[openstack-dev] [Stackalytics] 0.2 release

2013-08-21 Thread Ilya Shakhat
Hello everyone! We are excited to present the new release of Stackalytics- 0.2. One of major features of this release is review processing. It gives data on who reviews most, distribution of reviews by engineers or by modules, what is the ratio of positive to negative

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Monty Taylor
On 08/21/2013 12:29 PM, Mac Innes, Kiall wrote: > On 21/08/13 19:48, Boris Pavlovic wrote: >> So why submodules are terrible and oslo-sync is good?=) Hi! I'm on a plane and landing, so I'm going to be brief: submodules are off the table for the time being due to tooling constraints. For any of

[openstack-dev] [Nova][vmware] VMwareAPI sub-team reviews update 2013-08-21

2013-08-21 Thread Shawn Hartsock
Need something to review? (It's all the rage. All the cool kids are doing it!) Here's a mid-week break down of what's fit for review from the VMwareAPI subteam! See something you like? Let us know. See something you don't? Tell us (how else will we learn?) Needs one more core review/approval:

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Mac Innes, Kiall
On 21/08/13 19:48, Boris Pavlovic wrote: > So why submodules are terrible and oslo-sync is good?=) I think the biggest mistake people make with submodules, which oslo's sync avoids, is "dropping commits" / Going backwards / Switching branches on submodule - or worse - pointing at a detached commit

Re: [openstack-dev] [Neutron]can you create network between a VM and a physical machine in neutron?

2013-08-21 Thread Aaron Rosen
Hi, Yes, if you use the providernetwork extension you can create a network on a vlan and have physical hosts accessible on that vlan. If using the NVP plugin another option is to use its networkgw extension to do this in conjunction with overlay networks. Aaron On Wed, Aug 21, 2013 at 11:25 AM,

Re: [openstack-dev] [savanna] tarballs of savanna-extra

2013-08-21 Thread Matthew Farrellee
IMHO, the jars should be served from the Apache Hadoop community. I don't know what hoops have to jumped through for that though. It may be far simpler to put them in the mirantis CDN. Best, matt On 08/21/2013 02:21 PM, Sergey Lukjanov wrote: Agreed that storing Hadoop-Swift integration jar

Re: [openstack-dev] Stats on blueprint design info / creation times

2013-08-21 Thread Rochelle.Grober
+100 If one blueprint points to another, then the pointers should be present and available in both blueprints. Dependency linking, folks. --Rocky From: Mike Spreitzer [mailto:mspre...@us.ibm.com] Sent: Wednesday, August 21, 2013 9:04 AM To: Daniel P. Berrange Cc: OpenStack Development Mailing

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Boris Pavlovic
Hi, Really sorry, but I don't understand why using some specific oslo sync util is simpler then git submodules?) I mean this two things are almost the same but: In case of oslo we are copy-pasting code In case of submodules we are bumping commit hashs So why submodules are terrible and oslo-sync

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Thierry Carrez
Mac Innes, Kiall wrote: > Even if Gerrit was to make it *really easy* and testable .. I'd vote > against any attempt to bring submodules into our repositories. > > I can use them, and have used them successfully with teams in the past. > But it wasn't worth it. Training every new person in, and de

[openstack-dev] [Neutron]can you create network between a VM and a physical machine in neutron?

2013-08-21 Thread Qing He
All, I'm trying to find way to create a network with a mixture of VM and physical machines. Is this possible? Thanks, Qing ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-de

Re: [openstack-dev] [Nova] can openstack compute manage both physical and machine machines?

2013-08-21 Thread Qing He
All, >From the documents, It seems to me Nova can only manage virtual machines, but >not mixed with physical machines. Am I wrong? Thanks, Qing ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/

Re: [openstack-dev] [savanna] tarballs of savanna-extra

2013-08-21 Thread Sergey Lukjanov
Agreed that storing Hadoop-Swift integration jars in the git repo is a good practice, any thoughts about where to store them? Currently I have only one option - we can store them at the public CDN (savanna-files.mirantis.com) near the images for vanilla plugin. As for publishing tarballs with t

Re: [openstack-dev] [OSSG] ASK - What is the regular OSSG IRC meetup schedule? #TIA

2013-08-21 Thread Sriram Subramanian
Thanks Bryan, would like to get involved more. Meet you tomorrow at 10 am PST/ 1800 UTC. On Wed, Aug 21, 2013 at 11:07 AM, Bryan D. Payne wrote: > Thursdays at 1800 UTC. > https://wiki.openstack.org/wiki/Meetings/OpenStackSecurity > > -bryan > > > On Wed, Aug 21, 2013 at 10:57 AM, Sriram Subram

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Mac Innes, Kiall
On 21/08/13 16:07, Doug Hellmann wrote: > IIUC, git sub-modules point to a specific revision of the external > repository, > right? So would projects still have to explicitly update to newer versions of > the incubator code by changing that sub-module reference? Normally - Yes. With Gerrit - M

[openstack-dev] [IMPORTANT] The Gate around Feature Freeze

2013-08-21 Thread Monty Taylor
Hey all! tl;dr - PLEASE DO NOT APPROVE PATCHES BEFORE THE CHECK JOBS HAVE FINISHED I'm sure everyone has noticed, it's Feature Freeze time again, which means that everyone has eleventy-billion patches that need to land NOW. As always, we're discovering new and exciting scaling opportunities! The

Re: [openstack-dev] [OSSG] ASK - What is the regular OSSG IRC meetup schedule? #TIA

2013-08-21 Thread Bryan D. Payne
Thursdays at 1800 UTC. https://wiki.openstack.org/wiki/Meetings/OpenStackSecurity -bryan On Wed, Aug 21, 2013 at 10:57 AM, Sriram Subramanian wrote: > > > -- > Thanks, > -Sriram > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org

[openstack-dev] [OSSG] ASK - What is the regular OSSG IRC meetup schedule? #TIA

2013-08-21 Thread Sriram Subramanian
-- Thanks, -Sriram ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Nova] support for multiple active scheduler policies/drivers

2013-08-21 Thread Alex Glikson
Just to update those who are interested in this feature but were not able to follow the recent commits, we made good progress converging towards a simplified design, based on combination of aggregates and flavors (both of which are API-drvien), addressing some of the concerns expressed in this

Re: [openstack-dev] [keystone] [oslo] postpone key distribution bp until icehouse?

2013-08-21 Thread Adam Young
On 08/21/2013 11:44 AM, Jarret Raim wrote: Dolph Mathews wrote: With regard to: https://blueprints.launchpad.net/keystone/+spec/key-distribution-server [...] Dolph: you don't mention Barbican at all, does that mean that the issue is settled and the KDS should live in keystone ? Dolph and I tal

Re: [openstack-dev] [keystone] [oslo] postpone key distribution bp until icehouse?

2013-08-21 Thread Dolph Mathews
On Tue, Aug 20, 2013 at 2:34 PM, Mark McLoughlin wrote: > On Wed, 2013-08-14 at 18:02 -0300, Thierry Carrez wrote: > > Simo Sorce wrote: > > > On Wed, 2013-08-14 at 14:06 -0300, Thierry Carrez wrote: > > >> I explained why I prefer it to land in a few weeks rather than now... > > >> Can someone e

Re: [openstack-dev] Stats on blueprint design info / creation times

2013-08-21 Thread Mike Spreitzer
For the case of an item that has no significant doc of its own but is related to an extensive blueprint, how about linking to that extensive blueprint? ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/m

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Vishvananda Ishaya
On Aug 21, 2013, at 8:03 AM, Julien Danjou wrote: > On Wed, Aug 21 2013, Doug Hellmann wrote: > >> IIUC, git sub-modules point to a specific revision of the external >> repository, right? > > Yes. > >> So would projects still have to explicitly update to newer versions of >> the incubator cod

Re: [openstack-dev] [keystone] [oslo] postpone key distribution bp until icehouse?

2013-08-21 Thread Dolph Mathews
On Wed, Aug 21, 2013 at 10:44 AM, Jarret Raim wrote: > > >Dolph Mathews wrote: > >> With regard > >> to: > >>https://blueprints.launchpad.net/keystone/+spec/key-distribution-server > >> [...] > > > >Dolph: you don't mention Barbican at all, does that mean that the issue > >is settled and the KDS s

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Ben Nemec
On 2013-08-21 10:03, Julien Danjou wrote: On Wed, Aug 21 2013, Doug Hellmann wrote: IIUC, git sub-modules point to a specific revision of the external repository, right? Yes. So would projects still have to explicitly update to newer versions of the incubator code by changing that sub-modul

Re: [openstack-dev] [keystone] [oslo] postpone key distribution bp until icehouse?

2013-08-21 Thread Jarret Raim
>Dolph Mathews wrote: >> With regard >> to: >>https://blueprints.launchpad.net/keystone/+spec/key-distribution-server >> [...] > >Dolph: you don't mention Barbican at all, does that mean that the issue >is settled and the KDS should live in keystone ? Dolph and I talked about having a design ses

Re: [openstack-dev] Stats on blueprint design info / creation times

2013-08-21 Thread Doug Hellmann
On Mon, Aug 19, 2013 at 11:47 AM, Daniel P. Berrange wrote: > In this thread about code review: > > > http://lists.openstack.org/pipermail/openstack-dev/2013-August/013701.html > > I mentioned that I thought there were too many blueprints created without > sufficient supporting design information

Re: [openstack-dev] Announcing Tuskar project and PTL nominations

2013-08-21 Thread Sylvain Bauza
Hi Tomas, Are there any design docs which could explain how you provision the baremetal hosts ? As far as I can see, it seeems you're relying on TripleO heat templates, right ? Are you then using disk-image-builder ? Thanks, -Sylvain PS : I just looked at the Youtube demo https://www.youtu

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Julien Danjou
On Wed, Aug 21 2013, Doug Hellmann wrote: > IIUC, git sub-modules point to a specific revision of the external > repository, right? Yes. > So would projects still have to explicitly update to newer versions of > the incubator code by changing that sub-module reference? Yes. > With the copy pro

Re: [openstack-dev] Osl and dangerous code merging

2013-08-21 Thread Doug Hellmann
IIUC, git sub-modules point to a specific revision of the external repository, right? So would projects still have to explicitly update to newer versions of the incubator code by changing that sub-module reference? With the copy process we have now it is possible to update only part of the incubat

Re: [openstack-dev] [glance] [ceilometer] Periodic Auditing In Glance

2013-08-21 Thread Doug Hellmann
On Mon, Aug 19, 2013 at 3:06 PM, Sandy Walsh wrote: > > > On 08/16/2013 04:58 PM, Doug Hellmann wrote: > > The notification messages don't translate 1:1 to database records. Even > > if the notification payload includes multiple resources, we will store > > those as multiple individual records so

Re: [openstack-dev] [Openstack][keystone][LDAP] Error about "enable" and "desc" attribute type undefine.

2013-08-21 Thread Yuriy Taraday
If you miss only the 'enabled' attribute you can just turn on 'user_enabled_emulation' in [ldap] section of your config. This way you won't need to modify LDAP schema in your server. On Wed, Aug 21, 2013 at 2:06 PM, Qinglong.Meng wrote: > I got the solution, There is not 'enable' attribute in ob

Re: [openstack-dev] Announcing Tuskar project and PTL nominations

2013-08-21 Thread Tomas Sedovic
On 08/21/2013 02:32 PM, Tomas Sedovic wrote: Hi everyone, We would like to announce Tuskar, an OpenStack management service. Our goal is to provide an API and UI to install and manage OpenStack at larger scale: where you deal with racks, different hardware classes for different purposes (storag

Re: [openstack-dev] [Ceilometer] Concerning get_resources/get_meters and the Ceilometer API

2013-08-21 Thread Thomas Maddox
On 8/20/13 6:47 PM, "Jay Pipes" wrote: >On 08/19/2013 08:27 AM, Sandy Walsh wrote: >> >> >> On 08/19/2013 05:08 AM, Julien Danjou wrote: >>> On Sun, Aug 18 2013, Jay Pipes wrote: >>> I'm proposing that in these cases, a *new* resource would be added to the resource table (and its ID

Re: [openstack-dev] oauth and keystone

2013-08-21 Thread Steve Martinelli
Also, you can checkout out the api spec here: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3-os-oauth1-ext.md Thanks, _ Steve Martinelli | A4-317 @ IBM Toronto Software Lab Software Develo

[openstack-dev] Host capabilities are not getting updated

2013-08-21 Thread Peeyush Gupta
Hi, I have been trying to use some additional capabilities in host. As shown in the following link: http://russellbryantnet.wordpress.com/2013/05/21/availability-zones-and-host-aggregates-in-openstack-compute-nova/ I created a flavor and an aggregate. But when I try to boot the instance using t

Re: [openstack-dev] Tempest test failing for neutron

2013-08-21 Thread Salvatore Orlando
The full suite of neutron tests is non voting; your jenkins job is failing because of unit tests. The reason for this failure, I believe, is the inability of querying neutron ports by IP using a regex. There is a blueprint for that already registered: allow filters to use 'like' operation of sqlal

Re: [openstack-dev] [Ceilometer] Concerning get_resources/get_meters and the Ceilometer API

2013-08-21 Thread Thomas Maddox
On 8/20/13 1:48 PM, "Sandy Walsh" wrote: > > >On 08/20/2013 10:42 AM, Thomas Maddox wrote: >> On 8/19/13 8:21 AM, "Sandy Walsh" wrote: >> >>> >>> >>> On 08/18/2013 04:04 PM, Jay Pipes wrote: On 08/17/2013 03:10 AM, Julien Danjou wrote: > On Fri, Aug 16 2013, Jay Pipes wrote: >

[openstack-dev] Announcing Tuskar project and PTL nominations

2013-08-21 Thread Tomas Sedovic
Hi everyone, We would like to announce Tuskar, an OpenStack management service. Our goal is to provide an API and UI to install and manage OpenStack at larger scale: where you deal with racks, different hardware classes for different purposes (storage, memory vs. cpu-intensive compute), the b

Re: [openstack-dev] [Openstack][keystone][ssl] Help for configure keystone with ssl.

2013-08-21 Thread ZhiQiang Fan
2013.2 should be in havana? On Wed, Aug 21, 2013 at 6:13 PM, Qinglong.Meng wrote: > Hi All, > Os: ubuntu 12.04 LTS > keystone version: stable/grizzly > > I hava seen "keystone-manage ssl_setup" in keystone tag 2013.2.b1. > but I can't use it in my version. > So I want to know: >

Re: [openstack-dev] [Openstack] [keystone][ssl] Help for configure keystone with ssl.

2013-08-21 Thread Hua ZZ Zhang
Qing Long, Here's a document in keystone FYI. https://github.com/openstack/keystone/blob/master/doc/source/apache-httpd.rst Meanwhile, I'm submitting a patch into devstack to enable apache and ssl for keystone service: https://review.openstack.org/#/c/36474/ Please help me to test it if you want.

[openstack-dev] [Openstack][keystone][ssl] Help for configure keystone with ssl.

2013-08-21 Thread Qinglong.Meng
Hi All, Os: ubuntu 12.04 LTS keystone version: stable/grizzly I hava seen "keystone-manage ssl_setup" in keystone tag 2013.2.b1. but I can't use it in my version. So I want to know: * how to configure ssl with keystone manual? * how to test configure is ok? Tks for you he

Re: [openstack-dev] [Ceilometer] Concerning get_resources/get_meters and the Ceilometer API

2013-08-21 Thread Julien Danjou
On Tue, Aug 20 2013, Thomas Maddox wrote: […] > I hope I'm not seeing a problem that doesn't exist, but either way I'll > learn something so, thoughts? =] That sounds like a good idea. -- Julien Danjou // Free Software hacker / independent consultant // http://julien.danjou.info signature.a

Re: [openstack-dev] [Openstack][keystone][LDAP] Error about "enable" and "desc" attribute type undefine.

2013-08-21 Thread Qinglong.Meng
I got the solution, There is not 'enable' attribute in objectClass inetOrgPerson of openldap inetOrgPerson schema. Now everything is OK. 2013/8/21 XINYU ZHAO > Which release are you using? > According to my experience last year when ldap backend was much more > premature, i had to add those at

[openstack-dev] [Heat] Meeting agenda for Wed August 21st at 2000 UTC

2013-08-21 Thread Steven Hardy
The Heat team holds a weekly meeting in #openstack-meeting, see https://wiki.openstack.org/wiki/Meetings/HeatAgenda for more details The next meeting is on Wed August 21st at 2000 UTC Current topics for discussion: - Review last weeks actions - Reminder re FeatureProposalFreeze - h3 blueprint st

Re: [openstack-dev] oauth and keystone

2013-08-21 Thread Matthieu Huin
Hello, You have to add the oAuth filter (oauth_extension) in your pipeline, in /etc/keystone/keystone.conf or /etc/keystone/keystone-paste.ini: [pipeline:api_v3] pipeline = access_log sizelimit url_normalize token_auth admin_token_auth xml_body json_body oauth_extension ec2_extension s3_extensi

Re: [openstack-dev] [Nova] Proposal to revert per-user-quotas

2013-08-21 Thread Gary Kotton
From: Vishvananda Ishaya [mailto:vishvana...@gmail.com] Sent: Tuesday, August 20, 2013 9:41 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Nova] Proposal to revert per-user-quotas On Aug 20, 2013, at 9:02 AM, Yingjun Li mailto:liyingjun1...@gmail.com>> wrote: Thanks