Re: [openstack-dev] [networking][ml2] ML2 Mechanism Driver API proposal

2013-06-18 Thread Luke Gorrie
12 jun 2013 kl. 09:25 skrev Andre Pech: As promised at the ml2 kickoff meeting last week, attached is our basic proposal for the ml2 mechanism driver API. Great, that is fast work! After getting more familiar with the ml2 plugin code and looking at some of the other blueprints that are

Re: [openstack-dev] Add IDE specific directories to .gitignore

2013-06-18 Thread Roman Prykhodchenko
Chmouel, Yes, it's possible to set up excluded directories in several ways. My question was why not make those directories excluded by default? - Roman On Jun 18, 2013, at 11:14 , Chmouel Boudjnah chmo...@enovance.com wrote: On Tue, Jun 18, 2013 at 9:50 AM, Roman Prykhodchenko

[openstack-dev] [quantum] current biggest cause of gate failures is quantum race condition

2013-06-18 Thread Sean Dague
The gate has been terribly broken of the last couple of weeks, and right now people running 'recheck no bug' aren't helping, as it keeps papering over *real* issues. There was a glance one, which is fixed. However the current biggest issue is probably this one -

Re: [openstack-dev] The future of run_tests.sh

2013-06-18 Thread Anita Kuno
On 13-06-18 04:59 AM, Thierry Carrez wrote: Personally I would introduce a TESTING file that would describe all available methods for running tests, and rename/move run_tests.sh to something less discoverable... so that people looking for ways to run tests would find TESTING first. Then if

Re: [openstack-dev] Discussion around blueprint https://blueprints.launchpad.net/nova/+spec/add-disk-config-to-xenstore

2013-06-18 Thread Bob Ball
I don't have any objections to this being exposed - but the question was should we expose it, and I don't see any benefit to the user for this particular key. Of course, as you say, a provider may want to expose many specific metadata keys. Perhaps we should look at how to do this

Re: [openstack-dev] [tripleo] new reviewers?

2013-06-18 Thread Clint Byrum
Excerpts from Robert Collins's message of 2013-06-18 03:06:40 -0700: On 18 June 2013 17:57, Mark McLoughlin mar...@redhat.com wrote: On Tue, 2013-06-18 at 13:17 +1200, Robert Collins wrote: So, I've been pretty happy with reviews from Chris Jones and Clint Byrum - would like to propose them

Re: [openstack-dev] The future of run_tests.sh

2013-06-18 Thread Clint Byrum
Excerpts from Thierry Carrez's message of 2013-06-18 01:59:57 -0700: Joe Gordon wrote: Reasons to keep run_tests.sh: * there is no possibility to run tests with testtools instead of testr. This feature allows us to use the debugger. * in some projects tox doesn't use a testr wrapper to

[openstack-dev] Problem with dhcp-agent

2013-06-18 Thread Adrián Roselló Rey
Hi, I'm trying to configure an Openstack installation with only 2 hosts: Controller-Network node and Compute node. My problems came when I tried to configure the quantum-dhcp-agent. In my dhcp.agent.log I have the following error: RROR [quantum.agent.dhcp_agent] Failed reporting state!

Re: [openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-18 Thread Robert Collins
On 19 June 2013 03:56, Clark Boylan clark.boy...@gmail.com wrote: I finally got around to looking into this today. I ran `tox -epy27` locally a couple times and noticed that test numbers did vary (but not as wildly as reported earlier). My next step was to source the tox py27 virtualenv then

Re: [openstack-dev] Gerrit's Jenkins should stop running tests after first failure

2013-06-18 Thread Jay Pipes
On 06/18/2013 12:43 PM, Martina Kollarova wrote: Jenkins keeps running all the tests, even if the basic pep8 test fails, and runs all of the (very slow) Tempest Quantum tests, even though almost all of them are failing. I propose that it should fail and stop all of the other tests once there is

Re: [openstack-dev] Gerrit's Jenkins should stop running tests after first failure

2013-06-18 Thread Sean Dague
On 06/18/2013 12:43 PM, Martina Kollarova wrote: Jenkins keeps running all the tests, even if the basic pep8 test fails, and runs all of the (very slow) Tempest Quantum tests, even though almost all of them are failing. I propose that it should fail and stop all of the other tests once there is

Re: [openstack-dev] Discussion around blueprint https://blueprints.launchpad.net/nova/+spec/add-disk-config-to-xenstore

2013-06-18 Thread Richard Goodwin
Bob, If the user is cognizant of the extension, they may want to do post-build activities based on the value. I think that's the use for this particular case. As for exposing them in a more general fashion, I agree with both of your points: there can be use to expose them, and also reasons to

Re: [openstack-dev] FW: [Keystone][Folsom] Token re-use

2013-06-18 Thread Adam Young
On 06/18/2013 09:13 PM, Kant, Arun wrote: The issue with having un-managed number of tokens for same credential is that it can be easily exploited. Getting a token is one of initial step (gateway) to get access to services. A rogue client can keep creating unlimited number of tokens and

Re: [openstack-dev] [Heat] Does it make sense to have a resource-create API?

2013-06-18 Thread Adrian Otto
Angus, I'm glad you are asking good questions. I have additional input for you to consider below. On Jun 18, 2013, at 6:09 PM, Angus Salkeld asalk...@redhat.com wrote: On 18/06/13 23:32 +, Adrian Otto wrote: Yes. I think having a POST method in the API makes perfect sense. Assuming we

Re: [openstack-dev] [Heat] Does it make sense to have a resource-create API?

2013-06-18 Thread Christopher Armstrong
On Tue, Jun 18, 2013 at 11:01 PM, Adrian Otto adrian.o...@rackspace.comwrote: On Jun 18, 2013, at 6:09 PM, Angus Salkeld asalk...@redhat.com wrote: To me one of the most powerful and apealing things of Heat is the ability to reproducibly re-create a stack from a template. This new public