Re: [openstack-dev] iso8601 filling up nova logs

2013-11-07 Thread Davanum Srinivas
+1 - looks like this is where you need to add it [1], if so, the change needs to be in oslo-incubator repo first [2], so please submit a review there [1] https://github.com/openstack/nova/blob/master/nova/openstack/common/log.py#L128 [2] https://github.com/openstack/oslo-incubator/blob/master/op

Re: [openstack-dev] [Openstack] [Neutron] Security groups issue when running latest libvirt?

2013-11-07 Thread Simon Pasquier
Le 07/11/2013 03:18, Martinx - ジェームズ a écrit : That is true... Back to "LibvirtHybridOVSBridgeDriver", Security Groups is working again... Thanks for the feedback Thiago. I've opened a bug on Launchpad: https://bugs.launchpad.net/nova/+bug/1248859 On 6 November 2013 15:03, Simon Pasquier mai

[openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Nilakhya
Currently my heat template works with AWS resource type: DatabaseIPAddress: Type: AWS::EC2::EIP DatabaseIPAssoc : Type: AWS::EC2::EIPAssociation Properties: InstanceId: {Ref: BaseInstance} EIP: {Ref: MyIPAddress} Now if i want to change to OpenStack ( OS ) namespace w

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Radomir Dopieralski
On 06/11/13 23:07, Robert Collins wrote: > On 6 November 2013 21:34, Radomir Dopieralski wrote: > [...] Firstly, things > like code duplication is a sliding scale, and I think it's ok for a > reviewer to say 'these look similar, give it a go please'. If the > reviewee tries, and it's no good - th

[openstack-dev] How to choose proper availablity-zone in Havana version with the same usage realized by JsonFilter in Folsom version?

2013-11-07 Thread hzguanqi...@corp.netease.com
Hi guys, In Folsom version, availability-zone info is stored in compute_nodes db table, and so can be parsed by JsonFilter. I can use JsonFilter to choose which(or except which) availability-zones to build my instance. But in Havana version, availability-zone info is stored in aggregatemetadata

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Jiri Tomasek
On 11/07/2013 08:25 AM, Daniel P. Berrange wrote: On Thu, Nov 07, 2013 at 12:21:38AM +, Day, Phil wrote: Leaving a mark. === You review a change and see that it is mostly fine, but you feel that since you did so much work reviewing it, you should at least find *something* wrong.

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Denis Makogon
SnowDust, hi, are there any needs of Neutron usage(in trove)? Since nova supports nova-network i suppose we could keep networking with nova. 2013/11/7 Nilakhya > Currently my heat template works with AWS resource type: > > DatabaseIPAddress: > Type: AWS::EC2::EIP > DatabaseIPAssoc : >

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Radomir Dopieralski
On 06/11/13 21:23, Eugene Nikanorov wrote: > Hi! > > I would like do disagree with some of the points. > First of all, '-1' mark may have a wrong perception especially among new > contributors. > -1 doesn't mean reviewers don't want your code (which is -2), it means > they either not sure it is g

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Nilakhya
Hello Denis, I asked in icehouse design session about the Floating IP support in heat templates ( so that we can migrate from AWS to OS) and was guided to OS::neutron resource even i was thinking if neutron becomes a dependancy then (and not just a simple nova-network) even using OS::Neutron t

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Denis Makogon
Hm, you are right. I suppose we need backward compability with nova network, without Neutron. 2013/11/7 Nilakhya > Hello Denis, > > I asked in icehouse design session about the Floating IP support in heat > templates ( so that we can migrate from AWS to OS) and was guided to > OS::neutron reso

Re: [openstack-dev] [Neutron] Jenkins randomly fails?

2013-11-07 Thread Siming Yin
Hi Mike, This tutorial is very helpful to me. The chapter[1] you mentioned is also detailed, but I didn't read it carefully ... Thanks, Siming [1]: https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures On Thu, Nov 7, 2013 at 3:47 PM, Michael Bright wrote: > > Hi Siming, > > Yes

[openstack-dev] [tempest] Get more info about undocumented API calls

2013-11-07 Thread Martin Pavlásek
Hi all, I'd like to fill some gaps in Tempest [1], but a lot of those calls are rarely documented. If you are a bit familiar with some of that, please write down note about that - tt will help me to write down test for it. My working copy of that sheet [2] is not fully synchronized with original [

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Simon Pasquier
Hi, The OS::Neutron::FloatingIP resource works in the same manner as the 'neutron floating-create' command so currently there is no way to avoid passing the floating network id. The AWS::EC2::EIP resource doesn't require it because it uses the Nova API to allocate floating IPs. In turn, Nova

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Radomir Dopieralski
On 06/11/13 09:34, Radomir Dopieralski wrote: > Hello, > > I'm quite new in the OpenStack project, but I love it already. What is > especially nifty is the automated review system -- I'm really impressed. > I'm coming from a project in which we also did reviews of every change > -- although it was

[openstack-dev] Reg Neutron security groups in Havana

2013-11-07 Thread Kanthi P
Hi, I am trying to boot a VM which has a network without subnet in Havana, but it throws an exception saying that subnet is mandatory if quantum security groups are enabled. Here are the commands I used. neutron net-create testNet [lcc@lcc devstack]$ neutron net-show testNet +---

[openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Hi, I was trying to install the devstack and it failed while starting the nova api. below is a snippet from the console. Is it a bug? + screen -S stack -p n-api -X stuff 'cd /opt/stack/nova && /usr/local/bin/nova-a'i || echo "n-api failed to start" | tee "/opt/stack/status/stack/n-api.failure" +

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Noorul Islam K M
Krishanu Dhar writes: > Hi, > > I was trying to install the devstack and it failed while starting the nova > api. below is a snippet from the console. Is it a bug? > > > + screen -S stack -p n-api -X stuff 'cd /opt/stack/nova && > /usr/local/bin/nova-a'i || echo "n-api failed to start" | tee > "/

Re: [openstack-dev] [swift] what does swift do if the auditor find that all 3 replicas are corrupt?

2013-11-07 Thread Daniel Li
Thanks very much for your help, and please see my inline comments/questions. On Thu, Nov 7, 2013 at 2:30 AM, Samuel Merritt wrote: > On 11/6/13 7:12 AM, Daniel Li wrote: > >> Hi, >> I have a question about swift: what does swift do if the auditor >> find that all 3 replicas are corrupt? >>

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Telles Nobrega
Sometimes after ./unstack is ran, some process are still runnning for nova. Try running this to kill them all (ps aux | grep -ie nova | awk '{print $2}' | xargs kill -9) and try ./stack again On Thu, Nov 7, 2013 at 9:14 AM, Noorul Islam K M wrote: > Krishanu Dhar writes: > > > Hi, > > > > I wa

Re: [openstack-dev] [Solum] Choice of API infrastructure

2013-11-07 Thread Jay Pipes
Hey Doug, following up, but realize you are likely very busy at the summit :) On 11/04/2013 10:20 PM, Doug Hellmann wrote: On Tue, Nov 5, 2013 at 10:37 AM, Jay Pipes I wasn't referring to the database representation, actually. I was referring to the data model, which is different in that it

[openstack-dev] cinder metrics with nova-scheduler

2013-11-07 Thread Abbass MAROUNI
Hello, We want to be able to launch a VM with a number of cinder volumes on the same host (the host is a compute and a storage node). We're looking for a way to tell nova-scheduler to work with cinder-scheduler so that we can filter and weight hosts according to our needs. According to the docume

Re: [openstack-dev] A Tool for Making OpenStack Log Reading a Bit Easier

2013-11-07 Thread Solly Ross
Sure, that sounds like a good idea. Count me in. - Original Message - From: "Sean Dague" To: "OpenStack Development Mailing List (not for usage questions)" Sent: Wednesday, November 6, 2013 5:31:12 PM Subject: Re: [openstack-dev] A Tool for Making OpenStack Log Reading a Bit Easi

Re: [openstack-dev] L3 advanced features blueprint mapping to IETF and IEEE standards

2013-11-07 Thread Pedro Roque Marques
Colin, "The nice thing about standards is that there are so many of them to choose from." For instance, if you take this Internet Draft: http://tools.ietf.org/html/draft-ietf-l3vpn-end-system-02 which is based on RFC4364. It has already been implemented as a Neutron plugin via OpenContrail (ht

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Pedro Roque Marques
Radomir, An extra issue that i don't believe you've covered so far is about comment ownership. I've just read an email on the list that follows a pattern that i've heard many complaints about: -1 with a reasonable comment, submitter addresses the comment, reviewer never comes back. Revi

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
below is an error that's probably the cause... 2013-11-07 23:24:14.758 TRACE nova IOError: [Errno 13] Permission denied: '/etc/nova/api-paste.ini' 2013-11-07 23:24:14.758 TRACE nova n-api failed to start krish@krish-VirtualBox:/opt/stack/nova$ ls -l /etc/nova/api-paste.ini -rw--- 1 nova nova

Re: [openstack-dev] [swift] what does swift do if the auditor find that all 3 replicas are corrupt?

2013-11-07 Thread Samuel Merritt
On 11/7/13 5:59 AM, Daniel Li wrote: Thanks very much for your help, and please see my inline comments/questions. On Thu, Nov 7, 2013 at 2:30 AM, Samuel Merritt mailto:s...@swiftstack.com>> wrote: On 11/6/13 7:12 AM, Daniel Li wrote: Hi, I have a question about swift

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Any other recommendations on how to have a successful devstack installation? On Thu, Nov 7, 2013 at 11:37 PM, Krishanu Dhar wrote: > below is an error that's probably the cause... > > 2013-11-07 23:24:14.758 TRACE nova IOError: [Errno 13] Permission denied: > '/etc/nova/api-paste.ini' > 2013-11

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Cazzolato, Sergio J
Hi, I had the same issue and fixed that doing a chwon and changing the ownership to my user of the files in /etc/nova where the owner was the user nova. In my case the files were: api-paste.ini and policy.json I posted the solution there too: http://stackoverflow.com/questions/19843239/getting

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
thanks man, incidentally i ran into your post too and it got me going. However, I was wondering if the fix should go in stack.sh.stack.sh On Fri, Nov 8, 2013 at 12:32 AM, Cazzolato, Sergio J < sergio.j.cazzol...@intel.com> wrote: > Hi, I had the same issue and fixed that doing a chwon and chang

Re: [openstack-dev] L3 advanced features blueprint mapping to IETF and IEEE standards

2013-11-07 Thread Rochelle.Grober
From: Pedro Roque Marques [mailto:pedro.r.marq...@gmail.com] Colin, "The nice thing about standards is that there are so many of them to choose from." For instance, if you take this Internet Draft: http://tools.ietf.org/html/draft-ietf-l3vpn-end-system-02 which is based on RFC4364. It has alr

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Robert Collins
On 7 November 2013 13:15, Day, Phil wrote: > > >> >> Core reviewers look for the /comments/ from people, not just the votes. A >> +1 from someone that isn't core is meaningless unless they are known to be >> a thoughtful code reviewer. A -1 with no comment is also bad, because it >> doesn't help

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Robert Collins
On 8 November 2013 00:02, Radomir Dopieralski wrote: > I created a page on the wiki, > https://wiki.openstack.org/wiki/CodeReviewGuidelines > > I put some initial content there, based on the discussion in this > thread. Please feel free to discuss those points further here, and to > amend that pa

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Telles Nobrega
Now i have something like your problem, im getting die 609 'nova-api did not start' On Thu, Nov 7, 2013 at 4:11 PM, Krishanu Dhar wrote: > thanks man, incidentally i ran into your post too and it got me going. > However, I was wondering if the fix should go in stack.sh.stack.sh > > > On Fri, No

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Hey Telies - Were you trying to recreate the failure? or is it a new installation? On Fri, Nov 8, 2013 at 2:13 AM, Telles Nobrega wrote: > Now i have something like your problem, im getting > die 609 'nova-api did not start' > > > On Thu, Nov 7, 2013 at 4:11 PM, Krishanu Dhar wrote: > >> thanks

Re: [openstack-dev] [Solum] Choice of API infrastructure

2013-11-07 Thread Steven Dake
On 11/07/2013 07:28 AM, Jay Pipes wrote: Hey Doug, following up, but realize you are likely very busy at the summit :) On 11/04/2013 10:20 PM, Doug Hellmann wrote: On Tue, Nov 5, 2013 at 10:37 AM, Jay Pipes declaring the models for the consumer of the API, rather than the imp

