Re: [openstack-dev] [Nova][Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Serg Melikyan
Having project-scoped flavors will rid us of the identified issues, and will allow a more fine-grained way of managing physical resources. Flavors concept was introduced in clouds to solve issue with effective physical resource usage: 8Gb physical memory can be effectively splitted to two

[openstack-dev] [Openstack-dev][qa] Running tempest tests against existing openstack installation

2014-05-05 Thread Swapnil Kulkarni
Hello, I am trying to run tempest tests against an existing openstack deployment. I have configured tempest.conf for the environment details. But when I execute run_tempest.sh, it does not run any tests. Although when I run testr run, the tests fail with *NoSuchOptError: no such option:

Re: [openstack-dev] [qa] QA Summit Meet-up Atlanta

2014-05-05 Thread Koderer, Marc
All right, let’s meet on Monday ;) We can discuss the details after the QA meeting this week. Von: Frittoli, Andrea (HP Cloud) [mailto:fritt...@hp.com] Gesendet: Donnerstag, 1. Mai 2014 18:42 An: OpenStack Development Mailing List (not for usage questions) Betreff: Re: [openstack-dev] [qa] QA

Re: [openstack-dev] [neutron] explanations on the current state of config file handling

2014-05-05 Thread Thomas Goirand
On 05/03/2014 12:48 AM, Mark T. Voelker wrote: I think it's not just devstack/grenade that would benefit from this. Variance in the plugin configuration patterns is a fairly common complaint I hear from folks deploying OpenStack, and going to a single config would likely make that easier. I

Re: [openstack-dev] [MagnetoDB] Configuring consistency draft of concept

2014-05-05 Thread Illia Khudoshyn
Can't say for others but I'm personally not really happy with Charles Dima approach. As Charles pointed out (or hinted) , QUORUM during write may be equal to both EVENTUAL and STRONG, depending on consistency level chosen for later read. The same is with QUORUM for read. I'm afraid, this way MDB

Re: [openstack-dev] [TripleO] HAProxy and Keystone setup (in Overcloud)

2014-05-05 Thread Jan Provaznik
On 04/28/2014 10:05 PM, Jay Dobies wrote: We may want to consider making use of Heat outputs for this. This was my first thought as well. stack-show returns a JSON document that would be easy enough to parse through instead of having it in two places. Rather than assuming hard coding, create

[openstack-dev] about pci device filter

2014-05-05 Thread Bohai (ricky)
Hi, stackers: Now there is an default while list filter for PCI device. But maybe it's not enough in some scenario. Maybe it's better if we provide a mechanism to specify a customize filter. For example: So user can make a special filter , then specify which filter to use in configure files.

[openstack-dev] [nova] about pci device filter

2014-05-05 Thread Bohai (ricky)
Hi, stackers: Now there is an default while list filter for PCI device. But maybe it's not enough in some scenario. Maybe it's better if we provide a mechanism to specify a customize filter. For example: So user can make a special filter , then specify which filter to use in configure files.

Re: [openstack-dev] [Neutron] Run migrations for service plugins every time

2014-05-05 Thread Anna Kamyshnikova
Salvatore, Thanks for your answer. I was on holidays, so I clearly read your response just now. As I understand from your comments there is no reason for me to continue working on making migrations run unconditionally for service plugins. Making all migrations run unconditionally based on

Re: [openstack-dev] [TripleO][Tuskar] Feedback on init-keystone spec

2014-05-05 Thread Jiří Stránský
On 30.4.2014 09:02, Steve Kowalik wrote: Hi, I'm looking at moving init-keystone from tripleo-incubator to os-cloud-config, and I've drafted a spec at https://etherpad.openstack.org/p/tripleo-init-keystone-os-cloud-config . Feedback welcome. Cheers, Hi Steve, that looks

[openstack-dev] [infra] Jenkins jobs are always running for abandoned patches..

2014-05-05 Thread wu jiang
Hi all, I found Jenkins met some problems about abandoned patches. The jenkins-jobs are always running even if the jobs were successful or failed.. I've checked some patches[1][2][3] suit the issue. It look like if you add comments to an abandoned patch, the Jenkins will start check jobs again

[openstack-dev] [mistral] Community meeting reminder - 05/05/2014

2014-05-05 Thread Renat Akhmerov
Hi, This is a reminder about the community meeting we’ll have today at 16.00 UTC at #openstack-meeting. Agenda: Review action items Current status (quickly by team members) Summit preparations Further plans Open discussion It can also be found at

Re: [openstack-dev] [Ceilometer] Question of necessary queries for Event implemented on HBase

