Re: [openstack-dev] [Magnum] Obtain the objects from the bay endpoint

2015-08-13 Thread Kai Qiang Wu
Hi Stdake and Vilobh, If I get what you proposed below, you means pod/rc/service would not be stored in magnum side, Just retrieved and updated in k8s side ? For now, if magnum not add any specific logic to pod/rc/service, that can be OK. Thanks Best Wishes, ---

Re: [openstack-dev] [Keystone] [Horizon] Federated Login

2015-08-13 Thread David Chadwick
On 13/08/2015 02:22, Jamie Lennox wrote: > > > - Original Message - >> From: "David Chadwick" To: >> openstack-dev@lists.openstack.org Sent: Thursday, 13 August, 2015 >> 7:46:54 AM Subject: Re: [openstack-dev] [Keystone] [Horizon] >> Federated Login >> >> Hi Jamie >> >> I have been t

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-13 Thread Andrey Pavlov
HI, this file has changed since yesterday, New link is https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L2146 or you can find these lines by yourself - export DEVSTACK_LOCAL_CONFIG="CINDER_ISCSI_HELPER=lioadm" export DEVSTACK_LOCAL_CO

Re: [openstack-dev] [Keystone] [Horizon] Federated Login

2015-08-13 Thread David Chadwick
Hi Jamie see http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-idp-discovery.pdf regards David On 13/08/2015 02:06, Jamie Lennox wrote: > > > - Original Message - >> From: "David Chadwick" To: >> openstack-dev@lists.openstack.org Sent: Thursday, 13 August, 2015 >> 3:06:46 AM

Re: [openstack-dev] [magnum]problems for horizontal scale

2015-08-13 Thread 王华
Hi Kai Qiang Wu, I have some comments in line. On Thu, Aug 13, 2015 at 1:32 PM, Kai Qiang Wu wrote: > Hi Hua, > > I have some comments about this: > > A> > remove heat poller can be a way, but some of its logic needs to make sure > it work and performance not burden. > 1) for old heat poller i

Re: [openstack-dev] [Tempest] Can we add testcase for download image v2?

2015-08-13 Thread Ken'ichi Ohmichi
" Hi Deore, 2015-08-13 15:33 GMT+09:00 Deore, Pranali11 : > Hi, > > > > While going through the tempest code, I have found that image-download v2 > api test is missing in tempest. > > Can I add the api test for the same? Please suggest? I guess https://github.com/openstack/tempest/blob/master/te

[openstack-dev] [devstack] Possible issues cryptography 1.0 and os-client-config 1.6.2