Re: [openstack-dev] [Solum]: Workshop dates at SFO

2013-11-07 Thread Roshan Agrawal
Based on what I am seeing on the doodle poll, we are sticking to the original dates for the workshop [Nov 19, 20] Eventbrite registration page https://www.eventbrite.com/event/9130831563 Etherpad planning page for the event https://etherpad.openstack.org/p/SolumSFOCommunityWorkshop See you all

[openstack-dev] [Swift] log line length

2013-11-07 Thread Pecoraro, Alex
Is there any way for me to change the logging so that it doesn't truncate the output - so basically the length of the line printed to the log is not limited to a certain length? Thanks. Alex ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack

Re: [openstack-dev] [Solum] Choice of API infrastructure

2013-11-07 Thread Adrian Otto
Solum Team, First of all I wanted to say that I have been thinking a lot about this thread, and have been seeking input from a number of you who attended the Summit this week. I do *not* see this decision as a critical one, because if something really mattered a ton we could rip our one framewo

Re: [openstack-dev] [Solum] Choice of API infrastructure

2013-11-07 Thread Jay Pipes
On 11/07/2013 06:41 PM, Adrian Otto wrote: Solum Team, First of all I wanted to say that I have been thinking a lot about this thread, and have been seeking input from a number of you who attended the Summit this week. I do *not* see this decision as a critical one, because if something reall

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Sean Dague
On 11/07/2013 01:56 PM, James Bottomley wrote: > On Thu, 2013-11-07 at 00:21 +, Day, Phil wrote: >>> >>> Leaving a mark. >>> === >>> >>> You review a change and see that it is mostly fine, but you feel that since >>> you >>> did so much work reviewing it, you should at least find >

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Sean Dague
On 11/07/2013 05:35 PM, Jiri Tomasek wrote: > On 11/07/2013 08:25 AM, Daniel P. Berrange wrote: >> On Thu, Nov 07, 2013 at 12:21:38AM +, Day, Phil wrote: Leaving a mark. === You review a change and see that it is mostly fine, but you feel that since you

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread Sean Dague
On 11/08/2013 01:37 AM, Pedro Roque Marques wrote: > Radomir, > An extra issue that i don't believe you've covered so far is about comment > ownership. I've just read an email on the list that follows a pattern that > i've heard many complaints about: > -1 with a reasonable comment, submitt

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Telles Nobrega
It was a new installation, but i tried a couple more times, removed all the component folders and it worked -- ___ Telles Mota Vidal Nóbrega Undergraduated in Computer Science at Federal University of Campina Grande (UFCG) Developer at PulsarOpenStack Project - HP O

