Re: [openstack-dev] [Sahara] Questions about event log step_type & cluster status

2015-07-27 Thread Vitaly Gridnev
Hey, Li, Chen. I implemented event log feature, and general aim event log feature is to provide some info about cluster provisioning to users. Actually, all fields of 'step', 'event' are only user-facing info. So, answer to questions are following: 1) Actually, the general aim of the 'step_type'

Re: [openstack-dev] [puppet] Proposing Yanis Guenane core

2015-07-27 Thread arnaud1.morin
+1 Matt Fischer a écrit +1 On Jul 27, 2015 3:10 PM, "Emilien Macchi" mailto:emil...@redhat.com>> wrote: Puppet group, Yanis has been working in our group for a while now. He has been involved in a lot of tasks, let me highlight some of them: * Many times, involved in improving con

[openstack-dev] [Sahara] Questions about event log step_type & cluster status

2015-07-27 Thread Li, Chen
Hi Sahara, "step_type" is a member of ClusterProvisionStep, and also be stored in context. https://github.com/openstack/sahara/blob/master/sahara/db/sqlalchemy/models.py#L457 https://github.com/openstack/sahara/blob/master/sahara/context.py#L264 I noticed that the "step_type" in context sometim

Re: [openstack-dev] [Congress] How to start a replica ?

2015-07-27 Thread Rui Chen
According to the error message, looks like no enough mysql db connections for the HA Congress server launching. Can you double check your mysql '*max_connections*' option in my.cnf and show the active connections in mysql console like this: *msyql> show full processlist;* more details: https://

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-27 Thread Carl Baldwin
On Jul 23, 2015 8:39 PM, "Paul Carver" wrote: > I think Kevin is right here. Network is fundamentally a layer 2 construct, it represents direct reachability. A network could in principle support non-IP traffic (though in practice that may or may not work depending on underlying implementation.) Su

Re: [openstack-dev] [Congress] How to start a replica ?

2015-07-27 Thread Rui Chen
According to the error message, looks like no enough mysql db connections for the HA Congress server launching. Can you double check your mysql '*max_connections*' option in my.cnf and show the active connections in mysql console like this: *msyql> show full processlist;* more details: https://

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-27 Thread Carl Baldwin
On Jul 23, 2015 6:04 PM, "Kevin Benton" wrote: > > > IOW, I don't think what I > proposed in adding L3 stuff to the network that wasn't already here. > > The point I'm trying to make is that there isn't any L3 stuff on the network itself. There are L3 things that depend on the network because an L

Re: [openstack-dev] [Cinder][Glance] Fixing up Cinder store in Glance

2015-07-27 Thread Patrick East
Thanks Mike! Let me try and clarify the difference between the two features and why I think they both have a place in Cinder. I don't necessarily mean these two implementations as they exist today need to be there, but the features they provide do have their own uses and I think we will want them.

[openstack-dev] ?????? [neutron][binding:host_id] Binding:host_idchanges when creating vm.

2015-07-27 Thread ????
Thanks Li Ma. Then will the value of binding:host_id have no effect? Do you know the function will realize in the future? Thank you. -- -- ??: "Li Ma";; : 2015??7??28??(??) 9:32 ??: "OpenStack Development Mailing List (not for us

Re: [openstack-dev] [Neutron][SFC]The proposed "Neutron API extension for packet forwarding" has a lot of duplication to the Neutron SFC API

2015-07-27 Thread Paul Carver
On 7/27/2015 4:49 PM, Sean M. Collins wrote: I think when the API is too complex, where python-neutronclient is expected to create a better UX, that means that the API itself may need some further thinking and simplification. I think you are right however, that "Get me a network" is the first c

Re: [openstack-dev] The proposed "Neutron API extension for packet forwarding" has a lot of duplication to the Neutron SFC API

2015-07-27 Thread Paul Carver
On 7/27/2015 5:20 PM, Anita Kuno wrote: I think you need to acknowledge in both email topic and in content that Sean tried to draw the fact that you are duplicating this work on July 16th. Collaboration is much more than "our meeting decided you shouldn't do your work". Perhaps taking a step bac

Re: [openstack-dev] [neutron][binding:host_id] Binding:host_id changes when creating vm.

2015-07-27 Thread Li Ma
Nova will modify it when scheduling. You should let nova schedule the vm to the given host: dvr-compute1.novalocal. On Mon, Jul 27, 2015 at 3:14 PM, Kevin Benton wrote: > If it's a VM, Nova sets the binding host id. That field is set by the system > using the port. It's not a way to move ports ar

Re: [openstack-dev] [CI] Jenkins jobs are not executed when setting up a new CI system.

2015-07-27 Thread Tang Chen
Hi Zaro, On 07/24/2015 11:44 PM, Zaro wrote: Tang, Have you tried to look at the function registrations and gearman queue on the gearman server as i suggested? The instructions are in the wiki i referenced (in 'Starting the gearman workers' section). What you are seeing from the gear_client