2015-08-13 Thread Robert Collins
tl;dr - developers running devstack probably want to be using USE_CONSTRAINTS=True, otherwise there may be a few rough hours today. [http://lists.openstack.org/pipermail/openstack-dev/2015-July/068569.html] Apparently some third party CI systems are seeing an issue with cryptography 1.0 - https:/

Re: [openstack-dev] [magnum]problems for horizontal scale

2015-08-13 Thread Kai Qiang Wu
hi Hua, My comments in blue below. please check. Thanks Best Wishes, Kai Qiang Wu (吴开强 Kennan) IBM China System and Technology Lab, Beijing E-mail: wk...@cn.ibm.com Tel: 86-10-82451647 Address: Building 28(Ring B

Re: [openstack-dev] [Stable][Nova] VMware NSXv Support

2015-08-13 Thread John Garbutt
On Wednesday, August 12, 2015, Thierry Carrez wrote: > Gary Kotton wrote: > > > > On 8/12/15, 12:12 AM, "Mike Perez" > > wrote: > >> On 15:39 Aug 11, Gary Kotton wrote: > >>> On 8/11/15, 6:09 PM, "Jay Pipes" > > wrote: > >>> > Are you saying that *new functionality* was added to the stable/k

[openstack-dev] [Neutron][L3] [API]: API to get the list of router ports

2015-08-13 Thread Padmanabhan Krishnan
Hello,Is there a Neutron public API to get the list of router ports? Something similar to what the command "neutron router-port-list {tenant}" gives.I wasn't able to find one in the Neutron API doc as well as in "neutronclient/v2_0/client.py". I think with a combination of subnet_show, port_list

[openstack-dev] [magnum]password for registry v2

2015-08-13 Thread 王华
Hi all, In order to add registry v2 to bay nodes[1], authentication information is needed for the registry to upload and download files from swift. The swift storage-driver in registry now needs the parameters as described in [2]. User password is needed. How can we get the password? 1. Let user

Re: [openstack-dev] [trove]Implement the API to createmasterinstance and slave instances with one request

2015-08-13 Thread 陈迪豪
We have read the code of "replica_count" and it's like what I thought. We have an suggestion to extend this feature. When users set "slave_of_id" and "replica_count" at the same time, we just create replica instances. If they use "replica_count" without using "slave_of_id", we should create an

Re: [openstack-dev] [magnum]problems for horizontal scale

2015-08-13 Thread 王华
Hi, Kai, It is needed to sync stack in periodic tasks even if the bay status is UPDATE_COMPLETE in my solution. Thanks Regards, Wanghua On Thu, Aug 13, 2015 at 3:42 PM, Kai Qiang Wu wrote: > hi Hua, > > My comments in blue below. please check. > > Thanks > > > Best Wishes, > >

Re: [openstack-dev] [Stable][Nova] VMware NSXv Support

2015-08-13 Thread Salvatore Orlando
On 13 August 2015 at 09:50, John Garbutt wrote: > On Wednesday, August 12, 2015, Thierry Carrez > wrote: > >> Gary Kotton wrote: >> > >> > On 8/12/15, 12:12 AM, "Mike Perez" wrote: >> >> On 15:39 Aug 11, Gary Kotton wrote: >> >>> On 8/11/15, 6:09 PM, "Jay Pipes" wrote: >> >>> >> Are you s

Re: [openstack-dev] [openstack][nova] Streamlining of config options in nova

2015-08-13 Thread Daniel P. Berrange
On Wed, Aug 12, 2015 at 07:20:24PM +0200, Markus Zoeller wrote: > Another thing which makes it hard to understand the impact of the config > options is, that it's not clear how the interdependency to other config > options is. As an example, the "serial_console.base_url" has a > dependency to "DE

Re: [openstack-dev] [keystone] Liberty SPFE Request - IDP Specific WebSSO

2015-08-13 Thread David Chadwick
I would also like a spec proposal freeze exception, but not if this leads to a rushed design and a poor implementation that will need to be fixed again during the next cycle. Its far better to get the right design now, even if it means missing the liberty release, than to implement a suboptimal des

[openstack-dev] [cinder] I have a question about openstack cinder zonemanager driver.

2015-08-13 Thread Chenying (A)
Hi, guys I am using Brocade FC switch in my OpenStack environment. I have a question about OpenStack cinder zonemanger driver. I find that [fc-zone-manager] can only configure one zone driver. If I want to use two FC switches from different vendors at the same time. One is Brocade FC swit

[openstack-dev] [Magnum] Consistent functional test failures

2015-08-13 Thread Tom Cammann
Hi Team, Wanted to let you know why we are having consistent functional test failures in the gate. This is being caused by Nova returning "No valid host" to heat: 2015-08-13 08:26:16.303 31543 INFO heat.engine.resource [-] CREATE: Server "kube_minion" [12ab45ef-0177-4118-9ba0-3fffbc3c1d1a] S

Re: [openstack-dev] [neutron][qos] request to merge feature/qos back into master

2015-08-13 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08/13/2015 06:54 AM, Andreas Jaeger wrote: > On 08/12/2015 09:55 PM, Ihar Hrachyshka wrote: >> Hi all, >> >> with great pleasure, I want to request a coordinated review for >> merging feature/qos branch back to master: >> >> https://review.open

Re: [openstack-dev] [openstack][nova] Streamlining of config options in nova

2015-08-13 Thread Sean Dague
On 08/13/2015 05:02 AM, Daniel P. Berrange wrote: > On Wed, Aug 12, 2015 at 07:20:24PM +0200, Markus Zoeller wrote: >> Another thing which makes it hard to understand the impact of the config >> options is, that it's not clear how the interdependency to other config >> options is. As an example, t

Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and glance

2015-08-13 Thread Kuvaja, Erno
> -Original Message- > From: Mike Perez [mailto:thin...@gmail.com] > Sent: Wednesday, August 12, 2015 4:45 PM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and > glance > > On Wed, Aug 12, 2015 at 2

Re: [openstack-dev] [nova] change of day for API subteam meeting?

2015-08-13 Thread GHANSHYAM MANN
Sorry for late reply. Monday or Tuesday works fine for me On Sat, Aug 8, 2015 at 1:48 AM, Sean Dague wrote: > Friday's have been kind of a rough day for the Nova API subteam. It's > already basically the weekend for folks in AP, and the weekend is right > around the corner for everyone else. > >

Re: [openstack-dev] [Magnum] Consistent functional test failures (seems infra not have enough resource)

2015-08-13 Thread Kai Qiang Wu
Hi Tom, I did talked to infra, which I think it is resource issue, But they thought it is nova issue, For we boot k8s bay, we use baymodel with falvor m1.small, you can find devstack +-+---+---+--+---+--+---+-+---+ | ID | Name

[openstack-dev] [mistral] Adding screenshot when making UI changes

2015-08-13 Thread ELISHA, Moshe (Moshe)
Hey, Following our discussion in the IRC, when pushing UI changes please upload a screenshot of the result and add a link in the commit message. This will allow us to better understand the change and will also allow non-UI developers to comment on the change. Having the screenshot link in the co

Re: [openstack-dev] [neutron] Liberty-3 BPs and gerrit topics

2015-08-13 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08/11/2015 03:44 PM, Kyle Mestery wrote: > Folks: > > To make reviewing all approved work for Liberty-3 in Neutron > easier, I've created a handy dandy gerrit dashboard [1]. What will > make this even more useful is if everyone makes sure to set

[openstack-dev] [keystone] keystone v3 problem in Kilo

2015-08-13 Thread Alexandre Levine
Hi everybody, There is a problem using keystone v3 in Kilo by external EC2 API service. The problem doesn't exist for keystone v2 and it is fixed in master for keystone v3 by the following patch: https://github.com/openstack/python-keystoneclient/commit/f6ab133f25f00e041cd84aa8bbfb422594d1942f

Re: [openstack-dev] [trove]Implement the API to createmasterinstance and slave instances with one request

2015-08-13 Thread Doug Shelley
Tobe, The BP for the feature that added replica_count is here - https://github.com/openstack/trove-specs/blob/master/specs/kilo/replication-v2.rst Your suggestion for changing the semantic of the API is interesting – I would interested to know what others in the community thought about this as

Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and glance

2015-08-13 Thread Flavio Percoco
On 13/08/15 11:11 +, Kuvaja, Erno wrote: -Original Message- From: Mike Perez [mailto:thin...@gmail.com] Sent: Wednesday, August 12, 2015 4:45 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and g

Re: [openstack-dev] [rally] [Ceilometer] profiler sample resource id

2015-08-13 Thread Roman Vasilets
Hi, Could you provide the link to this code? On Wed, Aug 12, 2015 at 9:22 PM, Pradeep Kilambi wrote: > We're in the process of converting existing meters to use a more > declarative approach where we add the meter definition as part of a yaml. > As part of this transition there are few notifi

Re: [openstack-dev] [keystone] keystone v3 problem in Kilo

2015-08-13 Thread Dolph Mathews
https://review.openstack.org/#/c/212515/ On Thu, Aug 13, 2015 at 6:57 AM, Alexandre Levine wrote: > Hi everybody, > > There is a problem using keystone v3 in Kilo by external EC2 API service. > The problem doesn't exist for keystone v2 and it is fixed in master for > keystone v3 by the following

Re: [openstack-dev] [Magnum] Consistent functional test failures (seems infra not have enough resource)

2015-08-13 Thread Jeremy Stanley
On 2015-08-13 19:38:07 +0800 (+0800), Kai Qiang Wu wrote: > I did talked to infra, which I think it is resource issue, But > they thought it is nova issue, [...] No, I said the error was being raised by Nova, so was not an error coming _from_ the infrastructure we manage. If your jobs are more res

Re: [openstack-dev] Glance Unit Test failing due to version conflict

2015-08-13 Thread Flavio Percoco
On 11/08/15 14:23 -0700, Su Zhang wrote: Hello, I hit an exception while running glance unit test. It worked well previously (one week ago) and I guess this is because a version conflict came up recently. Could anyone give me some suggestions regarding the following issue? Sorry for the late r

Re: [openstack-dev] [keystone] keystone v3 problem in Kilo

2015-08-13 Thread Alexandre Levine
Thank you Dolph. Best regards, Alex Levine On 8/13/15 4:02 PM, Dolph Mathews wrote: https://review.openstack.org/#/c/212515/ On Thu, Aug 13, 2015 at 6:57 AM, Alexandre Levine mailto:alexandrelev...@gmail.com>> wrote: Hi everybody, There is a problem using keystone v3 in Kilo by e

Re: [openstack-dev] [Fuel][Puppet] Keystone V2/V3 service endpoints

2015-08-13 Thread Rich Megginson
On 08/13/2015 12:41 AM, Gilles Dubreuil wrote: Hi Matthew, On 11/08/15 01:14, Rich Megginson wrote: On 08/10/2015 07:46 AM, Matthew Mosesohn wrote: Sorry to everyone for bringing up this old thread, but it seems we may need more openstackclient/keystone experts to settle this. I'm referring t

Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and glance

2015-08-13 Thread Mike Perez
On 11:11 Aug 13, Kuvaja, Erno wrote: > > That looks interesting, in a very good way. > > From the commit message of that review you referred: > """ > These image-volumes are host specific, so each backend may end up with > its very own image-volume to do clones from. > """ > Does that mean that e

Re: [openstack-dev] [rally] [Ceilometer] profiler sample resource id

2015-08-13 Thread Pradeep Kilambi
On Thu, Aug 13, 2015 at 8:50 AM, Roman Vasilets wrote: > Hi, >Could you provide the link to this code? > Here it is: https://github.com/openstack/ceilometer/blob/master/ceilometer/profiler/notifications.py#L76 > > On Wed, Aug 12, 2015 at 9:22 PM, Pradeep Kilambi > wrote: > >> We're in

[openstack-dev] [murano] new engine is almost here!

2015-08-13 Thread Kirill Zaitsev
This week yaql 1.0.0rc2 has been released  https://pypi.python.org/pypi/yaql/1.0.0.0rc2 This rc2 would most likely become 1.0 release. This also means, that murano is upgrading it’s engine to accommodate changes and improvements to new yaql. If you’re working with upstream/master murano or inter

[openstack-dev] [kolla] How to handle data containers

2015-08-13 Thread Steven Dake (stdake)
Hi, There has been a lot of debate in the Kolla community about how to handle data containers but it has happened all over the place (irc, various reviews, etc). I’d like to have one record of the various tribal knowledge on this subject. The latest proposal is to create one data container whi

Re: [openstack-dev] [keystone] Liberty SPFE Request - IDP Specific WebSSO

2015-08-13 Thread Morgan Fainberg
To be fair this is pushing late into the cycle for adding a new target for Liberty. We already have a very large body of code that has historically not received consistent reviewing. My concern is that we're again rushing things in at the wire and will get a substandard implementation. I wont

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-13 Thread Asselin, Ramy
This is what we do: https://github.com/rasselin/os-ext-testing-data/blob/master/etc/jenkins_jobs/config/dsvm-cinder-driver.yaml.sample#L23 Ramy From: Andrey Pavlov [mailto:andrey...@gmail.com] Sent: Thursday, August 13, 2015 12:11 AM To: OpenStack Development Mailing List (not for usage questions

Re: [openstack-dev] [stable][cinder] taskflow 0.6.1 breaking cinder py26 in stable/juno

2015-08-13 Thread Matt Riedemann
On 8/12/2015 7:04 PM, Robert Collins wrote: On 13 August 2015 at 10:31, Mike Perez wrote: On Wed, Aug 12, 2015 at 1:13 PM, Matt Riedemann wrote: Bug reported here: https://bugs.launchpad.net/taskflow/+bug/1484267 We need a 0.6.2 release of taskflow from stable/juno with the g-r caps (for

[openstack-dev] [sahara] Proposing Ethan Gafford for the core reviewer team

2015-08-13 Thread Sergey Lukjanov
Hi folks, I'd like to propose Ethan Gafford as a member of the Sahara core reviewer team. Ethan contributing to Sahara for a long time and doing a great job on reviewing and improving Sahara. Here are the statistics for reviews [0][1][2] and commits [3]. BTW Ethan is already stable maint team cor

Re: [openstack-dev] [Neutron][L3] [API]: API to get the list of router ports

2015-08-13 Thread Brian Haley
On 08/13/2015 04:04 AM, Padmanabhan Krishnan wrote: Hello, Is there a Neutron public API to get the list of router ports? Something similar to what the command "neutron router-port-list {tenant}" gives. router-port-list takes a router as an argument, not a tenant. I wasn't able to find one in

Re: [openstack-dev] [sahara] Proposing Ethan Gafford for the core reviewer team

2015-08-13 Thread Trevor McKay
+1, welcome addition On Thu, 2015-08-13 at 17:56 +0300, Sergey Lukjanov wrote: > Hi folks, > > > I'd like to propose Ethan Gafford as a member of the Sahara core > reviewer team. > > > Ethan contributing to Sahara for a long time and doing a great job on > reviewing and improving Sahara. Here

Re: [openstack-dev] [sahara] Proposing Ethan Gafford for the core reviewer team

2015-08-13 Thread michael mccune
+1, Ethan has been a great asset to the team. mike On 08/13/2015 10:56 AM, Sergey Lukjanov wrote: Hi folks, I'd like to propose Ethan Gafford as a member of the Sahara core reviewer team. Ethan contributing to Sahara for a long time and doing a great job on reviewing and improving Sahara. Her

Re: [openstack-dev] [sahara] Proposing Ethan Gafford for the core reviewer team

2015-08-13 Thread Matthew Farrellee
On 08/13/2015 10:56 AM, Sergey Lukjanov wrote: Hi folks, I'd like to propose Ethan Gafford as a member of the Sahara core reviewer team. Ethan contributing to Sahara for a long time and doing a great job on reviewing and improving Sahara. Here are the statistics for reviews [0][1][2] and commit

[openstack-dev] [sahara] Bug triage/fix and doc update days in Liberty

2015-08-13 Thread Sergey Lukjanov
Hi folks, on todays IRC meeting [0] we've agreed to have: 1) Bug triage day on Aug 17 We're looking for the volunteer to coordinate it ;) If someone wants to do it, please, reply to this email. http://etherpad.openstack.org/p/sahara-liberty-bug-triage-day 2) Bug fix day on Aug 24 Ethan (egaffor

Re: [openstack-dev] [murano] new engine is almost here!

2015-08-13 Thread Victor Ryzhenkin
Hi folks! I would like to share localrc [0] for murano deployment with devstack. Hope this helps you to quickly deploy devstack with murano and perform testing. Before you push the deploy button of devstack, please make sure, that your yaql is on 1.0.0rc2 version. To prevent reinstallation of ya

Re: [openstack-dev] [sahara] Proposing Ethan Gafford for the core reviewer team

2015-08-13 Thread Sergey Reshetnyak
+2 2015-08-13 18:07 GMT+03:00 Matthew Farrellee : > On 08/13/2015 10:56 AM, Sergey Lukjanov wrote: > >> Hi folks, >> >> I'd like to propose Ethan Gafford as a member of the Sahara core >> reviewer team. >> >> Ethan contributing to Sahara for a long time and doing a great job on >> reviewing and i

Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and glance

2015-08-13 Thread Mike Perez
On 14:48 Aug 13, Flavio Percoco wrote: > > This is one of the reasons why it was asked for this email to be sent > rather than making decisions based on assumptions (you're free to read > - or not - the meeting logs). > > Saying "Glance is just pissing off the community" helps spreading a > rumor

[openstack-dev] [Fuel][MOS][Bootstrap] Please try Ubuntu bootstrap in MOS 7.0

2015-08-13 Thread Mikhail Semenov
Hi all, We have new feature in the upcoming release MOS 7.0 - Ubuntu-based bootstrap in addition to current CentOS-based one. Design spec can be found here . Current 7.0 ISO contains 2 bootstrap images: CentOS-based (default) and Ubuntu-based. You can eas

Re: [openstack-dev] [Mistral][Murano] What's the latest/greatest on YAQL?

2015-08-13 Thread Dmitri Zimine
With YAQL migration on the way [1] I suggest we include a conversion script to the blueprint [2] and call BP done when conversion in place. DZ> [1] https://review.openstack.org/#/c/206944/ [2] https://blueprints.launchpad.net/mistral/+spec/yaql-v1-0 On Jun 30, 2015, at 3:43 PM, Thomas Goira

Re: [openstack-dev] [cinder] I have a question about openstack cinder zonemanager driver.

2015-08-13 Thread Daniel Wilson
I am fairly certain you cannot currently use two different FC switch zone drivers in one cinder.conf. In this case it looks like you would need two cinder nodes, one for Brocade fabric and one for Cisco fabric. Thanks, Danny On Thu, Aug 13, 2015 at 2:43 AM, Chenying (A) wrote: > Hi, guys > > >

[openstack-dev] [neutron][fwaas] IRC meeting and housekeeping

2015-08-13 Thread Sean M. Collins
Hi, Yesterday we had the first IRC meeting for the neutron-fwaas project after a new core team was appointed. If you are interested in the FwaaS project and the future direction, and were not able to attend, please see the following minutes (and linked log). http://eavesdrop.openstack.org/meeting

Re: [openstack-dev] [stable][cinder] taskflow 0.6.1 breaking cinder py26 in stable/juno

2015-08-13 Thread Joshua Harlow
On Thu, 13 Aug 2015 09:25:36 -0500 Matt Riedemann wrote: > > > On 8/12/2015 7:04 PM, Robert Collins wrote: > > On 13 August 2015 at 10:31, Mike Perez wrote: > >> On Wed, Aug 12, 2015 at 1:13 PM, Matt Riedemann > >> wrote: > >>> Bug reported here: > >>> > >>> https://bugs.launchpad.net/taskflo

Re: [openstack-dev] [neutron][fwaas] IRC meeting and housekeeping

2015-08-13 Thread Sean M. Collins
I'm also working to register #openstack-fwaas with Freenode's ChanServ - so if your IRC client is configured to automatically connect to it, disable it for a day while we regain OP for the channel and register it. -- Sean M. Collins ___

Re: [openstack-dev] [cinder] I have a question about openstack cinder zonemanager driver.

2015-08-13 Thread Jay S. Bryant
Danny is correct. You cannot have two different Zone Manager drivers configured for one volume process. Jay On 08/13/2015 11:00 AM, Daniel Wilson wrote: I am fairly certain you cannot currently use two different FC switch zone drivers in one cinder.conf. In this case it looks like you would

Re: [openstack-dev] [stable][cinder] taskflow 0.6.1 breaking cinder py26 in stable/juno

2015-08-13 Thread Thierry Carrez
Joshua Harlow wrote: > On Thu, 13 Aug 2015 09:25:36 -0500 > Matt Riedemann wrote: > >> >> >> On 8/12/2015 7:04 PM, Robert Collins wrote: >>> On 13 August 2015 at 10:31, Mike Perez wrote: On Wed, Aug 12, 2015 at 1:13 PM, Matt Riedemann wrote: > Bug reported here: > > https:

Re: [openstack-dev] [neutron][qos] request to merge feature/qos back into master

2015-08-13 Thread Miguel Angel Ajo
I owe you all a video of the feature to show how does it work. I was supposed to deliver today, but I've been partly sick during today, The script is ready, I just have to record and share, hopefully happening tomorrow (Friday). Best, Miguel Ángel Ihar Hrachyshka wrote: -BEGIN PGP SIGNED M

Re: [openstack-dev] [stable][cinder] taskflow 0.6.1 breaking cinder py26 in stable/juno

2015-08-13 Thread Matt Riedemann
On 8/13/2015 11:12 AM, Joshua Harlow wrote: On Thu, 13 Aug 2015 09:25:36 -0500 Matt Riedemann wrote: On 8/12/2015 7:04 PM, Robert Collins wrote: On 13 August 2015 at 10:31, Mike Perez wrote: On Wed, Aug 12, 2015 at 1:13 PM, Matt Riedemann wrote: Bug reported here: https://bugs.launch

Re: [openstack-dev] [neutron] I am pleased to propose two new Neutron API/DB/RPC core reviewers!

2015-08-13 Thread Kevin Benton
+1 On Wed, Aug 12, 2015 at 10:43 PM, Akihiro Motoki wrote: > +1 for both. > > 2015-08-12 22:45 GMT+09:00 Kyle Mestery : > >> It gives me great pleasure to propose Russell Bryant and Brandon Logan as >> core reviewers in the API/DB/RPC area of Neutron. Russell and Brandon have >> both been incred

[openstack-dev] [neutron][kuryr][magnum] Design Specification for Kuryr

2015-08-13 Thread Adrian Otto
Kyle, Can we please arrange for an official design specification for Kuyyr so members of the Magnum team can relay input to be sure that our mutual interests in this work are addressed? Thanks, Adrian __ OpenStack Developm

[openstack-dev] [cinder] Proposing Gorka Eguileor for core

2015-08-13 Thread Mike Perez
It gives me great pleasure to nominate Gorka Eguileor for Cinder core. Gorka's contributions to Cinder core have been much apprecated: https://review.openstack.org/#/q/owner:%22Gorka+Eguileor%22+project:openstack/cinder,p,0035b6410002dd11 60/90 day review stats: http://russellbryant.net/opensta

[openstack-dev] [neutron][kuryr][magnum] Magnum/Kuryr Integration

2015-08-13 Thread Daneyon Hansen (danehans)
The Magnum Networking Subteam just concluded our weekly meeting. Feel free to review the logs[1], as Kuryr integration was an agenda topic that drew considerable discussion. An etherpad[2] has been created to foster collaboration on the topic. Kuryr integration is scheduled as a topic for next

Re: [openstack-dev] [neutron][kuryr][magnum] Design Specification for Kuryr

2015-08-13 Thread Kyle Mestery
On Thu, Aug 13, 2015 at 1:56 PM, Adrian Otto wrote: > Kyle, > > Can we please arrange for an official design specification for Kuyyr so > members of the Magnum team can relay input to be sure that our mutual > interests in this work are addressed? > > I agree 100%. See Gals email here [1] for a s

Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and glance

2015-08-13 Thread Flavio Percoco
On 13/08/15 08:32 -0700, Mike Perez wrote: On 14:48 Aug 13, Flavio Percoco wrote: This is one of the reasons why it was asked for this email to be sent rather than making decisions based on assumptions (you're free to read - or not - the meeting logs). Saying "Glance is just pissing off the co

Re: [openstack-dev] [rally] [Ceilometer] profiler sample resource id

2015-08-13 Thread Boris Pavlovic
Pradeep, Actually this topic is more about osprofiler & ceilometer. Overall it doesn't require this prefix. However it is used in osproifler lib. https://github.com/stackforge/osprofiler/blob/master/osprofiler/parsers/ceilometer.py#L129 Best regards, Boris Pavlovic On Thu, Aug 13, 2015 at 7:1

Re: [openstack-dev] [Nova] [Cinder] [Glance] glance_store and glance

2015-08-13 Thread Brian Rosmaita
On 8/13/15, 11:32 AM, "Mike Perez" wrote: >* Role based properties [5] (who is asking for this, and why is Glance > enforcing roles?) I can answer this one. Property protections have been available in Glance since Havana [6]. The feature was requested by deployers. In general, Glance enforces ro

Re: [openstack-dev] [cinder] Proposing Gorka Eguileor for core

2015-08-13 Thread Tom Barron
On 8/13/15 3:13 PM, Mike Perez wrote: > It gives me great pleasure to nominate Gorka Eguileor for Cinder core. > > Gorka's contributions to Cinder core have been much apprecated: > > https://review.openstack.org/#/q/owner:%22Gorka+Eguileor%22+project:openstack/cinder,p,0035b6410002dd11 > > 60/90

[openstack-dev] [Rally][Meeting][Agenda]

2015-08-13 Thread Roman Vasilets
Hi, its a friendly reminder that if you what to discuss some topics at Rally meetings, please add you topic to our Meeting agenda https://wiki.openstack.org/wiki/Meetings/Rally#Agenda. Don't forget to specify by whom led this topic. Add some information about topic(links, etc.) Thank you for your a

[openstack-dev] [Keystone] federation

2015-08-13 Thread Navid Pustchi
Hi I am setting up three keystones to be federated, getting a federated token with a federated token. I have three devstack kilo instances as: kilo1 (IdP) -> kilo2 (SP / IdP) -> kilo3 (SP) 1. get a federated scoped token for a project in kilo2. 2. use this federated token and get federated

[openstack-dev] [Ironic] Specs tree re-organization

2015-08-13 Thread Jim Rollenhagen
Hi folks, To align with our independent release model, we also re-organized our specs tree. New specs should be proposed to the "approved" directory. The proposal process is documented further in the README[0]. I've gone through existing specs proposals and placed a -1 on specs proposing to the "

Re: [openstack-dev] [magnum]password for registry v2

2015-08-13 Thread Hongbin Lu
Hi Wanghua, For the question about how to pass user password to bay nodes, there are several options here: 1. Directly inject the password to bay nodes via cloud-init. This might be the simplest solution. I am not sure if it is OK in security aspect. 2. Inject a scoped Keystone tru

Re: [openstack-dev] [puppet] Liberty support in Puppet modules: blocked by packaging

2015-08-13 Thread Emilien Macchi
All packaging issues have been addressed. Our only Puppet blocker is in puppet-manila: https://review.openstack.org/212680 Once all CI jobs (specially beaker) are positive on https://review.openstack.org/#/q/status:open+branch:master+topic:puppet/acceptance-liberty,n,z - we can think at moving our

[openstack-dev] [puppet] State of Puppet OpenStack Integration

2015-08-13 Thread Emilien Macchi
This is a status of our work to bring Integration jobs in our CI: * we successfully deploy a stack with Keystone WSGI and running tempest tests (v2 and v3 API) on both centos7 & trusty (kilo) * blocker: we need to bump puppetlabs-mysql: https://review.openstack.org/209209 * blocker: we need to dec

Re: [openstack-dev] [devstack] Possible issues cryptography 1.0 and os-client-config 1.6.2

2015-08-13 Thread Sean M. Collins
On August 13, 2015 3:45:03 AM EDT, Robert Collins wrote: >tl;dr - developers running devstack probably want to be using >USE_CONSTRAINTS=True, otherwise there may be a few rough hours today. >[http://lists.openstack.org/pipermail/openstack-dev/2015-July/068569.html] > > >Apparently some third par

Re: [openstack-dev] [cinder] Brocade CI

2015-08-13 Thread Asselin, Ramy
Hi Nagendra, Seems one of the issues is the format of the posted comments. The correct format is documented here [1] Notice the format is not correct: Incorrect: Brocade Openstack CI (non-voting) build SUCCESS logs at: http://144.49.208.28:8000/build_logs/2015-08-13_18-19-19/ Correct: * test-na

Re: [openstack-dev] [Compass] Call for contributors

2015-08-13 Thread Weidong Shao
Jesse, Many thanks for your message and the support of this planned integration work. I added Xicheng, and Justin, who are looking into getting Compass deployment to work with OSAD as of now. Sorry I missed your meeting today and we will definitely join your meeting next week. In the meantime, we

Re: [openstack-dev] [cinder] Brocade CI

2015-08-13 Thread Nagendra Jaladanki
Ramy, Thanks for providing the correct message. We will update our commit message accordingly. Thanks, Nagendra Rao On Thu, Aug 13, 2015 at 4:43 PM, Asselin, Ramy wrote: > Hi Nagendra, > > > > Seems one of the issues is the format of the posted comments. The correct > format is documented her

Re: [openstack-dev] [Magnum] Consistent functional test failures

2015-08-13 Thread Clark Boylan
On Thu, Aug 13, 2015, at 03:13 AM, Tom Cammann wrote: > Hi Team, > > Wanted to let you know why we are having consistent functional test > failures in the gate. > > This is being caused by Nova returning "No valid host" to heat: > > 2015-08-13 08:26:16.303 31543 INFO heat.engine.resource [-] CR

Re: [openstack-dev] [devstack] Possible issues cryptography 1.0 and os-client-config 1.6.2

2015-08-13 Thread Robert Collins
On 14 August 2015 at 11:05, Sean M. Collins wrote: > On August 13, 2015 3:45:03 AM EDT, Robert Collins > wrote: >> >> tl;dr - developers running devstack probably want to be using >> USE_CONSTRAINTS=True, otherwise there may be a few rough hours today. >> [http://lists.openstack.org/pipermail/ope

[openstack-dev] [tricircle]Tricircle Liberty Midcycle Minisprint on Aug 17th 2015

2015-08-13 Thread Zhipeng Huang
Hi Team, As discussed in the last meeting, we will hold a design sprint meeting on next Monday starting from UTC 1200 to discuss exclusively design problems and ideas. The meeting will happen at #openstack-tricircle so that we could discuss as long as we are awake without time limits :P The meeti

Re: [openstack-dev] [magnum]password for registry v2

2015-08-13 Thread 王华
Hi hongbin, I have comments in line. Thank you. Regards, Wanghua On Fri, Aug 14, 2015 at 6:20 AM, Hongbin Lu wrote: > Hi Wanghua, > > > > For the question about how to pass user password to bay nodes, there are > several options here: > > 1. Directly inject the password to bay nodes via

[openstack-dev] [cinder] [third-party]RE: [OpenStack-Infra] ProphetStor CI account

2015-08-13 Thread Rick Chen
HI Mike: Sorry again, I already add email alert agent in our CI Jenkins server to capture each failed build result. [1] - http://lists.openstack.org/pipermail/third-party-announce/2015-June/000192.h tml [2] - http://lists.openstack.org/pipermail/third-party-announce/2015-Jun

Re: [openstack-dev] [magnum]password for registry v2

2015-08-13 Thread Adrian Otto
Keystone v3 trusts can be scoped to specific actions. In this case the node needs a valid auth token to use swift. The token can be a trust token. We should generate a trust token scoped to swift for a given user (project) and tenant. It can use a system domain account that has a role that allow

Re: [openstack-dev] [cinder] I have a question about openstack cinder zonemanager driver

2015-08-13 Thread Chenying (A)
Hi, Jay S. Bryant, Daniel Wilson .Thank you for your reply. Now I know that in this case I need two cinder nodes, one for Brocade fabric and one for Cisco fabric. Do you consider that cinder zonemanager is necessary to support multi-drivers from different vendors in one cinder.conf ? Tha

Re: [openstack-dev] [magnum]password for registry v2

2015-08-13 Thread 王华
Will the scoped swift trust token time out? Regards, Wanghua On Fri, Aug 14, 2015 at 10:11 AM, Adrian Otto wrote: > Keystone v3 trusts can be scoped to specific actions. In this case the > node needs a valid auth token to use swift. The token can be a trust token. > We should generate a trust t

[openstack-dev] [Neutron] neutron-lbaas code structure problem

2015-08-13 Thread Gareth
Dear neutron guys. [0] https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/drivers [1] https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/services/loadbalancer/drivers the codes under these two paths are 'same' (implement same things with v1 and v2), but why use

Re: [openstack-dev] [magnum]password for registry v2

2015-08-13 Thread Adrian Otto
You can specify the timeout when you create it, so it is possible to make one that effectively has no expiry. -- Adrian On Aug 13, 2015, at 7:36 PM, 王华 mailto:wanghua.hum...@gmail.com>> wrote: Will the scoped swift trust token time out? Regards, Wanghua On Fri, Aug 14, 2015 at 10:11 AM, Adri

Re: [openstack-dev] [trove]Implement the API tocreatemasterinstance and slave instances with one request

2015-08-13 Thread 陈迪豪
Thanks Doug. We would like to know about the thoughts from community as well. And we will file a BP after we're using this API in our production environment. This may be needed for most trove users :) -- Original -- From: "Doug Shelley"; Date: Thu, Aug 13, 20

[openstack-dev] [Congress]

2015-08-13 Thread Rui Chen
Hi folks: I face a problem when I insert a rule into Congress. I want to find out all of the volumes that are not available status, so I draft a rule like this: error(id) :- cinder:volumes(id=id), not cinder:volumes(id=id, status="available") But when I create the rule, a error is ra

[openstack-dev] [Congress] Confused syntax error when inserting rule.

2015-08-13 Thread Rui Chen
Hi folks: I face a problem when I insert a rule into Congress. I want to find out all of the volumes that are not available status, so I draft a rule like this: error(id) :- cinder:volumes(id=id), not cinder:volumes(id=id, status="available") But when I create the rule, a error is ra

Re: [openstack-dev] [Congress] Confused syntax error when inserting rule.

2015-08-13 Thread Rui Chen
Sorry, send the same mail again, please comments at here, the other mail lack title. 2015-08-14 11:03 GMT+08:00 Rui Chen : > Hi folks: > > I face a problem when I insert a rule into Congress. I want to find > out all of the volumes that are not available status, so I draft a rule > like this:

[openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Guo, Ruijing
It is very useful to restart openstack services in devstack so that we don’t need to unstack and stack again. How much effort to support restarting openstack? Anyone is interested in that? Thanks, -Ruijing __ OpenStack Devel

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Rui Chen
I use *screen* in devstack, Ctrl+c kill services, then restart it in console. Please try the following cmd in your devstack environment, and read some docs. *screen -r stack* http://www.ibm.com/developerworks/cn/linux/l-cn-screen/ 2015-08-14 11:20 GMT+08:00 Guo, Ruijing : > It is very useful

Re: [openstack-dev] [neutron][kuryr][magnum] Design Specification for Kuryr

2015-08-13 Thread Gal Sagie
Sure, will have it ready for review next week and put the link here for everyone. On Thu, Aug 13, 2015 at 10:17 PM, Kyle Mestery wrote: > On Thu, Aug 13, 2015 at 1:56 PM, Adrian Otto > wrote: > >> Kyle, >> >> Can we please arrange for an official design specification for Kuyyr so >> members of

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Tony Breeds
On Fri, Aug 14, 2015 at 11:31:07AM +0800, Rui Chen wrote: > I use *screen* in devstack, Ctrl+c kill services, then restart it in > console. > > Please try the following cmd in your devstack environment, and read some > docs. > > *screen -r stack* > > http://www.ibm.com/developerworks/cn/linux/l-

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Guo, Ruijing
I need to reboot hosts and restart openstack services. In this case, screen may not help. From: Rui Chen [mailto:chenrui.m...@gmail.com] Sent: Friday, August 14, 2015 11:31 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [devstack] Restart opensta

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Guo, Ruijing
Yes. I like this idea to restart all services including nova, neutron, cinder, etc:) -Original Message- From: Tony Breeds [mailto:t...@bakeyournoodle.com] Sent: Friday, August 14, 2015 11:50 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev]

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Tony Breeds
On Fri, Aug 14, 2015 at 04:00:23AM +, Guo, Ruijing wrote: > I need to reboot hosts and restart openstack services. In this case, screen > may not help. If you need to reboot the host then you shoudl re-run ./stack.sh Yours Tony. pgpVjQSWy881w.pgp Description: PGP signature

  1   2   >