2014-05-05 Thread Igor Degtiarov
Hello Dmitriy! Of course event_id could identify row. Actually Row structure now is a question for discuss. The main feature of HBase that data is stored in sorted rows. To filter events by time interval we will need to scan all stored data, when rowkey is started with event_id. Instead of

[openstack-dev] q-agt error

2014-05-05 Thread abhishek jain
Hi all I'm getting following error in q-agt service of compute node while booting VM from controller node onto it.. 14-05-04 08:56:53.508 13530 DEBUG neutron.agent.linux.utils [-] Command: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ip6tables-restore', '-c'] Exit

Re: [openstack-dev] [Horizon] Project list with turned-on policy in Keystone

2014-05-05 Thread Yaguang Tang
I think this is an common requirement for users who want to keystone v3. I filed a blueprint for it https://blueprints.launchpad.net/horizon/+spec/domain-based-rbac. 2014-04-24 23:30 GMT+08:00 Roman Bodnarchuk roman.bodnarc...@indigitus.ch: Hello, As far as I can tell, Horizon uses

Re: [openstack-dev] [Nova][Neutron] Nova-network to Neutron migration: issues with libvirt

2014-05-05 Thread Oleg Bondarev
On Wed, Apr 30, 2014 at 7:40 PM, Salvatore Orlando sorla...@nicira.comwrote: On 30 April 2014 17:28, Jesse Pretorius jesse.pretor...@gmail.com wrote: On 30 April 2014 16:30, Oleg Bondarev obonda...@mirantis.com wrote: I've tried updating interface while running ssh session from guest to

[openstack-dev] Add VMware dvSwitch/vSphere API support for Neutron ML2

2014-05-05 Thread Ilkka Tengvall
Hi, I would like to start a discussion about a ML2 driver for VMware distributed virtual switch (dvSwitch) for Neutron. There is a new blueprint made by Sami Mäkinen (sjm) in https://blueprints.launchpad.net/neutron/+spec/neutron-ml2-mech-vmware-dvswitch. The driver is described and code is

[openstack-dev] OpenStack access using Java SDK

2014-05-05 Thread Vikas Kokare
I am looking for a standard, seamless way to access OpenStack APIs , most likely using the Java SDKs that are summarized at https://wiki.openstack.org/wiki/SDKs#Software_Development_Kits There are various distributions of Openstack available today. Is this possible using these SDK's to write an

[openstack-dev] [infra] elements vs. openstack-infra puppet for CI infra nodes

2014-05-05 Thread Dan Prince
I originally sent this to TripleO but perhaps [infra] would have been a better choice. The short version is I'd like to run a lightweight (unofficial) mirror for Fedora in infra: https://review.openstack.org/#/c/90875/ And then in the TripleO CI racks we can run local Squid caches using

Re: [openstack-dev] [Openstack-dev][qa] Running tempest tests against existing openstack installation

2014-05-05 Thread David Kranz
On 05/05/2014 02:26 AM, Swapnil Kulkarni wrote: Hello, I am trying to run tempest tests against an existing openstack deployment. I have configured tempest.conf for the environment details. But when I execute run_tempest.sh, it does not run any tests. Although when I run testr run, the

[openstack-dev] [Nova] [VMware]How can I put my proposals for VMware drivers in the VMware driver session?

2014-05-05 Thread Sheng Bo Hou
Hi VMware folks, How can I put my proposals for VMware drivers in the VMware driver session? Is there someone from VMware responsible for receiving proposals for this session? I submitted two topics: Resource Pool Support for VMware VCenter: http://summit.openstack.org/cfp/details/349,

Re: [openstack-dev] [Nova] [VMware]How can I put my proposals for VMware drivers in the VMware driver session?

2014-05-05 Thread Michael Still
The way to go is probably to put them into the etherpad for that session, which is at https://etherpad.openstack.org/p/juno-nova-vmware-driver-roadmap Cheers, Michael On Mon, May 5, 2014 at 11:32 PM, Sheng Bo Hou sb...@cn.ibm.com wrote: Hi VMware folks, How can I put my proposals for VMware

Re: [openstack-dev] [Neutron][LBaaS]L7 conent switching APIs

2014-05-05 Thread Samuel Bercovici
Hi Stephen, For Icehouse we did not go into L7 content modification as the general feeling was that it might not be exactly the same as content switching and we wanted to tackle content switching fiest. L7 content switching and L7 content modification are different, I prefer to be explicit

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-05 Thread Samuel Bercovici
Hi, I will not freeze the document to allow people to work on requirements which are not tenant facing (ex: operator, etc.) I think that we have enough use cases for tenant facing capabilities to reflect most common use cases. I am in the process of creation a survey in surveymonkey for tenant