[openstack-dev] [nova] Spec to support Quota per X (flavor, az, flavor_az)

2015-07-27 Thread Meghal .B. Gosalia
A lot of us have had use cases where a cloud-admin wanted to set - 1. Quota per flavor 2. Quota per Availability Zone 3. Quota per flavor_az (flavor and availability zone) 4. Quota per X (any random category) All of these use cases requires an update to the quota module. Currently, quota module on

Re: [openstack-dev] [Ironic] Let's talk about API versions

2015-07-27 Thread Clint Byrum
Excerpts from Jim Rollenhagen's message of 2015-07-27 13:35:25 -0700: > Hi friends. > > Ironic implemented API "micro" versions in Kilo. We originally did this > to allow for breaking changes in the API while allowing users to opt in > to the breakage. > > Since then, we've had a "default version

Re: [openstack-dev] [Cinder][Glance] Fixing up Cinder store in Glance

2015-07-27 Thread Mike Perez
On 23:04 Jul 02, Tomoki Sekiyama wrote: > Hi Cinder experts, > > Currently Glance has cinder backend but it is broken for a long time. > I am proposing a glance-spec/patch to fix it by implementing the > uploading/downloading images to/from cinder volumes. > > Glance-spec: https://review.openstac

Re: [openstack-dev] [keystone] token revocation woes

2015-07-27 Thread Matt Fischer
Thanks Dolph, I won't be back at work until mid August, but I will try it then from a benchmark POV. On Mon, Jul 27, 2015 at 10:12 AM, Dolph Mathews wrote: > Adam Young shared a patch to convert the tree back to a linear list: > > https://review.openstack.org/#/c/205266/ > > This shouldn't be

Re: [openstack-dev] [magnum][blueprint] magnum-service-list

2015-07-27 Thread SURO
Hi all, As we did not hear back further on the requirement of this blueprint, I propose to keep the existing behavior without any modification. We would like to explore the decision on this blueprint on our next weekly IRC meeting[1]. Regards, SURO irc//freenode: suro-patz [1] - https://wik

Re: [openstack-dev] [murano] eslint cleanup

2015-07-27 Thread Michael Krotscheck
FYI, those rules have been moved into OpenStack under the QA program. I'm currently working on getting npm publish jobs to function so we can release those rules as well. http://git.openstack.org/cgit/openstack/eslint-config-openstack/ Michael On Mon, Jul 27, 2015 at 4:13 PM Kirill Zaitsev wrot

Re: [openstack-dev] [Ironic] Let's talk about API versions

2015-07-27 Thread Sean Dague
On 07/27/2015 07:10 PM, Jim Rollenhagen wrote: > On Mon, Jul 27, 2015 at 03:28:49PM -0700, Clint Byrum wrote: >> Excerpts from Sean Dague's message of 2015-07-27 13:41:20 -0700: >>> So the CLI should actually break less often, and will expose the most >>> functionality you can get out of your cloud

Re: [openstack-dev] The proposed "Neutron API extension for packet forwarding" has a lot of duplication to the Neutron SFC API

2015-07-27 Thread Henry Fourie
Anita, The spec https://review.openstack.org/#/c/204695/ has this history: it is the latest in a series of patches on the spec 'API for Service Chaining' https://review.openstack.org/#/c/192933/. On Jun 17 Armando ported our original spec 'Neutron API for Service Chaining' https://review.opens

Re: [openstack-dev] The proposed "Neutron API extension for packet forwarding" has a lot of duplication to the Neutron SFC API

2015-07-27 Thread Cathy Zhang
Hi Anita, Not sure if you read the logs. The concern on https://review.openstack.org/#/c/186663/ and duplication were brought up by Sean. The goal is to have one set of API instead of multiple APIs with minor differences. The consensus is that the SFC API seems more general than the forwarding

Re: [openstack-dev] [Neutron] Linux Bridge CI status report

2015-07-27 Thread Sean M. Collins
As of Jul 27 2015 - we are currently passing 85% of the time on the LB CI job. There are some legitimate failures on patches where LB was the dissenting job, meaning there was most likely a bug in the LB code or job. I've listed the runs where the Linux Bridge CI job under L32 of this etherpad - I

[openstack-dev] [murano] eslint cleanup