[openstack-dev] [nova][api] Is this a potential issue

2013-11-07 Thread Jiang, Yunhong
Hi, all I'm a bit confused of followed code in ./compute/api.py, which will be invoked by api/openstack/compute/servers.py, _action_revert_resize(). From the code seems there is a small windows between get the migration object and update migration.status. If another API request c

Re: [openstack-dev] Bad review patterns

2013-11-07 Thread David Ripton
On 11/07/2013 07:54 PM, Sean Dague wrote: On 11/08/2013 01:37 AM, Pedro Roque Marques wrote: Radomir, An extra issue that i don't believe you've covered so far is about comment ownership. I've just read an email on the list that follows a pattern that i've heard many complaints about:

Re: [openstack-dev] [Solum] Some initial code copying for db/migration

2013-11-07 Thread Clayton Coleman
- Original Message - > > > > https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L420 > > > > https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L43 > > This API and these models are what we are trying to avoid exposing to > the rest of nov

[openstack-dev] Shall backward compatibility env. vars be removed from python-clients?

2013-11-07 Thread Leandro Costantino
Hi all, Clients like python-novaclient/cinderclient/trove still support NOVA_*, CINDER_*, TROVE_* variables for backward compatibility support,while clients like python-neutronclient/keystoneclient only supports OS_* env vars. The following bug (#1061491, see review), mentions that it may be

Re: [openstack-dev] [Neutron] IPv6 sub-team?

2013-11-07 Thread Collins, Sean (Contractor)
How about scheduling an IRC meeting in close proximity to the other Neutron meetings on Mondays? * 20:00 to 21:00 UTC, before the Neutron meeting OR * 23:00 UTC - after the distributed virtual router meeting? -- Sean M. Collins ___ OpenStack-dev mail

Re: [openstack-dev] What key strings can we set in "scheduler_hints" param when boot an instance?

2013-11-07 Thread Day, Phil
The hints are coded into the various scheduler filters, so the set supported on any install depends on what filters have been configured. I have a change under way (I need to just find the time to go back and fix the last wave of review comments) to expose what is supported via an API call htt

[openstack-dev] Climate Project Slides

2013-11-07 Thread Dina Belova
Guys, there was presentation about Climate Project (Reservation Service for OpenStack) on this Hong Kong Summit. Please take a look on Slideshare slides if you are interested in it: Climate project slides Thank everybody who have come on

Re: [openstack-dev] [Nova] [Climate] Reservation service called Climate

2013-11-07 Thread Dina Belova
Guys, there are Slideshare slides if it is more comfortable to use them for you: Slideshare Climate Slides Thanks! On Wed, Nov 6, 2013 at 5:47 PM, Sylvain Bauza wrote: > Hi, > > During the Design session > https://etherpad.openstack.

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Steve Baker
On 11/07/2013 06:42 PM, Simon Pasquier wrote: > Hi, > > The OS::Neutron::FloatingIP resource works in the same manner as the > 'neutron floating-create' command so currently there is no way to > avoid passing the floating network id. The AWS::EC2::EIP resource > doesn't require it because it uses t

Re: [openstack-dev] [Swift] log line length

2013-11-07 Thread Peter Portante
Hi Alex, It seems that this is likely an rsyslog limit, so you might want to check out: http://www.rsyslog.com/doc/rsyslog_conf_global.html Specifically, the info on "$MaxMessageSize" Regards, -peter On Thu, Nov 7, 2013 at 5:42 PM, Pecoraro, Alex wrote: > Is there any way for me to change the l

Re: [openstack-dev] [sqlalchemy-migrate] Blueprint for review: Add DB2 10.5 Support

2013-11-07 Thread Joe Gordon
With OpenStacks test and gating oriented mindset, how can we gate on this functionality working going forward? On Fri, Nov 1, 2013 at 3:30 AM, Matt Riedemann wrote: > I've got a sqlalchemy-migrate blueprint up for review to add DB2 support > in migrate. > > *https://blueprints.launchpad.net/sql

[openstack-dev] [climate][neutron] The good way of integration

2013-11-07 Thread Nikolay Starodubtsev
Hi, everyone! In Climate we have plans to integrate with Neutron and make possible networks, subnets, etc. reservations. What's the best way to start the dialogue about this? Shall I create bp at first or the discussion in dev-list ara also a good thing? However, today is the last day of summit, so

[openstack-dev] Dev help....

2013-11-07 Thread Krishanu Dhar
Hi, I have few very basic questions. It would be really nice if someone can assist. 1. I have a program that gathers details from a db in a server and is meant to update the backend db (by backend db, I mean trove). Whats the easiest way to do this? 2. How to host a webserver on openstack? 3. H

Re: [openstack-dev] [Heat] How do i implement this usecase:

2013-11-07 Thread Nilakhya
Ok, Thank you steve, Simon, Denis I created the following blueprint : https://blueprints.launchpad.net/heat/+spec/aws-compatible-resource-for-floating-ip-support Consultant Engineering Team: HPCS-Vertica Location: Noida, India On 11/08/2013 09:03 AM, Steve Baker wrote: On 11/07/2013 06:42 P

Re: [openstack-dev] How to choose proper availablity-zone in Havana version with the same usage realized by JsonFilter in Folsom version?

2013-11-07 Thread Tiantian Gao
i have the same question. if there is no existed work around, i think we can pin AZ information with host state in sheduler. then jsonfilter can work as before. 在 2013-11-7 下午5:15,"hzguanqi...@corp.netease.com" < hzguanqi...@corp.netease.com>写道: > Hi guys, > > In Folsom version, availability-zon

Re: [openstack-dev] Dev help....

2013-11-07 Thread Noorul Islam K M
Krishanu Dhar writes: > Hi, > > I have few very basic questions. It would be really nice if someone can > assist. > > 1. I have a program that gathers details from a db in a server and is meant > to update the backend db (by backend db, I mean trove). Whats the easiest > way to do this? > > 2. Ho

Re: [openstack-dev] [Solum] Choice of API infrastructure

2013-11-07 Thread Doug Hellmann
On Fri, Nov 8, 2013 at 8:02 AM, Jay Pipes wrote: > On 11/07/2013 06:41 PM, Adrian Otto wrote: > >> Solum Team, >> >> First of all I wanted to say that I have been thinking a lot about this >> thread, and have been seeking input from a number of you who attended the >> Summit this week. I do *not*

Re: [openstack-dev] [Neutron] IPv6 sub-team?

2013-11-07 Thread Brian Haley
On 11/08/2013 11:21 AM, Collins, Sean (Contractor) wrote: How about scheduling an IRC meeting in close proximity to the other Neutron meetings on Mondays? * 20:00 to 21:00 UTC, before the Neutron meeting +0 OR * 23:00 UTC - after the distributed virtual router meeting? -1 I'd prefer a di

Re: [openstack-dev] L3 advanced features blueprint mapping to IETF and IEEE standards

2013-11-07 Thread Pedro Roque Marques
What about an IRC meeting on this topic 11/19 at 9 p.m. PST ? This is 2 p.m in Japan and 6 a.m CET on the 20th. It is not ideal but i suspect we will have interest in participating from both Europe and Asia. I volunteer myself and Nachi Ueno na...@ntti3.com (the author of the BGP MPLS blueprint)

Re: [openstack-dev] L3 advanced features blueprint mapping to IETF and IEEE standards

2013-11-07 Thread Nachi Ueno
Hi folks let's use #openstack-meeting on the meetings. I have also created an etherpad for this discussion (If you have any slide, please link to the page) https://etherpad.openstack.org/p/NeutronDynamicRoutingIceHouse Best Nachi 2013/11/8 Pedro Roque Marques : > What about an IRC meeting on

[openstack-dev] [stable-havana][cinder] [scheduler] Found a potential bug while setting up multiple cinder-volume instances on single cinder node

2013-11-07 Thread gans developer
Hi All, I was trying to setup multiple cinder-volume instances on a single node setup.I edited the cinder.conf file as per the instructions given in the openstack docs for multi-backend cinder. http://docs.openstack.org/admin-guide-cloud/content//multi_backend.html I setup two backends and was a

Re: [openstack-dev] L3 advanced features blueprint mapping to IETF and IEEE standards

2013-11-07 Thread Colin McNamara
I absolutely agree that there are many standards to choose from. The point I am trying to make is that there are common integration methods that map into certain standards. If we diverge from these, it is likely that integration into brownfield networks will become an issue. Regards, Colin Co

Re: [openstack-dev] RFC: reverse the default Gerrit sort order

2013-11-07 Thread Joe Gordon
On Thu, Nov 7, 2013 at 7:36 AM, Robert Collins wrote: > I've been thinking about review queues recently (since here at the > summit everyone is talking about reviews! :)). > > One thing that struck me today was that Gerrit makes it easier to > review the newest changes first, rather than the chang

Re: [openstack-dev] L3 advanced features blueprint mapping to IETF and IEEE standards

2013-11-07 Thread Colin McNamara
That time works for me (I fly back to America the night before) Regards, Colin Colin McNamara People | Process | Technology Mobile: 858-208-8105 Twitter:@colinmcnamara Linkedin: www.linkedin.com/colinmcnamara Blog: www.colinmcna

Re: [openstack-dev] Dev help....

2013-11-07 Thread Krishanu Dhar
Thanks. I tried hooking onto the IRC but it just doesn't seem to connect. Below is the error I got. [11:59] -herbert.freenode.net- *** Looking up your hostname... [11:59] -herbert.freenode.net- *** Checking Ident [11:59] -herbert.freenode.net- *** No Ident response [11:59] -herbert.freenode.net- *

[openstack-dev] [TripleO] Contributing hardware to the TripleO CD cloud

2013-11-07 Thread Robert Collins
Hi, over this week a number of organisations have expressed interest in contributing to the TripleO CD cloud, to help OpenStack bare metal testing, and testing of things that cannot run in nested environments - some hypervisors, savannah etc. I've drawn up a draft of whats involved in such a c

Re: [openstack-dev] [Openstack-security] Neutron security groups for L2 networks in Havana

2013-11-07 Thread Aaron Rosen
On Thu, Nov 7, 2013 at 12:23 PM, Kanthi P wrote: > Hi, > > I am trying to boot a VM which has a network without subnet in Havana, but > it throws an exception saying that subnet is mandatory if quantum security > groups are enabled. > > Here are the commands I used. > > neutron net-create testNet