Re: [openstack-dev] [neutron] explanations on the current state of config file handling

2014-05-05 Thread Jay Pipes
On 05/04/2014 01:13 PM, John Dickinson wrote: To add some color, Swift supports both single conf files and conf.d directory-based configs. See http://docs.openstack.org/developer/swift/deployment_guide.html#general-service-configuration. +1 The single config file pattern is quite useful

Re: [openstack-dev] SSL in Common client

2014-05-05 Thread Chmouel Boudjnah
Rob Crittenden rcrit...@redhat.com writes: From what I found nothing has changed either upstream or in swift. If you are asking about the ability to disable SSL compression it is up to the OS to provide that so nothing was added when we changed swiftclient to requests. Most modern OSes have

Re: [openstack-dev] [Horizon] Accessibility

2014-05-05 Thread Liz Blanchard
On Apr 24, 2014, at 11:06 AM, Douglas Fish drf...@us.ibm.com wrote: I've proposed a design session for accessibility for the Juno summit, and I'd like to get a discussion started on the work that needs to be done. (Thanks Julie P for pushing that!) I've started to add information to the

Re: [openstack-dev] SSL in Common client

2014-05-05 Thread Chmouel Boudjnah
Chmouel Boudjnah chmo...@enovance.com writes: Most modern OSes have SSL compression by default, only Debian stable was still enabling it. I mean have SSL compression *disabled* by default. Chmouel. ___ OpenStack-dev mailing list

Re: [openstack-dev] [neutron] explanations on the current state of config file handling

2014-05-05 Thread Doug Hellmann
On Mon, May 5, 2014 at 10:18 AM, Jay Pipes jaypi...@gmail.com wrote: On 05/04/2014 01:13 PM, John Dickinson wrote: To add some color, Swift supports both single conf files and conf.d directory-based configs. See

Re: [openstack-dev] SSL in Common client

2014-05-05 Thread Rob Crittenden
Chmouel Boudjnah wrote: Rob Crittenden rcrit...@redhat.com writes: From what I found nothing has changed either upstream or in swift. If you are asking about the ability to disable SSL compression it is up to the OS to provide that so nothing was added when we changed swiftclient to

[openstack-dev] [Neutron][IPv6] No IRC meeting

2014-05-05 Thread Collins, Sean
We will not be meeting tomorrow, May 6th 2014, since the summit is next week. -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [nova] plan for moving to using oslo.db

2014-05-05 Thread Matt Riedemann
Just wanted to get some thoughts down while they are in my head this morning. Oslo DB is now a library [1]. I'm trying to figure out what the steps are to getting Nova to using that so we can rip out the sync'ed common db code. 1. Looks like it's not in global-requirements yet [2], so

[openstack-dev] [oslo] Proposal: add local hacking for oslo-incubator

2014-05-05 Thread ChangBo Guo
Hi Stackers, I find some common code style would be avoided while I'm reviewing code ,so think these check would be nice to move into local hacking. The local hacking can ease reviewer burden. The idea from keystone blueprint [1]. Hacking is a great start at automating checks for common style