2015-07-27 Thread Kirill Zaitsev
Since there was some interest in my side activity (which is described in https://blueprints.launchpad.net/murano/+spec/add-js-lint-jobs) I’ve created an etherpad with files, that are yet to be cleaned up.  Here is the link https://etherpad.openstack.org/p/murano-escleanup So I suggest, that if y

Re: [openstack-dev] [Ironic] Let's talk about API versions

2015-07-27 Thread Jim Rollenhagen
On Mon, Jul 27, 2015 at 03:28:49PM -0700, Clint Byrum wrote: > Excerpts from Sean Dague's message of 2015-07-27 13:41:20 -0700: > > So the CLI should actually break less often, and will expose the most > > functionality you can get out of your cloud. > > > > What I find odd about this is that I w

Re: [openstack-dev] [Congress] How to start a replica ?

2015-07-27 Thread Tim Hinrichs
Could you show us the contents of /tmp/congress.conf? Tim On Mon, Jul 27, 2015 at 3:09 PM Wong, Hong wrote: > Hi Tim and Alex, > > > > I see congress recently added the HA functionality, and I was looking at > the tempest test code to understand how to start a replica. I created a > new cong

Re: [openstack-dev] [Ironic] Let's talk about API versions

2015-07-27 Thread Clint Byrum
Excerpts from Sean Dague's message of 2015-07-27 13:41:20 -0700: > On 07/27/2015 04:35 PM, Jim Rollenhagen wrote: > > Hi friends. > > > > Ironic implemented API "micro" versions in Kilo. We originally did this > > to allow for breaking changes in the API while allowing users to opt in > > to the b

[openstack-dev] [Congress] How to start a replica ?

2015-07-27 Thread Wong, Hong
Hi Tim and Alex, I see congress recently added the HA functionality, and I was looking at the tempest test code to understand how to start a replica. I created a new congress.conf file with the different "bind_port" and set the "datasource_sync_period" value to 5. However, I got the errors be

Re: [openstack-dev] [puppet] Parameters possible default value

2015-07-27 Thread Andrew Woodward
Sorry, I forgot to finish this up and send it out. #--SNIP-- def absent_default( $value, $default, $unset_when_default = true, ){ if ( $value == $default ) and $unset_when_default { # I cant think of a way to deal with this in a define so lets pretend # we can re-use this with mult

[openstack-dev] [glance] Removing python-swiftclient from requirements.txt

2015-07-27 Thread William M Edmonds
python-swiftclient is only needed by operators that are using the swift backend, so it really doesn't belong in requirements.txt. Listing it in requirements forces all operators to install it, even if they're not going to use the swift backend. When I proposed a change [1] to move this from requi

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Madhusudhan Kandadai
I agree with Sean's note. On Mon, Jul 27, 2015 at 1:49 PM, Assaf Muller wrote: > +1 > > - Original Message - > > We should have the Wiki page redirect, or link to: > > > > https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging > > > > And then update that RST file it to a

Re: [openstack-dev] The proposed "Neutron API extension for packet forwarding" has a lot of duplication to the Neutron SFC API

2015-07-27 Thread Anita Kuno
On 07/24/2015 06:50 PM, Cathy Zhang wrote: > Hi Everyone, > In our last networking-sfc project IRC meeting, an issue was brought up that > the API proposed in https://review.openstack.org/#/c/186663/ has a lot of > duplication to the SFC API https://review.openstack.org/#/c/192933/ that is > bei

Re: [openstack-dev] [Neutron][SFC]The proposed "Neutron API extension for packet forwarding" has a lot of duplication to the Neutron SFC API

2015-07-27 Thread Sean M. Collins
On Sun, Jul 26, 2015 at 12:34:29AM EDT, Paul Carver wrote: > I would, however, like input on the idea of CLI and API shortcuts. I don't > think the API proposed in 186663 should be a completely separate > implementation of creating flow table entries, but I can see the appeal of > CLI options and p

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Assaf Muller
+1 - Original Message - > We should have the Wiki page redirect, or link to: > > https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging > > And then update that RST file it to add any info we have about > debugging under IDEs. Generally, I dislike wikis because they go st

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Daniel Comnea
+100 on what Sean said On Mon, Jul 27, 2015 at 9:39 PM, Sean M. Collins wrote: > We should have the Wiki page redirect, or link to: > > https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging > > And then update that RST file it to add any info we have about > debugging under IDEs

Re: [openstack-dev] [puppet] Proposing Yanis Guenane core

2015-07-27 Thread Matt Fischer
+1 On Jul 27, 2015 3:10 PM, "Emilien Macchi" wrote: > Puppet group, > > Yanis has been working in our group for a while now. > He has been involved in a lot of tasks, let me highlight some of them: > > * Many times, involved in improving consistency across our modules. > * Strong focus on data bi

Re: [openstack-dev] [Ironic] Let's talk about API versions

2015-07-27 Thread Sean Dague
On 07/27/2015 04:35 PM, Jim Rollenhagen wrote: > Hi friends. > > Ironic implemented API "micro" versions in Kilo. We originally did this > to allow for breaking changes in the API while allowing users to opt in > to the breakage. > > Since then, we've had a "default version" for our client that w

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Sean M. Collins
We should have the Wiki page redirect, or link to: https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging And then update that RST file it to add any info we have about debugging under IDEs. Generally, I dislike wikis because they go stale very quick and aren't well maintained, co

[openstack-dev] [Ironic] Let's talk about API versions

2015-07-27 Thread Jim Rollenhagen
Hi friends. Ironic implemented API "micro" versions in Kilo. We originally did this to allow for breaking changes in the API while allowing users to opt in to the breakage. Since then, we've had a "default version" for our client that we bump to something sensible with each release. Currently it

Re: [openstack-dev] [Neutron][SFC] Wiki update - deleting old SFC API

2015-07-27 Thread Sean M. Collins
On Fri, Jul 24, 2015 at 04:27:57PM EDT, Cathy Zhang wrote: > Do you know the process of getting the API spec published at > http://specs.openstack.org/openstack/neutron-specs/? We can port the merged > networking-sfc API spec and the latest patch over. Or we have to wait until > we have some wor

Re: [openstack-dev] [OpenStack-Infra] [Infra] Meeting Tuesday July 28th at 19:00 UTC

2015-07-27 Thread James E. Blair
"Elizabeth K. Joseph" writes: > Hi everyone, > > The OpenStack Infrastructure (Infra) team is having our next weekly > meeting on Tuesday July 28th, at 19:00 UTC in #openstack-meeting > > Meeting agenda available here: > https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting (anyone is > welco

Re: [openstack-dev] Barbican : Unable to create the secret after Integrating Barbican with HSM HA

2015-07-27 Thread Asha Seshagiri
Hi John , Thanks a lot for providing me the response:) I followed the link[1] for configuring the HA SETUP [1] : http://docs.aws.amazon.com/cloudhsm/latest/userguide/ha-setup.html the final step in the above link is haAdmin command which is run on the client side(on Barbican) . The slot 6 is th

