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-25 Thread Paul Carver
On 7/24/2015 6: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 being

[openstack-dev] [all][keystonemiddleware] re-use of keystone middleware options

2015-07-25 Thread Morgan Fainberg
I've seen a continued re-use of the options supplied by keystone middleware in other code developed. This is where code is developed and pulls in the options from auth_token because it is convenient and they have already been defined. I would like to ask the community to stop leaning on these

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Malhar Vora
Hi Lucas, Yes my username is malhar_vora. I have tried steps that you have mentioned but still facing issue. malhar@ubuntu:~/Documents/contribution/temp/ironic$ git review -s Using global/system git-review config files (/etc/git-review/git-review.conf) is deprecated Problem running 'git remote

Re: [openstack-dev] [Fuel][Plugins] Plugins on separate launchpad projects

2015-07-25 Thread Patrick Petit
Igor, thanks for your comments. Please see below. Patrick On 25 Jul 2015 at 13:08:24, Igor Kalnitsky (ikalnit...@mirantis.com) wrote: Hello Patrick, Thank you for raising this topic. I think that it'd be nice to create a separate projects for Fuel plugins if it wasn't done yet. Yes there is a

Re: [openstack-dev] Host Aggregate resource pool tracking

2015-07-25 Thread Jay Pipes
On 07/25/2015 03:27 PM, Bhandaru, Malini K wrote: Thanks Jay for covering Host Aggregate Resource Pool tracking at the mid-cycle meetup. I could see the implementation being very similar to the extensible resource tracker defined today but would like to understand better the value it provides

[openstack-dev] Host Aggregate resource pool tracking

2015-07-25 Thread Bhandaru, Malini K
Thanks Jay for covering Host Aggregate Resource Pool tracking at the mid-cycle meetup. I could see the implementation being very similar to the extensible resource tracker defined today but would like to understand better the value it provides 1) Is it to quickly respond able to honor a

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Jeremy Stanley
On 2015-07-25 07:39:31 -0700 (-0700), Malhar Vora wrote: [...] error: Could not fetch gerrit Problems encountered installing commit-msg hook The following command failed with exit code 1 scp -P29418 malhar_v...@review.openstack.org:hooks/commit-msg .git/hooks/commit-msg

[openstack-dev] [TripleO] [app-catalog] TripleO, Advanced Services, and the App Catalog

2015-07-25 Thread Fox, Kevin M
I'm not really sure how to start this conversation so I'll just start in. Please bare with me for a bit. Something of a problem description: With my Operator hat on, I've been quite interested in adopting TripleO. Due to many reasons, its been hard for me to to explore as much as I'd like.

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

2015-07-25 Thread Jay Pipes
On 07/24/2015 01:48 AM, 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 mixed with source code in regular

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Jeremy Stanley
On 2015-07-25 11:22:38 +0100 (+0100), Lucas Alvares Gomes wrote: Apparently you don't have the git remote map to review.openstack.org, you can add it by running the following: $ git remote add gerrit ssh://malhar_...@review.openstack.org:29418/openstack/ironic.git This should not _ever_ be

Re: [openstack-dev] [TripleO] [app-catalog] TripleO, Advanced Services, and the App Catalog

2015-07-25 Thread Christopher Aedo
On Sat, Jul 25, 2015 at 1:00 PM, Fox, Kevin M kevin@pnnl.gov wrote: I'm not really sure how to start this conversation so I'll just start in. Please bare with me for a bit. Something of a problem description: With my Operator hat on, I've been quite interested in adopting TripleO. Due to

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Lucas Alvares Gomes
Hi, malhar@ubuntu:~/Documents/contribution/temp/ironic$ git review -s Using global/system git-review config files (/etc/git-review/git-review.conf) is deprecated Could not connect to gerrit. Enter your gerrit username: myusername Trying again with

Re: [openstack-dev] [Fuel][Plugins] Plugins on separate launchpad projects

2015-07-25 Thread Igor Kalnitsky
Hello Patrick, Thank you for raising this topic. I think that it'd be nice to create a separate projects for Fuel plugins if it wasn't done yet. Fuel plugins have different release cycles and do not share core group. So it makes pretty much sense to me to create separate projects. Otherwise, I

[openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Malhar Vora
Hi all, I am a beginner and facing issue in committing code to gerrit. Following are my details. Operating system is Ubuntu 15.04 I have installed OpenStack usinff DevStack : http://docs.openstack.org/developer/devstack/ I did changes, added modified file and then did git review -s I am

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Malhar Vora
Hi Lucas, I have followed steps you mentioned. I am getting following issue now. malhar@ubuntu:~/Documents/contribution/temp/ironic$ git review -s Using global/system git-review config files (/etc/git-review/git-review.conf) is deprecated Problem running 'git remote update gerrit' Fetching

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-25 Thread Lucas Alvares Gomes
Hi, Please make sure you have the correct access rights and the repository exists. error: Could not fetch gerrit Problems encountered installing commit-msg hook The following command failed with exit code 1 scp -P29418 malhar_...@review.openstack.org:hooks/commit-msg