Re: [openstack-dev] [Nova][Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Solly Ross
Just to expand a bit on this, flavors are supposed to be the lowest level of granularity, and the general idea is to round to the nearest flavor (so if you have a VM that requires 3GB of RAM, go with a 4GB flavor). Hence, in my mind, it doesn't make any sense to create flavors on the fly; you

Re: [openstack-dev] Monitoring as a Service

2014-05-05 Thread Hochmuth, Roland M
Alexandre, Great timing on this question and I agree with your proposal. I work for HP and we are just about to open-source a project for Monitoring as a Service (MaaS), called Jahmon. Jahmon is based on our customer-facing monitoring as a service solution and internal monitoring projects.

[openstack-dev] [barbican] Atlanta Summit Etherpads for Review

2014-05-05 Thread Chad Lung
The Barbican team has placed a few etherpads on our wiki for the community to review. We plan to work on these at the Atlanta summit next week in our sessions and throughout the week. https://wiki.openstack.org/wiki/Barbican#Discussions_.2F_Etherpads Thanks, Chad Lung

Re: [openstack-dev] [barbican] Atlanta Summit Etherpads for Review

2014-05-05 Thread Tiwari, Arvind
Hi Chad, We are working on following topics and expecting some time to discuss in the summit. Can we accommodate them in the summit? https://blueprints.launchpad.net/barbican/+spec/secret-isolation-at-user-level (We are working on POC + API change proposal)

Re: [openstack-dev] [barbican] Atlanta Summit Etherpads for Review

2014-05-05 Thread Tiwari, Arvind
Chad, Please let me know if you want me to start etherpads for them? Regards, Arvind From: Tiwari, Arvind Sent: Monday, May 05, 2014 10:22 AM To: openstack-dev@lists.openstack.org Subject: RE: [openstack-dev] [barbican] Atlanta Summit Etherpads for Review Hi Chad, We are working on following

Re: [openstack-dev] [Nova][Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Clint Byrum
Excerpts from Solly Ross's message of 2014-05-05 08:23:41 -0700: Just to expand a bit on this, flavors are supposed to be the lowest level of granularity, and the general idea is to round to the nearest flavor (so if you have a VM that requires 3GB of RAM, go with a 4GB flavor). Hence, in

Re: [openstack-dev] [nova] Do we have a way to add a non-nova managed host to nova managed?

2014-05-05 Thread Joe Gordon
On Sun, May 4, 2014 at 8:28 PM, Chen CH Ji jiche...@cn.ibm.com wrote: Hi Not sure ti's proper to ask this question here, or maybe someone asked this question before and discussion , please share info to me if we have If we have a bunch of hosts that used to

[openstack-dev] [mistral] Community meeting minutes/log - 05/05/2014

2014-05-05 Thread Renat Akhmerov
Thanks for joining us today. Meeting minutes: http://eavesdrop.openstack.org/meetings/mistral/2014/mistral.2014-05-05-16.00.html Full log: http://eavesdrop.openstack.org/meetings/mistral/2014/mistral.2014-05-05-16.00.log.html My suggestion would be to skip the next two meetings due to Summit

Re: [openstack-dev] Monitoring as a Service

2014-05-05 Thread Clint Byrum
Excerpts from John Dickinson's message of 2014-05-04 12:37:55 -0700: One of the advantages of the program concept within OpenStack is that separate code projects with complementary goals can be managed under the same program without needing to be the same codebase. The most obvious example

[openstack-dev] sqlalchemy-migrate 0.9.1 release impending - oslo.db and Py3 support

2014-05-05 Thread David Ripton
We need a new release of sqlalchemy-migrate (0.9.1) to make commit 93efb62fd100 available, as a step toward fixing some oslo.db issues with sqlite and its limited/optional support for unique constraints. This release will also be the first one with commit a03b141a954, for Python 3 support.

Re: [openstack-dev] [oslo] Proposal: add local hacking for oslo-incubator

2014-05-05 Thread Joe Gordon
On Mon, May 5, 2014 at 8:02 AM, ChangBo Guo glongw...@gmail.com wrote: Hi Stackers, I find some common code style would be avoided while I'm reviewing code ,so think these check would be nice to move into local hacking. The local hacking can ease reviewer burden. The idea from keystone

Re: [openstack-dev] [nova] Question about addit log in nova-compute.log

2014-05-05 Thread Jay Pipes
On 05/04/2014 11:09 PM, Chen CH Ji wrote: Hi I saw in my compute.log has following logs which looks to me strange at first, Free resource is negative make me confused and I take a look at the existing code looks to me the logic is correct and calculation doesn't

Re: [openstack-dev] [Nova][Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Steve Gordon
- Original Message - Excerpts from Solly Ross's message of 2014-05-05 08:23:41 -0700: Just to expand a bit on this, flavors are supposed to be the lowest level of granularity, and the general idea is to round to the nearest flavor (so if you have a VM that requires 3GB of RAM,

Re: [openstack-dev] [Nova][Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Solly Ross
If you actually have 64 flavors, though, and it's overwhelming your users, it would be pretty trivial to implement a flavor recommender where you input your requirements and it pops out the nearest flavor. That being said, I do think you're right that you can probably mitigate flavor explosion by

Re: [openstack-dev] [infra] elements vs. openstack-infra puppet for CI infra nodes

2014-05-05 Thread Clint Byrum
Excerpts from Dan Prince's message of 2014-05-05 05:51:52 -0700: I originally sent this to TripleO but perhaps [infra] would have been a better choice. The short version is I'd like to run a lightweight (unofficial) mirror for Fedora in infra: https://review.openstack.org/#/c/90875/

Re: [openstack-dev] [barbican] Atlanta Summit Etherpads for Review

2014-05-05 Thread John Wood
Hello Arvind, These all look like topics to dig into if possible at the summit, so let's discuss this at today's IRC meeting for sure. Thanks, John From: Tiwari, Arvind [arvind.tiw...@hp.com] Sent: Monday, May 05, 2014 11:24 AM To: Tiwari, Arvind; OpenStack

Re: [openstack-dev] [Nova][Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Clint Byrum
Excerpts from Solly Ross's message of 2014-05-05 10:01:12 -0700: If you actually have 64 flavors, though, and it's overwhelming your users, it would be pretty trivial to implement a flavor recommender where you input your requirements and it pops out the nearest flavor. That being said, I do

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Dimitri Mazmanov
I guess I need to describe the use-case first. An example of Telco application is IP Multimedia Subsystem (IMS) [1], which is a fairly complex beast. Each component of IMS can have very different requirements on the computing resources. If we try to capture everything in terms of flavors the list

[openstack-dev] [Heat] Special session on heat-translator project at Atlanta summit

2014-05-05 Thread Thomas Spatzier
Hi all, I mentioned in some earlier mail that we have started to implement a TOSCA YAML to HOT translator on stackforge as project heat-translator. We have been lucky to get a session allocated in the context of the Open source @ OpenStack program for the Atlanta summit, so I wanted to share

Re: [openstack-dev] [sahara] Design Summit Sessions

2014-05-05 Thread Matthew Farrellee
bummer. it seems to me like having the api discussion on the same day as the other outwardly facing topics would be a good idea. best, matt On 04/28/2014 10:29 AM, Sergey Lukjanov wrote: Matt, I'd like to keep the v2 api discussion in the end of our design sessions track to have enough

[openstack-dev] [Swift] This week's team meeting: summit prep

2014-05-05 Thread John Dickinson
This week's Swift team meeting will spend time looking at the Swift-related conference talks and summit design sessions. https://wiki.openstack.org/wiki/Meetings/Swift If you are leading a session topic or giving a conference talk, please attend this week's meeting. I want to make sure you

Re: [openstack-dev] Monitoring as a Service

2014-05-05 Thread Alexandre Viau
Thanks to everyone for the feedback. I agree that this falls under the Telemetry Program and I have moved the blueprint. You can find it here: https://blueprints.launchpad.net/ceilometer/+spec/monitoring-as-a-service Wiki page: https://wiki.openstack.org/wiki/MaaS Etherpad:

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Solly Ross
One thing that I was discussing with @jaypipes and @dansmith over on IRC was the possibility of breaking flavors down into separate components -- i.e have a disk flavor, a CPU flavor, and a RAM flavor. This way, you still get the control of the size of your building blocks (e.g. you could restrict

Re: [openstack-dev] [nova] about pci device filter

2014-05-05 Thread Jiang, Yunhong
Hi, Bohai, are you talking about the scheduler filter for PCI, right? I think the scheduler filters can be changed by nova options already, so I don't think we need another mechanism and just create another filter to replace the default pci filter? --jyh -Original Message- From:

Re: [openstack-dev] [Nova][Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Chris Friesen
On 05/05/2014 10:51 AM, Steve Gordon wrote: In addition extra specifications may denote the passthrough of additional devices, adding another dimension. This seems likely to be the case in the use case outlined in the original thread [1]. Thanks, Steve [1]

Re: [openstack-dev] [TripleO] HAProxy and Keystone setup (in Overcloud)

2014-05-05 Thread Clint Byrum
Excerpts from Jan Provaznik's message of 2014-05-05 01:10:56 -0700: On 04/28/2014 10:05 PM, Jay Dobies wrote: We may want to consider making use of Heat outputs for this. This was my first thought as well. stack-show returns a JSON document that would be easy enough to parse through

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Chris Friesen
On 05/05/2014 11:40 AM, Solly Ross wrote: One thing that I was discussing with @jaypipes and @dansmith over on IRC was the possibility of breaking flavors down into separate components -- i.e have a disk flavor, a CPU flavor, and a RAM flavor. This way, you still get the control of the size of

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Chris Friesen
On 05/05/2014 12:18 PM, Chris Friesen wrote: As a simplifying view you could keep the existing flavors which group all of them, while still allowing instances to specify each one separately if desired. Also, if we're allowing the cpu/memory/disk to be specified independently at instance boot

Re: [openstack-dev] [TripleO] HAProxy and Keystone setup (in Overcloud)

2014-05-05 Thread Robert Collins
On 6 May 2014 06:13, Clint Byrum cl...@fewbar.com wrote: Excerpts from Jan Provaznik's message of 2014-05-05 01:10:56 -0700: On 04/28/2014 10:05 PM, Jay Dobies wrote: We may want to consider making use of Heat outputs for this. .. The output endpoint list would be quite long, it would have to

Re: [openstack-dev] [TripleO][Tuskar] Feedback on init-keystone spec

2014-05-05 Thread Clint Byrum
Excerpts from Jiří Stránský's message of 2014-05-05 01:54:11 -0700: On 30.4.2014 09:02, Steve Kowalik wrote: Hi, I'm looking at moving init-keystone from tripleo-incubator to os-cloud-config, and I've drafted a spec at

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-05 Thread Dimitri Mazmanov
This is good! Is there a blueprint describing this idea? Or any plans describing it in a blueprint? Would happily share the work. Should we mix it with flavors in horizon though? I¹m thinking of having a separate ³Resources² page, wherein the user can ³define² resources. I¹m not a UX expert

Re: [openstack-dev] [nova] Question about addit log in nova-compute.log

2014-05-05 Thread Jiang, Yunhong
-Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: Monday, May 05, 2014 9:50 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] Question about addit log in nova-compute.log On 05/04/2014 11:09 PM, Chen CH Ji wrote: Hi

[openstack-dev] [trove] Request for transparent Gerrit approval process

2014-05-05 Thread Lowery, Mathew
As a non-core, I would like to understand the process by which core prioritizes Gerrit changes. I'd also like to know any specific criteria used for approval. If such a process was transparent and followed consistently, wouldn't that eliminate the need for Hey core, can you review change? in

[openstack-dev] Introducing Project Graffiti

2014-05-05 Thread Tripp, Travis S
Hello Everybody, A challenge we've experienced with using OpenStack is discovering, sharing, and correlating metadata across services and different types of resources. We believe this affects both end users and administrators. For end users, the UI can be too technical and require too much

Re: [openstack-dev] [ML2] L2 population mechanism driver

2014-05-05 Thread Sławek Kapłoński
Hello, Thanks for answear. Now I made my own mech_driver which inherits from l2_pop driver and it is working ok. But If I will set it as: mechanism_drivers=openvswitch,l2population than ports will be binded with ovs driver so population mechanism will be working in such network? Best regards

[openstack-dev] [nova]The status of the hypervisor node and the service

2014-05-05 Thread Jiang, Yunhong
Hi, all Currently I'm working on spec at https://review.openstack.org/#/c/90172/4 which return the status of the hypervisor node. Per the comments, including comments from operator, this is a welcome features. As in

Re: [openstack-dev] [oslo] Proposal: add local hacking for oslo-incubator

2014-05-05 Thread Doug Hellmann
On Mon, May 5, 2014 at 1:56 PM, Ben Nemec openst...@nemebean.com wrote: On 05/05/2014 10:02 AM, ChangBo Guo wrote: Hi Stackers, I find some common code style would be avoided while I'm reviewing code ,so think these check would be nice to move into local hacking. The local hacking can ease

[openstack-dev] [marconi] ATL Summit Pads - Please Review

2014-05-05 Thread Kurt Griffiths
Hi everyone, I’ve seeded some pads corresponding to the design sessions we have scheduled; please review these and help me flesh them out this week, leading up to the summit: * Tues 14:50 - Queue Flavorshttps://etherpad.openstack.org/p/juno-marconi-queue-flavors — Flavio Percoco *

[openstack-dev] [nova][olso] How is the trusted message going on?

2014-05-05 Thread Jiang, Yunhong
Hi, all The trusted messaging (https://blueprints.launchpad.net/oslo.messaging/+spec/trusted-messaging) has been removed from icehouse, does anyone know how is current status? I noticed a summit session may cover it (

Re: [openstack-dev] [Neutron][LBaaS] Use-Cases with VPNs Distinction

2014-05-05 Thread Stephen Balukoff
Hi Sam, So, If I understand you correctly, you don't think that specifying routing rules (eg. static routing configuration) should be beyond the scope of LBaaS? I agree that it might be possible to reach a given member over different routes. The example that comes to mind for me is a member with

[openstack-dev] [Ceilometer][AMQP]

2014-05-05 Thread Hachem Chraiti
Hi how can i fix this error please with Openstack Havana in Ubuntu 12.04 LTS: Error communicating with http://controller:8777 [Errno 111] Connection refused *ceilometer-agent-central.log : 2014-05-05 23:28:50.633 14745 ERROR ceilometer.openstack.common.rpc.common [-] AMQP server on

Re: [openstack-dev] OpenStack access using Java SDK

2014-05-05 Thread Stefano Maffulli
On Mon 05 May 2014 05:47:02 AM PDT, Vikas Kokare wrote: I am looking for a standard, seamless way to access OpenStack APIs , most likely using the Java SDKs that are summarized at https://wiki.openstack.org/wiki/SDKs#Software_Development_Kits [...] This is the wrong list for usage questions,

Re: [openstack-dev] [Neutron][LBaaS]L7 conent switching APIs

2014-05-05 Thread Stephen Balukoff
Hi Sam, In working off the document in the wiki on L7 functionality for LBaaS ( https://wiki.openstack.org/wiki/Neutron/LBaaS/l7 ), I notice that MODIFY_CONTENT is one of the actions listed for a L7VipPolicyAssociation. That's the primary reason I included this in the API design I created. To be

[openstack-dev] [all] process problem with release tagging

2014-05-05 Thread John Dickinson
tl;dr: (1) the current tag names used don't work and we need something else. (2) Swift (at least) needs to burn a release number with a new tag The current process of release is: 1) branch milestone-proposed (hereafter, m-p) from master 2) tag m-p with an RC tag (eg 1.13.1.rc1) * note that

Re: [openstack-dev] [Neutron][LBaaS] Use-Cases with VPNs Distinction

2014-05-05 Thread Stephen Balukoff
German-- I agree. This sounds very much like an edge case that we don't need to worry about supporting until someone comes up with a specific use case to illustrate the problem. Stephen On Mon, May 5, 2014 at 5:03 PM, Eichberger, German german.eichber...@hp.com wrote: Hi Stephen, I

Re: [openstack-dev] [TripleO] Alternating meeting time for more TZ friendliness

2014-05-05 Thread James Polley
To revive this thread... I'd really like to see us trying out alternate meeting times for a while. Tuesdays at 14:00 UTC on #openstack-meeting-alt is available. Looking at the iCal feed it looks like it's actually taken by Solum. But in any case: On Thu, Mar 20, 2014 at 11:17 AM, Robert

Re: [openstack-dev] [all] process problem with release tagging

2014-05-05 Thread Clark Boylan
On Mon, May 5, 2014 at 5:14 PM, John Dickinson m...@not.mn wrote: tl;dr: (1) the current tag names used don't work and we need something else. (2) Swift (at least) needs to burn a release number with a new tag The current process of release is: 1) branch milestone-proposed (hereafter, m-p)

Re: [openstack-dev] [TripleO] Alternating meeting time for more TZ friendliness

2014-05-05 Thread James Polley
Actually, it's probably best that we don't do the first meeting at a US-unfriendly timezone in a week that the summit is on in Atlanta. Maybe the week after summit, or even the second week after summit? On Tue, May 6, 2014 at 10:49 AM, James Polley j...@jamezpolley.com wrote: To revive this

Re: [openstack-dev] [oslo] Proposal: add local hacking for oslo-incubator

2014-05-05 Thread David Stanek
On Mon, May 5, 2014 at 5:28 PM, Doug Hellmann doug.hellm...@dreamhost.comwrote: The assert ones do seem to fit the best practices as I understand them, but I suspect there's going to be quite a bit of work to get projects compliant. I've seen some work being done on that already, but I

Re: [openstack-dev] [nova] Question about addit log in nova-compute.log

2014-05-05 Thread Jay Pipes
On 05/05/2014 04:19 PM, Jiang, Yunhong wrote: -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: Monday, May 05, 2014 9:50 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] Question about addit log in nova-compute.log On 05/04/2014 11:09 PM,

Re: [openstack-dev] [Horizon] Accessibility

2014-05-05 Thread Douglas Fish
Great article Liz! Verifying contrast ratios is another aspect of ensuring accessibility. I've added the link you shared to the accessibility wiki. Doug Fish From: Liz Blanchard lsure...@redhat.com To: OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] Introducing Project Graffiti

2014-05-05 Thread Angus Salkeld
On 05/05/14 20:26 +, Tripp, Travis S wrote: Hello Everybody, A challenge we've experienced with using OpenStack is discovering, sharing, and correlating metadata across services and different types of resources. We believe this affects both end users and administrators. Hi This seems

Re: [openstack-dev] [trove] Request for transparent Gerrit approval process

2014-05-05 Thread Nikhil Manchanda
Hi Mat: Some answers, and my perspective, are inline: Lowery, Mathew writes: As a non-core, I would like to understand the process by which core prioritizes Gerrit changes. I'm not aware of any standard process used by all core reviewers to prioritize reviewing changes in Gerrit. My

Re: [openstack-dev] [neutron] Design Summit Sessions

2014-05-05 Thread Tina TSOU
Dear Kyle, Thanks for leading this. We filed a BP per new process https://blueprints.launchpad.net/neutron/+spec/scaling-network-performance Hope we can have a talk in the Pod area. Thank you, Tina On Apr 25, 2014, at 9:19 PM, Kyle Mestery

[openstack-dev] [gantt] scheduler sub-group meeting agenda 5/6

2014-05-05 Thread Dugger, Donald D
Unfortunately, I'll be on a plane this week (traveling to my daughter's college graduation) so, again, if people want to hand out on the IRC channel (#openstack-meeting at 1500 UTC) the list of things I wanted to go over was: 1) Go over action items from last week 2) Status on forklift efforts

[openstack-dev] Openstack access with Java SDKs

2014-05-05 Thread Vikas Kokare
I am looking for a standard, seamless way to access OpenStack APIs , most likely using the Java SDKs that are summarized at https://wiki.openstack.org/wiki/SDKs#Software_Development_Kits There are various distributions of Openstack available today. Is this possible using these SDK's to write an

Re: [openstack-dev] [nova][olso] How is the trusted message going on?

2014-05-05 Thread Nathan Kinder
On 05/05/2014 03:29 PM, Jiang, Yunhong wrote: Hi, all The trusted messaging (https://blueprints.launchpad.net/oslo.messaging/+spec/trusted-messaging) has been removed from icehouse, does anyone know how is current status? I noticed a summit session may cover it (

Re: [openstack-dev] [Openstack-dev][qa] Running tempest tests against existing openstack installation

2014-05-05 Thread Swapnil Kulkarni
David, Thanks for the reply. the configurations were misplaced in the automation. Once corrected I am able to use. On Mon, May 5, 2014 at 6:56 PM, David Kranz dkr...@redhat.com wrote: On 05/05/2014 02:26 AM, Swapnil Kulkarni wrote: Hello, I am trying to run tempest tests against an

[openstack-dev] Algorithm for Virtual machine assignment.

2014-05-05 Thread Hammad Haleem
Hello Folks, This is Hammad, a Computer Science student from India. I was working on this project that aim to make VM assignment more efficient. By VM assigment, what I mean is, As soon as a request for new virtual machine creation comes to the Openstack platforms how the platform handles the

Re: [openstack-dev] Algorithm for Virtual machine assignment.

2014-05-05 Thread Joshua Harlow
U probably want to start by looking @ http://docs.openstack.org/trunk/config-reference/content/section_compute-scheduler.html The code is @ https://github.com/openstack/nova/tree/master/nova/scheduler Just fyi as long as u are talking about VM's the above will be correct, if u are talking

Re: [openstack-dev] Algorithm for Virtual machine assignment.

2014-05-05 Thread Hammad Haleem
Thanks for quick reply. On 6 May 2014 09:47, Joshua Harlow harlo...@yahoo-inc.com wrote: U probably want to start by looking @ http://docs.openstack.org/trunk/config-reference/content/section_compute-scheduler.html The code is @ https://github.com/openstack/nova/tree/master/nova/scheduler

Re: [openstack-dev] [gantt] scheduler sub-group meeting agenda 5/6

2014-05-05 Thread Sylvain Bauza
Congrats to your daughter, Don ! I'll chair this week meeting, no worries. -Sylvain Le 6 mai 2014 04:46, Dugger, Donald D donald.d.dug...@intel.com a écrit : Unfortunately, I'll be on a plane this week (traveling to my daughter's college graduation) so, again, if people want to hand out on

Re: [openstack-dev] Introducing Project Graffiti

2014-05-05 Thread Tripp, Travis S
Hi Angus, This seems neat, but also seems to have some overlap with glance's new catalog and some of the things Murano are doing. Have you had a look at those efforts? Thanks! We have been keeping an eye on the Glance work and the Murano work, and your email reminded me to catch back up on

[openstack-dev] Fuel

2014-05-05 Thread Tizy Ninan
Hi We are trying to integrate the openstack setup with the Microsoft Active Directory(LDAP server). As per openstack documentation, http://docs.openstack.org/admin-guide-cloud/content/configuring-keystone-for-ldap-backend.html in order to integrate with an LDAP server, an SELinux Boolean

[openstack-dev] q-agt error

2014-05-05 Thread sonia verma
Hi all I want to boot VM from openstack dashboard onto compute node using devstack.When I'm booting VM from opensatck dashboard onto compute node,the VM status is stuck at 'SPAWNING' and never changes to 'ACTIVE'. I'm also able to get tap interface of the VM onto compute node.I'm getting