Re: [openstack-dev] [Cinder] A possible solution for HA Active-Active

2015-07-27 Thread Duncan Thomas
Thanks for this work Gorka. Even if we don't end up taking the approach you suggest, there are parts that are undoubtedly useful piece of quality, well thought out code, posted in clean patches, that can be used to easily try out ideas that were not possible previously. I'm both impressed, and imth

Re: [openstack-dev] Announcing HyperStack project

2015-07-27 Thread Matt Riedemann
On 7/26/2015 11:43 PM, Adrian Otto wrote: Peng, For the record, the Magnum team is not yet comfortable with this proposal. This arrangement is not the way we think containers should be integrated with OpenStack. It completely bypasses Nova, and offers no Bay abstraction, so there is no user se

Re: [openstack-dev] Barbican : Unable to create the secret after Integrating Barbican with HSM HA

2015-07-27 Thread John Vrbanac
Asha, I've used the Safenet HSM "HA" virtual slot setup and it does work. However, the setup is very interesting because you need to generate the MKEK and HMAC on a single HSM and then replicate it to the other HSMs out of band of anything we have in Barbican. If I recall correctly, the Safenet

[openstack-dev] [Cinder] A possible solution for HA Active-Active

2015-07-27 Thread Gorka Eguileor
Hi all, I know we've all been looking at the HA Active-Active problem in Cinder and trying our best to figure out possible solutions to the different issues, and since current plan is going to take a while (because it requires that we finish first fixing Cinder-Nova interactions), I've been lookin

Re: [openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Dolph Mathews
Matt Fischer also discusses key rotation here: http://www.mattfischer.com/blog/?p=648 And here: http://www.mattfischer.com/blog/?p=665 On Mon, Jul 27, 2015 at 2:30 PM, Dolph Mathews wrote: > > > On Mon, Jul 27, 2015 at 2:03 PM, Clint Byrum wrote: > >> Excerpts from Dolph Mathews's messag

Re: [openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Dolph Mathews
On Mon, Jul 27, 2015 at 2:03 PM, Clint Byrum wrote: > Excerpts from Dolph Mathews's message of 2015-07-27 11:48:12 -0700: > > On Mon, Jul 27, 2015 at 1:31 PM, Clint Byrum wrote: > > > > > Excerpts from Alexander Makarov's message of 2015-07-27 10:01:34 -0700: > > > > Greetings! > > > > > > > > I

Re: [openstack-dev] [Openstack-operators] [glance] Removal of Catalog Index Service from Glance

2015-07-27 Thread Ian Cordasco
On 7/27/15, 11:29, "Louis Taylor" wrote: >On Fri, Jul 17, 2015 at 07:50:55PM +0100, Louis Taylor wrote: >> Hi operators, >> >> In Kilo, we added the Catalog Index Service as an experimental API in >>Glance. >> It soon became apparent this would be better suited as a separate >>project, so >> i

Re: [openstack-dev] [puppet] Proposing Yanis Guenane core

2015-07-27 Thread Rich Megginson
On 07/27/2015 01:06 PM, Emilien Macchi wrote: Puppet group, Yanis has been working in our group for a while now. He has been involved in a lot of tasks, let me highlight some of them: * Many times, involved in improving consistency across our modules. * Strong focus on data binding, backward co

[openstack-dev] [puppet] Proposing Yanis Guenane core

2015-07-27 Thread Emilien Macchi
Puppet group, Yanis has been working in our group for a while now. He has been involved in a lot of tasks, let me highlight some of them: * Many times, involved in improving consistency across our modules. * Strong focus on data binding, backward compatibility and flexibility. * Leadership on coo

Re: [openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Clint Byrum
Excerpts from Dolph Mathews's message of 2015-07-27 11:48:12 -0700: > On Mon, Jul 27, 2015 at 1:31 PM, Clint Byrum wrote: > > > Excerpts from Alexander Makarov's message of 2015-07-27 10:01:34 -0700: > > > Greetings! > > > > > > I'd like to discuss pro's and contra's of having Fernet encryption k

[openstack-dev] Barbican : Unable to create the secret after Integrating Barbican with HSM HA

2015-07-27 Thread Asha Seshagiri
Hi All , I am working on Integrating Barbican with HSM HA set up. I have configured slot 1 and slot 2 to be on HA on Luna SA set up . Slot 6 is a virtual slot on the client side which acts as the proxy for the slot 1 and 2. Hence on the Barbican side , I mentioned the slot number 6 and its passwor

[openstack-dev] [Ironic] weekly subteam status report

2015-07-27 Thread Ruby Loo
Hi, Following is the subteam report for Ironic. As usual, this is pulled directly from the Ironic whiteboard[0] and formatted. (There wasn't any subteam report last week since the meeting was cancelled.) Bugs (dtantsur) Dashboard moved to a new home on openshift: - http://ironic-divi

Re: [openstack-dev] [all] [ptls] Liberty-2 development milestone coming up

2015-07-27 Thread Doug Hellmann
Excerpts from Thierry Carrez's message of 2015-07-27 15:48:52 +0200: > Hi PTLs with deliverables using the "development milestone" model, > > This week is the *liberty-2* development milestone week. That means you > should plan to reach out to the release team on #release-mgmt-office > during offi

[openstack-dev] [Infra] Meeting Tuesday July 28th at 19:00 UTC

2015-07-27 Thread Elizabeth K. Joseph
Hi everyone, The OpenStack Infrastructure (Infra) team is having our next weekly meeting on Tuesday July 28th, at 19:00 UTC in #openstack-meeting Meeting agenda available here: https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting (anyone is welcome to to add agenda items) Everyone intereste

Re: [openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Dolph Mathews
On Mon, Jul 27, 2015 at 1:31 PM, Clint Byrum wrote: > Excerpts from Alexander Makarov's message of 2015-07-27 10:01:34 -0700: > > Greetings! > > > > I'd like to discuss pro's and contra's of having Fernet encryption keys > > stored in a database backend. > > The idea itself emerged during discuss

Re: [openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Fox, Kevin M
Barbican depends on Keystone though for authentication. Its not a silver bullet here. Kevin From: Dolph Mathews [dolph.math...@gmail.com] Sent: Monday, July 27, 2015 10:53 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-

Re: [openstack-dev] [Cinder][Glance] Fixing up Cinder store in Glance

2015-07-27 Thread Mike Perez
On 23:04 Jul 02, Tomoki Sekiyama wrote: > Hi Cinder experts, > > Currently Glance has cinder backend but it is broken for a long time. > I am proposing a glance-spec/patch to fix it by implementing the > uploading/downloading images to/from cinder volumes. > > Glance-spec: https://review.openstac

Re: [openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Clint Byrum
Excerpts from Alexander Makarov's message of 2015-07-27 10:01:34 -0700: > Greetings! > > I'd like to discuss pro's and contra's of having Fernet encryption keys > stored in a database backend. > The idea itself emerged during discussion about synchronizing rotated keys > in HA environment. > Now F

Re: [openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Dolph Mathews
Although using a node's *local* filesystem requires external configuration management to manage the distribution of rotated keys, it's always available, easy to secure, and can be updated atomically per node. Note that Fernet's rotation strategy uses a staged key that can be distributed to all node

Re: [openstack-dev] [neutron][lbaas] questions about scenario tests

2015-07-27 Thread Phillip Toohill
?Wonder if this is the same behavior as the TLS scenario? I have some higher priorities but I am attempting to debug the TLS test in between doing other things. Ill let you know if I come across anything. Phillip V. Toohill III Software Developer [http://600a2794aa4ab5bae6bd-8d3014ab8e4d12d3346

Re: [openstack-dev] [nova][cinder] Should we allow this kind of action?

2015-07-27 Thread Chris Friesen
On 07/26/2015 07:39 PM, Zhenyu Zheng wrote: Hi all, Recently, I've been asked to perform this kind of action using OpenStack: 1. Launch an volume-backended instance. 2. Take a snapshot of this instance using nova image-create, an image will be added in glance, the size is zero, and the BDM will

[openstack-dev] [nova] Looking at _sync_instance_power_state makes me want to gouge my eyes out

2015-07-27 Thread Matt Riedemann
garyk has a change up [1] which proposes to add a config option to log a warning rather than call the stop API when nova thinks that an instance is in an inconsistent state between the database and hypervisor and decides to stop it. Regardless of that proposal, it brings up the fact that this

Re: [openstack-dev] [Cinder] Implementation of ABC MetaClasses

2015-07-27 Thread Mike Perez
On 14:26 Jul 15, John Griffith wrote: > ​Ok, so I spent a little time on this; first gathering some detail around > what's been done as well as proposing a patch to sort of step back a bit > and take another look at this [1]. > > Here's some more detail on what is bothering me here: > * Inheritanc

[openstack-dev] [mistral] Team meeting minutes

2015-07-27 Thread Nikolay Makhotkin
Thanks for joining the meeting today! Meeting minutes: http://eavesdrop.openstack.org/meetings/mistral/2015/mistral.2015-07-27-16.01.html Meeting log: http://eavesdrop.openstack.org/meetings/mistral/2015/mistral.2015-07-27-16.01.log.html The next meeting will be on Aug 3. You can post your agenda

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
Not being very familiar with how this all works, can someone provide a bit more hand holding here? The overall question is, do we remove VPN from all the DevStack based tests (except for those run by VPN repo)? Thanks, PCM On Mon, Jul 27, 2015 at 8:26 AM Sean Dague wrote: > On 07/27/2015 08:

[openstack-dev] [Keystone][Fernet] HA SQL backend for Fernet keys

2015-07-27 Thread Alexander Makarov
Greetings! I'd like to discuss pro's and contra's of having Fernet encryption keys stored in a database backend. The idea itself emerged during discussion about synchronizing rotated keys in HA environment. Now Fernet keys are stored in the filesystem that has some availability issues in unstable

[openstack-dev] [glance] Removal of Catalog Index Service from Glance

2015-07-27 Thread Louis Taylor
On Fri, Jul 17, 2015 at 07:50:55PM +0100, Louis Taylor wrote: > Hi operators, > > In Kilo, we added the Catalog Index Service as an experimental API in Glance. > It soon became apparent this would be better suited as a separate project, so > it was split into the Searchlight project: > > http

Re: [openstack-dev] [fuel] FF Exception for LP-1464656 fix (update ceph PG calculation algorithm)

2015-07-27 Thread Eugene Bogdanov
Good, thanks everyone for your feedback. As suggested, let's merge pb_num calculation as a bugfix (no exception needed). With regards to UI part, I do agree that it's just nice to have feature and I don't see the review with GUI part amongst of those nominated for exception. So - let's put it t

Re: [openstack-dev] [keystone] token revocation woes

2015-07-27 Thread Dolph Mathews
Adam Young shared a patch to convert the tree back to a linear list: https://review.openstack.org/#/c/205266/ This shouldn't be merged without benchmarking as it's purely a performance-oriented change. On Thu, Jul 23, 2015 at 11:40 AM, Matt Fischer wrote: > Morgan asked me to post some of my

Re: [openstack-dev] [fuel] FF Exception request for Fernet tokens support.

2015-07-27 Thread Jay Pipes
On 07/27/2015 04:52 AM, Alexander Makarov wrote: I've filed a ticket to test Fernet token on the scale lab: https://mirantis.jira.com/browse/MOSS-235 This is good, but keep in mind that the broader community does not have access to the Mirantis JIRA :) Probably better to just mention you have

Re: [openstack-dev] Announcing HyperStack project

2015-07-27 Thread Jay Lau
Adrian, Can we put hyper as a topic for this week's (Tomorrow) meeting? I want to have some discussion with you. Thanks 2015-07-27 0:43 GMT-04:00 Adrian Otto : > Peng, > > For the record, the Magnum team is not yet comfortable with this > proposal. This arrangement is not the way we think con

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-27 Thread Fox, Kevin M
A lot of heat templates precreate the ports though. its sometimes easier to build the template that way. May not matter too much. Just pointing out its more common then you might think. Thanks, Kevin From: Mike Dorman [mdor...@godaddy.com] Sent: Monday, J

Re: [openstack-dev] [TripleO] diskimage-builder 1.0.0

2015-07-27 Thread Chris Jones
Hey > On 27 Jul 2015, at 16:22, Gregory Haynes wrote: > I just cut the 1.0.0 release, so no going back now. Enjoy! woot! Cheers, Chris __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-

Re: [openstack-dev] [Fuel] version.yaml in the context of packages

2015-07-27 Thread Vladimir Kozhukalov
Vitaly, >>1) feature_groups - This is, in fact, runtime parameter rather then build one, so we'd better store it in astute.yaml or other runtime config file. >This parameter must be available in nailgun - there is code in nailgun and UI which relies on this parameter. Sure it must, but since it i

Re: [openstack-dev] [TripleO] diskimage-builder 1.0.0

2015-07-27 Thread Gregory Haynes
Excerpts from Gregory Haynes's message of 2015-06-29 12:44:18 +: > Hello all, > > DIB has come a long way and we seem to have a fairly stable interface > for the elements and the image creation scripts. As such, I think it's > about time we commit to a major version release. Hopefully this can

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-27 Thread Mike Dorman
On 7/23/15, 8:54 AM, "Carl Baldwin" wrote: >On Thu, Jul 23, 2015 at 8:51 AM, Kevin Benton wrote: >>>Or, migration scheduling would need to respect the constraint that a >> port may be confined to a set of hosts. How can be assign a port to a >> different network? The VM would wake up and what

Re: [openstack-dev] [tc] [all] thinking additional tags

2015-07-27 Thread Thierry Carrez
Thierry Carrez wrote: > The "next tags" workgroup will be having a meeting this week on Friday > at 14:00 UTC in #openstack-meeting. Join us if you're interested ! > > In the mean time, we are braindumping at: > https://etherpad.openstack.org/p/next-tags-wg The work group met 10 days ago and deci

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

2015-07-27 Thread Sean Dague
On 07/27/2015 10:05 AM, Daniel P. Berrange wrote: > On Fri, Jul 24, 2015 at 09:48:15AM +0100, Daniel P. Berrange wrote: >> On Thu, Jul 23, 2015 at 05:55:36PM +0300, mhorban wrote: >>> Hi all, >>> >>> During development process in nova I faced with an issue related with config >>> options. Now we ha

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-27 Thread Assaf Muller
- Original Message - > > On 7/23/15, 9:42 AM, "Carl Baldwin" wrote: > > >On Wed, Jul 22, 2015 at 3:21 PM, Kevin Benton wrote: > >> The issue with the availability zone solution is that we now force > >> availability zones in Nova to be constrained to network configuration. > >>In > >>

Re: [openstack-dev] [stable][neutron] dvr job for kilo?

2015-07-27 Thread Ryan Moats
+1 Kyle Mestery wrote on 07/27/2015 08:16:07 AM [with a bit of cleanup]: > > On Mon, Jul 27, 2015 at 6:57 AM, Thierry Carrez wrote: > > Ihar Hrachyshka wrote: > > > I noticed that dvr job is now voting for all stable branches, and > > > failing, because the branch misses some important fixes fr

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-27 Thread Mike Dorman
On 7/23/15, 9:42 AM, "Carl Baldwin" wrote: >On Wed, Jul 22, 2015 at 3:21 PM, Kevin Benton wrote: >> The issue with the availability zone solution is that we now force >> availability zones in Nova to be constrained to network configuration. >>In >> the L3 ToR/no overlay configuration, this mea

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

2015-07-27 Thread Daniel P. Berrange
On Fri, Jul 24, 2015 at 09:48:15AM +0100, Daniel P. Berrange wrote: > On Thu, Jul 23, 2015 at 05:55:36PM +0300, mhorban wrote: > > Hi all, > > > > During development process in nova I faced with an issue related with config > > options. Now we have lists of config options and registering options m

Re: [openstack-dev] [Fuel][python-fuelclient] Implementing new commands

2015-07-27 Thread Sergii Golovatiuk
Hi, Every functionality should be applied to both clients. Core developers should set -1 if it's not applied to second version of plugin. Though I believe we should completely get rid of first version of CLI in Fuel 8.0 -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Fri, Jul

[openstack-dev] [puppet] weekly meeting #44

2015-07-27 Thread Emilien Macchi
Hello team, Here's an initial agenda for our weekly meeting, tomorrow at 1500 UTC in #openstack-meeting-4: https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20150728 Please add additional items you'd like to discuss. If our schedule allows it, we'll make bug triage during the meet

[openstack-dev] [fuel] Fuel plugin as docker containers images

2015-07-27 Thread Konstantin Danilov
Hi, Is there a plans to allow plugin to be delivered as docker container images? Thanks -- Kostiantyn Danilov aka koder.ua Principal software engineer, Mirantis skype:koder.ua http://koder-ua.blogspot.com/ http://mirantis.com ___

[openstack-dev] [all] [ptls] Liberty-2 development milestone coming up

2015-07-27 Thread Thierry Carrez
Hi PTLs with deliverables using the "development milestone" model, This week is the *liberty-2* development milestone week. That means you should plan to reach out to the release team on #release-mgmt-office during office hours tomorrow: 08:00 - 10:00 UTC: ttx 18:00 - 20:00 UTC: dhellmann During

Re: [openstack-dev] [Fuel] Switching keystone to apache wsgi

2015-07-27 Thread Sergii Golovatiuk
Hi, Do we have any results from Scale team? I would like to compare Apache results with eventlet. Also we need to perform destructive tests and get numbers when one controller is down. -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Fri, Jul 24, 2015 at 12:29 AM, Mike Scherbak

Re: [openstack-dev] [Fuel Zabbix in deployment tasks

2015-07-27 Thread Sergii Golovatiuk
Hi, Experimental feature may be removed at any time. That's why it's experimental. However, I agree that upgrade of such environments should be disabled. -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser __ Open

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Assaf Muller
We need to update that page. I haven't used PyDev in years, I use PyCharm. There's an option in PyCharm called 'Enable Gevent debugging' (Gevent is a green threads library very similar to eventlet, which is what we use in OpenStack). I read that PyDev 3.7+ has support for Gevent debugging as well.

Re: [openstack-dev] [stable][neutron] dvr job for kilo?

2015-07-27 Thread Kyle Mestery
On Mon, Jul 27, 2015 at 6:57 AM, Thierry Carrez wrote: > Ihar Hrachyshka wrote: > > I noticed that dvr job is now voting for all stable branches, and > > failing, because the branch misses some important fixes from master. > > > > Initially, I tried to just disable votes for stable branches for t

Re: [openstack-dev] [fuel] FF Exception request for Fernet tokens support.

2015-07-27 Thread Alexander Makarov
Actually Fernet token IS the best bet on stability and quality. On Mon, Jul 27, 2015 at 3:23 PM, Sergii Golovatiuk wrote: > Guys, I object of merging Fernet tokens. I set -2 for any Fernet related > activities. Firstly, there are some ongoing discussions how we should > distribute, revoke, rotat

[openstack-dev] [neutron][vpnaas] No VPNaaS IRC meeting Tuesday, July 27th.

2015-07-27 Thread Paul Michali
I'm on vacation tomorrow (yeah!), and there wasn't much new to discuss, so I was planning on canceling the meeting this week. If you have something pressing and want to host the meeting, let everyone know, by updating the agenda and responding to this message. Otherwise you can use neutron IRC chan

Re: [openstack-dev] Python 3: 5 more projects with a py34 voting gate, only 4 remaing

2015-07-27 Thread Victor Stinner
Hi, On 27/07/2015 12:35, Roman Vasilets wrote: Hi, just what to share with you. Rally project also have voting py34 jobs. Thank you. Cool! I don't know if Rally port the Python 3 is complete or not, so I wrote "work in progress". Please update the wiki page if the port is done: https://wiki.

Re: [openstack-dev] [fuel] [FFE] FF Exception request for Deploy nova-compute (VCDriver) feature

2015-07-27 Thread Sergii Golovatiuk
Hi, I have checked the code. After fixing tests, this patch maybe included to FFE as it has minimal impact on core functionality. +1 for FFE for https://review.openstack.org/#/c/196114/ -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Mon, Jul 27, 2015 at 1:38 PM, Vladimir Kukl

Re: [openstack-dev] [requirements] propose adding Robert Collins to requirements-core

2015-07-27 Thread Sean Dague
+1 On 07/24/2015 12:31 PM, Davanum Srinivas wrote: > +1 from me. Thanks for the hard work @lifeless > > -- dims > > On Fri, Jul 24, 2015 at 12:21 PM, Doug Hellmann wrote: >> Requirements reviewers, >> >> I propose that we add Robert Collins (lifeless) to the requirements-core >> review team. >>

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
Maybe I'm not explaining myself well (sorry)... For VPN commits, there are functional jobs that (now) enable the devstack plugin for neutron-vpnaas as needed (and grenade job will do the same). >From the neutron-vpnaas repo standpoint everything is in place. Now that there is a devstack plugin fo

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Sean Dague
On 07/27/2015 08:21 AM, Paul Michali wrote: > Maybe I'm not explaining myself well (sorry)... > > For VPN commits, there are functional jobs that (now) enable the > devstack plugin for neutron-vpnaas as needed (and grenade job will do > the same). From the neutron-vpnaas repo standpoint everything

Re: [openstack-dev] [fuel] FF Exception request for Fernet tokens support.

2015-07-27 Thread Sergii Golovatiuk
Guys, I object of merging Fernet tokens. I set -2 for any Fernet related activities. Firstly, there are some ongoing discussions how we should distribute, revoke, rotate SSL keys for Fernet. Secondly, there some discussion in community about potential security concerns where user may renew token in

  1   2   >