Re: [openstack-dev] [Heat] heat is not present in keystone service-list

2014-04-08 Thread Steven Dake
On 04/08/2014 07:00 AM, Peeyush Gupta wrote: Hi all, I have been trying to install heat with devstack. As shown here http://docs.openstack.org/developer/heat/getting_started/on_devstack.html I added the IMAGE_URLS to the locarc file. Then I ran unstack.sh and then stack.sh. Now, when I run

Re: [openstack-dev] [oslo] run tests using testr on Python 3

2014-04-08 Thread Ben Nemec
On 04/08/2014 08:12 AM, victor stinner wrote: Hi, Olso Incubator runs tests using testr on Python 2, but it uses nosetests on Python 3 to only run a subset of the test suite (modules and tests ported to Python 3). In my latest patch for Oslo Incubator (gettext), Ben Nemec wrote: I think we

[openstack-dev] [nova][cinder] create server from a volume snapshot, 180 reties is sufficient?

2014-04-08 Thread Lingxian Kong
hi there: According to the patch https://review.openstack.org/#/c/80619/, Nova will wait for volume creation for 180s, the config option is rejected by Russell and Nikola. But the reason I raise it up is, we found the server creation failed due to timeout in our deployment, with LVM as Cinder

Re: [openstack-dev] [Neutron][IPv6] Agenda for tomorrow - please add topics

2014-04-08 Thread Salvatore Orlando
Xuhan, Sean and others. As stated in the commit message and bug, this is a temporary measure to avoid making ra_mode and ipv6_address_mode consumable in the icehouse release. I made this move because https://review.openstack.org/#/c/70649/ did not land in Icehouse, and that was needed to make

Re: [openstack-dev] [Ironic] March core team review

2014-04-08 Thread Maksym Lobur
Nice! Definitely +1 for each :) Best regards, Max Lobur, Python Developer, Mirantis, Inc. Mobile: +38 (093) 665 14 28 Skype: max_lobur 38, Lenina ave. Kharkov, Ukraine www.mirantis.com www.mirantis.ru On Tue, Apr 8, 2014 at 6:37 PM, Roman Prykhodchenko rprikhodche...@mirantis.com wrote: +1

Re: [openstack-dev] [nova][cinder] create server from a volume snapshot, 180 reties is sufficient?

2014-04-08 Thread Swartzlander, Ben
Options may be bad, but hardcoded values chosen arbitrarily are worse. Unless someone can justify why the value needs to be 180 and not 179 or 181 then it should be configurable. That's my opinion at any rate. -Ben From: Lingxian Kong [mailto:anlin.k...@gmail.com] Sent: Tuesday, April 08,

Re: [openstack-dev] [OpenStack-Infra][Ceilometer][MagnetoDB] HBase database in devstack

2014-04-08 Thread Nadya Privalova
Hi, Yep, it would be great to have HBase installed on gating for Ceilometer. Now we use self-written mocked HBase to test functionality. But HBase backend is becoming more complex and it's really hard to add 'new features' in mocked HBase. Hortonworks is the main and the largest contributor in

Re: [openstack-dev] [oslo] Split Oslo Incubator?

2014-04-08 Thread Victor Stinner
Hi, Le mardi 8 avril 2014, 10:05:31 Doug Hellmann a écrit : The openstack.common module also known as Oslo Incubator or OpenStack Common Libraries has 44 dependencies. IMO we reach a point where it became too huge. Would it be possible to split it into smaller parts and distribute it on

Re: [openstack-dev] Hyper-V meeting canceled for today.

2014-04-08 Thread Russell Bryant
On 04/08/2014 11:08 AM, Peter Pouliot wrote: Hi Everyone, Individuals are travelling this week and therefore will need to postpone the Hyper-V discussion until next week. I just have one request for you guys. I added an entry for Hyper-V on the Icehouse release notes. Please let me

Re: [openstack-dev] [nova] Question about modifying instance attribute(such as cpu-QoS, disk-QoS ) without shutdown the instance

2014-04-08 Thread Trump.Zhang
Such as QoS attributes of vCPU, Memory and Disk, including IOPS limit, Bandwidth limit, etc. 2014-04-08 23:04 GMT+08:00 Jay Pipes jaypi...@gmail.com: On Tue, 2014-04-08 at 08:30 +, Zhangleiqiang (Trump) wrote: Hi, Stackers, For Amazon, after calling ModifyInstanceAttribute API

Re: [openstack-dev] [Infra] How to solve the cgit repository browser line number misalignment in Chrome

2014-04-08 Thread Jay Faulkner
This is wonderful, thanks a bunch! It looks great on my box. -Jay Faulkner On 4/7/14, 6:23 PM, Zhongyue Luo wrote: Hi, I know I'm not the only person who had this problem so here's two simple steps to get the lines and line numbers aligned. 1. Install the stylebot extension

Re: [openstack-dev] [keystone] event notifications issue

2014-04-08 Thread Nader Lahouti
Resending the question: Can someone please point me to a document/code in order to get keystone notification with the latest keystone code. Appreciate your help. On Sun, Apr 6, 2014 at 4:13 PM, Nader Lahouti nader.laho...@gmail.comwrote: Hi All, I was able to get keystone notification when

Re: [openstack-dev] [OpenStack-Infra][Ceilometer][MagnetoDB] HBase database in devstack

2014-04-08 Thread Sean Dague
I think it's important to understand what we mean by stable in the gate. It means that the end point is 99.% available. And that it's up or down status is largely under our control. Things that are not stable by this definition which we've moved away from for the gate: * github.com - one of

Re: [openstack-dev] [oslo] Split Oslo Incubator?

2014-04-08 Thread Ben Nemec
On 04/08/2014 11:24 AM, Victor Stinner wrote: Hi, Le mardi 8 avril 2014, 10:05:31 Doug Hellmann a écrit : The openstack.common module also known as Oslo Incubator or OpenStack Common Libraries has 44 dependencies. IMO we reach a point where it became too huge. Would it be possible to split it

Re: [openstack-dev] [Ironic] March core team review

2014-04-08 Thread Chris K
+1 for all. Each has demonstrated a good understanding of the project and its goals. Chris On Apr 8, 2014 9:31 AM, Devananda van der Veen devananda@gmail.com wrote: As March has come to a close, and Juno is open for development, I would like to look at our review stats and see if the core

Re: [openstack-dev] [Heat] heat is not present in keystone service-list

2014-04-08 Thread Jay Dobies
For what it's worth, I have a fresh devstack installation from about a week ago and I have two Heat services registered without any extra steps. On 04/08/2014 11:44 AM, Steven Dake wrote: On 04/08/2014 07:00 AM, Peeyush Gupta wrote: Hi all, I have been trying to install heat with devstack.

Re: [openstack-dev] [heat] [nova] How should a holistic scheduler relate to Heat?

2014-04-08 Thread Mike Spreitzer
Let me add one more thing: Now let us consider how to evolve the Nova API so that a server- group can be scheduled holistically. That is, we want to enable the scheduler to look at both the group's policies and its membership, all at once, and make a joint decision about how to place all

Re: [openstack-dev] [TripleO] config options, defaults, oh my!

2014-04-08 Thread Clint Byrum
Excerpts from Jay Dobies's message of 2014-04-08 06:40:07 -0700: I'm very wary of trying to make the decision in TripleO of what should and shouldn't be configurable in some other project.For sure the number of config options in Nova is a problem, and one that's been discussed many

Re: [openstack-dev] [Neutron][Heat] The Neutron API and orchestration

2014-04-08 Thread Zane Bitter
On 07/04/14 21:52, Kevin Benton wrote: I will just provide a few quick points of clarity. Instinctively, I want a Subnet to be something like a virtual VLAN� That's what a network is. The network is the broadcast domain. That's why you attach ports to the network. The subnet is just blocks of

Re: [openstack-dev] [Ironic][Agent]

2014-04-08 Thread Matt Wagner
On 08/04/14 14:04 +0400, Vladimir Kozhukalov wrote: snip 0) There are a plenty of old hardware which does not have IPMI/ILO at all. How Ironic is supposed to power them off and on? Ssh? But Ironic is not supposed to interact with host OS. I'm more accustomed to using PDUs for this type of

Re: [openstack-dev] [keystone] event notifications issue

2014-04-08 Thread Solly Ross
Hi Nader, I ran into some issues the other day with Keystone notifications. Make sure that you have (in both Keystone and the receiving project) the following configuration options set: - rpc_backend (should be rabbit, qpid, etc) - appropriate rpc backend config options (e.g. for rabbit,

Re: [openstack-dev] [nova][cinder] create server from a volume snapshot, 180 reties is sufficient?

2014-04-08 Thread Solly Ross
I think some of the objections to such patches were based on the fact that this is really just a shortcut for two separate operations: create a volume from a Glance image, and then boot off of that image. Instead of monkey-patching it, we should either figure out a way to dynamically configure

Re: [openstack-dev] [oslo] Split Oslo Incubator?

2014-04-08 Thread Joshua Harlow
Another interesting question, is do we have connections or good relations with the projects that we should work with for some of this code. The monotime one is a good example, its apache licensed, but the last release was on 2012 (so it might be dead?).

Re: [openstack-dev] [Ironic][Agent]

2014-04-08 Thread Clint Byrum
Excerpts from Vladimir Kozhukalov's message of 2014-04-08 03:04:38 -0700: Guys, thank you very much for your comments, I thought a lot about why we need to be so limited in IPA use cases. Now it much clearer for me. Indeed, having some kind of agent running inside host OS is not what many

Re: [openstack-dev] [keystone] event notifications issue

2014-04-08 Thread Nader Lahouti
Thanks a lot Solly for your quick response and help. After setting the roc_backend and notification_driver I can see the events. Regards, Nader. On Tue, Apr 8, 2014 at 10:49 AM, Solly Ross sr...@redhat.com wrote: Hi Nader, I ran into some issues the other day with Keystone notifications.

Re: [openstack-dev] [Ironic][Agent]

2014-04-08 Thread Josh Gachnang
I'm more accustomed to using PDUs for this type of thing. I.e., a power strip you can ssh into or hit via a web API to toggle power to individual ports. Machines are configured to power up on power restore, plus PXE boot. You have less control than with IPMI -- all you can do is toggle power

Re: [openstack-dev] [Neutron] DHCP address being SNAT by L3 agent

2014-04-08 Thread Mark McClain
On Apr 8, 2014, at 3:58 AM, Xuhan Peng pengxu...@gmail.com wrote: Hi Neutron stackers, I have a question about how to fix the problem of DHCP port address being SNAT by L3 agent. I have my neutron DHCP agent and L3 agent running on the same network node, and I disabled namespace

Re: [openstack-dev] [oslo] Split Oslo Incubator?

2014-04-08 Thread Doug Hellmann
On Tue, Apr 8, 2014 at 12:24 PM, Victor Stinner victor.stin...@enovance.com wrote: Hi, Le mardi 8 avril 2014, 10:05:31 Doug Hellmann a écrit : The openstack.common module also known as Oslo Incubator or OpenStack Common Libraries has 44 dependencies. IMO we reach a point where it became

Re: [openstack-dev] [oslo] Split Oslo Incubator?

2014-04-08 Thread Doug Hellmann
On Tue, Apr 8, 2014 at 2:02 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Another interesting question, is do we have connections or good relations with the projects that we should work with for some of this code. The monotime one is a good example, its apache licensed, but the last release

Re: [openstack-dev] [heat] [nova] How should a holistic scheduler relate to Heat?

2014-04-08 Thread Chris Friesen
On 04/04/2014 12:42 AM, Mike Spreitzer wrote: Now let us consider how to evolve the Nova API so that a server-group can be scheduled holistically. That is, we want to enable the scheduler to look at both the group's policies and its membership, all at once, and make a joint decision about how

Re: [openstack-dev] [infra]Requesting consideration of httmock package for test-requirements in Juno

2014-04-08 Thread Jamie Lennox
- Original Message - From: Paul Michali (pcm) p...@cisco.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Cc: jamielen...@gmail.com Sent: Wednesday, April 9, 2014 12:09:58 AM Subject: [openstack-dev] [infra]Requesting

Re: [openstack-dev] [heat] [nova] How should a holistic scheduler relate to Heat?

2014-04-08 Thread Chris Friesen
On 04/08/2014 11:27 AM, Mike Spreitzer wrote: There really should be one more step in that flow. Consider a create scenario. In general, as the client makes the calls to create individual resources: some will succeed, some will fail (some in ways that make it clear the capacity will not be

[openstack-dev] [Horizon] [Ceilometer] Icehouse RC2 available

2014-04-08 Thread Thierry Carrez
Hello everyone, Due to various release-critical issues detected in Horizon and Ceilometer icehouse RC1 (including a security fix in Horizon), new release candidates were just generated. You can find lists of the bugs fixed and links to the RC2 source tarballs at:

Re: [openstack-dev] [TripleO] reviewer update march [additional cores]

2014-04-08 Thread Jay Dobies
On 04/07/2014 07:50 PM, Robert Collins wrote: tl;dr: 3 more core members to propose: bnemec greghaynes jdon I'm comfortable with committing to at least 3 reviews a day and promise to wield the awesome power of +2 responsibly. I appreciate being nominated :) On 4 April 2014 08:55, Chris

Re: [openstack-dev] [TripleO] reviewer update march [additional cores]

2014-04-08 Thread Gregory Haynes
On Tue, Apr 8, 2014, at 12:30 PM, Jay Dobies wrote: On 04/07/2014 07:50 PM, Robert Collins wrote: tl;dr: 3 more core members to propose: bnemec greghaynes jdon I'm comfortable with committing to at least 3 reviews a day and promise to wield the awesome power of +2 responsibly. I

Re: [openstack-dev] [Ironic][Agent]

2014-04-08 Thread Jay Faulkner
Comments inline. On 4/8/14, 11:16 AM, Josh Gachnang wrote: I'm more accustomed to using PDUs for this type of thing. I.e., a power strip you can ssh into or hit via a web API to toggle power to individual ports. Machines are configured to power up on power restore, plus PXE

[openstack-dev] [sahara][dev-env]

2014-04-08 Thread Robert Nettleton
Hi All, I’ve run into an odd problem while trying to setup a local Sahara dev env on my Mac. Some earlier DB-related problems I noticed a while back appear to be fixed, but when I try to run the pep8 checks locally, I get the following error: HW10578:sahara$ !517 tox -e pep8 diff:

Re: [openstack-dev] [nova][cinder] create server from a volume snapshot, 180 reties is sufficient?

2014-04-08 Thread Mike Perez
On 23:58 Tue 08 Apr , Lingxian Kong wrote: hi there: According to the patch https://review.openstack.org/#/c/80619/, Nova will wait for volume creation for 180s, the config option is rejected by Russell and Nikola. But the reason I raise it up is, we found the server creation failed due

Re: [openstack-dev] [sahara][dev-env]

2014-04-08 Thread Sergey Lukjanov
Hey Bob, it's a known issue of config sample check script, it's not working on OS X. You can find details and workaround here - http://lists.openstack.org/pipermail/openstack-dev/2014-February/027618.html On Tue, Apr 8, 2014 at 11:57 PM, Robert Nettleton rnettle...@hortonworks.com wrote: Hi

[openstack-dev] etherpad to track Gant (scheduler) sessions at the Juno summit

2014-04-08 Thread Dugger, Donald D
As promised at the Gantt meeting today I've created an etherpad we can use to keep track of scheduler related sessions at the Juno summit. (I've made the name of the pad generic so we can re-use that pad for follow on summits and not have to change any wiki links):

Re: [openstack-dev] [nova][cinder] create server from a volume snapshot, 180 reties is sufficient?

2014-04-08 Thread Solly Ross
Is there a blueprint for using this for Cinder-Nova interaction? Best Regards, Solly Ross - Original Message - From: Mike Perez thin...@gmail.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Tuesday, April 8, 2014 3:58:31 PM

Re: [openstack-dev] [sahara][dev-env]

2014-04-08 Thread Robert Nettleton
Hi Sergey, Thanks for the link! I actually had the gnu-getopts package installed, but did not have my path setup correctly. Once I did that, things worked fine. Thanks again! Bob On Apr 8, 2014, at 4:03 PM, Sergey Lukjanov slukja...@mirantis.com wrote: Hey Bob, it's a known issue of

Re: [openstack-dev] [TripleO] reviewer update march [additional cores]

2014-04-08 Thread Ben Nemec
On 04/08/2014 02:47 PM, Gregory Haynes wrote: On Tue, Apr 8, 2014, at 12:30 PM, Jay Dobies wrote: On 04/07/2014 07:50 PM, Robert Collins wrote: tl;dr: 3 more core members to propose: bnemec greghaynes jdon I'm comfortable with committing to at least 3 reviews a day and promise to wield the

Re: [openstack-dev] [TripleO] reviewer update march [additional cores]

2014-04-08 Thread Dan Prince
- Original Message - From: Robert Collins robe...@robertcollins.net To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Monday, April 7, 2014 7:50:57 PM Subject: Re: [openstack-dev] [TripleO] reviewer update march [additional

Re: [openstack-dev] [infra]Requesting consideration of httmock package for test-requirements in Juno

2014-04-08 Thread Paul Michali (pcm)
On Apr 8, 2014, at 3:04 PM, Jamie Lennox jamielen...@redhat.commailto:jamielen...@redhat.com wrote: - Original Message - From: Paul Michali (pcm) p...@cisco.commailto:p...@cisco.com To: OpenStack Development Mailing List (not for usage questions)

[openstack-dev] [neutron] alembic migration not working? specifically in regards to ml2_port_bindings table

2014-04-08 Thread Paul Ward
Is anyone else out there seeing failures that appear to be because alembic is not upgrading db tables in neutron? I'm seeing, on an upgrade, that ml2_port_bindings is not being updated to remove column cap_port_filter or add columns vnic_type, profile, or vif_details, I'm also seeing the

Re: [openstack-dev] etherpad to track Gant (scheduler) sessions at the Juno summit

2014-04-08 Thread Alex Glikson
It seems that there are also issues around scheduling in environments that comprise non-flat/homogeneous groups of hosts. Perhaps, related to 'clustered hypervisor support in Nova' proposal ( http://summit.openstack.org/cfp/details/145). Not sure whether we need a separate slot for this or not

Re: [openstack-dev] [Ironic][Agent]

2014-04-08 Thread Ezra Silvera
Vladimir Kozhukalov vkozhuka...@mirantis.com wrote on 08/04/2014 01:04:38 PM: 1) We agreed that Ironic is that place where we can store hardware info ('extra' field in node model). But many modern hardware configurations support hot pluggable hard drives, CPUs, and even memory. How

Re: [openstack-dev] [neutron] alembic migration not working? specifically in regards to ml2_port_bindings table

2014-04-08 Thread Itzik Brown
Hi, Have you looked at https://github.com/openstack/neutron/blob/master/neutron/db/migration/README ? Itzik On 08/04/2014 23:41, Paul Ward wrote: Is anyone else out there seeing failures that appear to be because alembic is not upgrading db tables in neutron? I'm seeing, on an upgrade,

[openstack-dev] Launch VM fails on Compute when VXLAN ML2 type driver is used

2014-04-08 Thread Padmanabhan Krishnan
Hello, I have two Openstack nodes (controller Compute and a Compute). VM's are getting launched fine on the node that also acts as the controller. But, the VM's that are scheduled on the compute node seems to go to error state. I am running Icehouse version and my ML2 type driver is VXLAN. I

Re: [openstack-dev] Operators Design Summit ideas for Atlanta

2014-04-08 Thread Alan Kavanagh
Hi Steve I believe this is a good idea, and what would also be good is to get input from the Telco Cloud Providers who run and view networks much differently that the traditional enterprise/hosting companies and the type of services and Configuration Deployment models are very differently.

[openstack-dev] [TripleO][reviewers] passthru config option - priority

2014-04-08 Thread Robert Collins
We had a long chat about this in the meeting today. we had rough consensus on the following path of action - we'll put together a quick-but-effective config passthrough mechanism, with a goal of landing it in the next few days - it needs to handle tie and tht - we need a pass through vector

[openstack-dev] [Neutron] API list operations are not fast as they could because they're dumb

2014-04-08 Thread Salvatore Orlando
I have been recently investigating reports of slowness for list responses in the Neutron API. This was first reported in [1], and then recently was observed with both the ML2 and the NSX plugins. The root cause of this issues is that a policy engine check is performed for every attribute of every

Re: [openstack-dev] etherpad to track Gant (scheduler) sessions at the Juno summit

2014-04-08 Thread Dugger, Donald D
Well, if you think this subject would be appropriate for the current session on `Future of Gantt APIs and interface' then we can discuss it there. Otherwise it might make sense to propose a separate session. Also, if we get enough short session proposals we can create one big roll up session.

Re: [openstack-dev] [TripleO][reviewers] passthru config option - priority

2014-04-08 Thread Steve Baker
On 09/04/14 10:09, Robert Collins wrote: We had a long chat about this in the meeting today. we had rough consensus on the following path of action - we'll put together a quick-but-effective config passthrough mechanism, with a goal of landing it in the next few days - it needs to handle

[openstack-dev] heartbleed

2014-04-08 Thread Aryeh Friedman
What components (if any) are vulnerable to heartbleed? -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] Operators Design Summit ideas for Atlanta

2014-04-08 Thread Alan Kavanagh
This is a really good initiative Tom, and from an ops perspective the main frustration we have is on the Neutron side and also on lack to Tool support. Alan -Original Message- From: Tom Fifield [mailto:t...@openstack.org] Sent: April-06-14 10:23 PM To: openstack-dev@lists.openstack.org

Re: [openstack-dev] [Neutron] Security Group logging

2014-04-08 Thread Salvatore Orlando
Auditing has been discussed for the firewall extension. However, it is reasonable to expect some form of auditing for security group rules as well. To the best of my knowledge there has never been an explicit decision to not support logging. However, my guess here is that we might be better off

Re: [openstack-dev] [Infra] How to solve the cgit repository browser line number misalignment in Chrome

2014-04-08 Thread Zhongyue Luo
Do you happen to know where the repo for cgit is? I'll submit a patch adding font and font size. On Apr 8, 2014 10:24 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: Maybe those changes should be added to our cgit stylesheet? Doug On Mon, Apr 7, 2014 at 9:23 PM, Zhongyue Luo

Re: [openstack-dev] [Nova][Trove] Managed Instances Feature

2014-04-08 Thread Hopper, Justin
Hi Phil, I spent some time this afternoon looking this over and testing it out. Currently Trove does have “admim” role in Nova (per Devstack) and there is a Trove-Admin API that currently requires this. I suppose this level of authority may be overreaching in certain deployments. If so then a

[openstack-dev] [Ironic] Merging the agent driver

2014-04-08 Thread Jim Rollenhagen
Hi all, As Deva requested, our team put up a merge request for the IPA driver (https://review.openstack.org/#/c/84795/) as soon as Juno opened. We’ve continued to update this patch and iterate on the agent model. We are doing our best not to get too far ahead of master, but we also want to get

Re: [openstack-dev] [neutron] alembic migration not working? specifically in regards to ml2_port_bindings table

2014-04-08 Thread Paul Ward
My apologies, I didn't see that README. Looks like we need to explicitly call the migration as part of our upgrade path. Thanks for pointing that out! Itzik Brown itz...@dev.mellanox.co.il wrote on 04/08/2014 04:06:32 PM: From: Itzik Brown itz...@dev.mellanox.co.il To: OpenStack

Re: [openstack-dev] [Fuel][Neutron] Networking Discussions last week

2014-04-08 Thread Mike Scherbakov
Looks like it falls into two parts: Fuel Neutron requirements. Use case, as far as I understand, is following: user doesn't have one large range of publicly routable IP addresses for environment, and has multiple L3 ranges instead. So for Fuel it means: 1. We should not waste public IPs for

Re: [openstack-dev] [infra] Meeting Tuesday April 8th at 19:00 UTC

2014-04-08 Thread Elizabeth Krumbach Joseph
On Mon, Apr 7, 2014 at 10:20 AM, Elizabeth Krumbach Joseph l...@princessleia.com wrote: Hi everyone, The OpenStack Infrastructure (Infra) team is hosting our weekly meeting tomorrow, Tuesday April 8th, at 19:00 UTC in #openstack-meeting Meeting minutes and log here: Minutes:

Re: [openstack-dev] [nova][cinder] create server from a volume snapshot, 180 reties is sufficient?

2014-04-08 Thread Lingxian Kong
yes, the bp also make sense to nova-cinder interaction, may I submmit a blueprint about that? Any comments? 2014-04-09 3:58 GMT+08:00 Mike Perez thin...@gmail.com: On 23:58 Tue 08 Apr , Lingxian Kong wrote: hi there: According to the patch https://review.openstack.org/#/c/80619/,

Re: [openstack-dev] Session suggestions for the Juno Design Summit now open

2014-04-08 Thread Tina TSOU
Dear all, Below is our proposal. Look forward to your feedback. -- Description This session focuses on how to improve networking performance at large scale deployment. For example - having many VMs, thousands to tens of thousands, in a single data center - very heavy traffic

Re: [openstack-dev] [oslo] Some Thoughts on Log Message ID Generation Blueprint

2014-04-08 Thread Peng Wu
Thanks, I see. :-) On Tue, 2014-04-08 at 10:23 -0500, Ben Nemec wrote: On 04/07/2014 11:57 PM, Peng Wu wrote: Thanks for the comments. Maybe we could just search the English log. :-) Right, but the problem is that the English log is not guaranteed to remain the same. An (extremely

Re: [openstack-dev] [glance] Switching from sql_connection to [database] connection ?

2014-04-08 Thread Tom Fifield
Due to the lack of response, I'm proposing to switch the documentation back to using sql_connection. I hope there wasn't a plan to deprecate this option any time soon :) Regards, Tom On 02/04/14 10:22, Tom Fifield wrote: Since it's missed RC1, I'm guessing that this confusion to users

Re: [openstack-dev] [TripleO] reviewer update march [additional cores]

2014-04-08 Thread mar...@redhat.com
On 08/04/14 02:50, Robert Collins wrote: tl;dr: 3 more core members to propose: bnemec greghaynes jdon +1 On 4 April 2014 08:55, Chris Jones c...@tenshu.net wrote: Hi +1 for your proposed -core changes. Re your question about whether we should retroactively apply the 3-a-day rule

Re: [openstack-dev] [Cinder] Regarding manage_existing and unmanage

2014-04-08 Thread Deepak Shetty
On Tue, Apr 8, 2014 at 6:24 PM, Avishay Traeger avis...@stratoscale.comwrote: On Tue, Apr 8, 2014 at 9:17 AM, Deepak Shetty dpkshe...@gmail.com wrote: Hi List, I had few Qs on the implementation of manage_existing and unmanage API extns 1) For LVM case, it renames the lv.. isn't it

[Openstack] [Keystone] Icehouse RC2 available

2014-04-08 Thread Thierry Carrez
Hello everyone, Due to various release-critical issues detected in Keystone icehouse RC1, a new release candidate was just generated. You can find a list of the 8 bugs fixed and a link to the RC2 source tarball at: https://launchpad.net/keystone/icehouse/icehouse-rc2 Unless new release-critical

Re: [Openstack] [Keystone] Icehouse RC2 available

2014-04-08 Thread Frans Thamura
Hi all Anyone create binary repo for ubuntu ( i hear ubuntu is default for openstack dev) So, i can test it in binary and integration way F On Apr 8, 2014 4:03 PM, Thierry Carrez thie...@openstack.org wrote: Hello everyone, Due to various release-critical issues detected in Keystone

[Openstack] Storage Nodes

2014-04-08 Thread Ian Marshall
Hi All I am considering storage nodes for my small production deployment. I have rejected Ceph as I cant get confidence that performance will be Ok without SSD drives. I need to be able to boot from block storage, do live migrations and create snapshots which could be used to create new

Re: [Openstack] Storage Nodes

2014-04-08 Thread Darren Birkett
Hi Ian, Unless you're going to use SSD drives in your cinder-volume nodes, why do you expect to get any better performance out of this setup, versus a ceph cluster? If anything, performance would be worse since at least ceph has the ability to stripe access across many nodes, and therefore many

Re: [Openstack] Storage Nodes

2014-04-08 Thread Dmitri Maziuk
On 4/8/2014 7:05 AM, Darren Birkett wrote: Hi Ian, Unless you're going to use SSD drives in your cinder-volume nodes, why do you expect to get any better performance out of this setup, versus a ceph cluster? If anything, performance would be worse since at least ceph has the ability to

[Openstack] Rings:Changing the number of replicas of objects

2014-04-08 Thread Ashish Dobhal
Note:I am following the swift all in one installation on a single node. I want to change the number of replicas of my objects fom three to two.I tried but got the following error. http://paste.openstack.org/show/75331/ Please Reply Thanks ___ Mailing

Re: [Openstack] xenserver-core not working with openstack

2014-04-08 Thread Bob Ball
Hi Qin, This may be related to missing plugins in dom0 - check that you have the commit from https://review.openstack.org/#/c/81849/ Otherwise, please upload the relevant portions of the logs to paste.openstack.org Thanks, Bob From: Qin Jia

Re: [Openstack] Storage Nodes

2014-04-08 Thread Ian Marshall
Hi Darren Thanks for your reply, I was thinking of running the LVM based cinder volumes cross at least two nodes. This would be to at least stay with the unified storage rather than a SAN for block storage and object storage across a couple of servers or another SAN unit. Regards Ian Regards

[Openstack] [OSSA 2014-010] XSS in Horizon orchestration dashboard (CVE-2014-0157)

2014-04-08 Thread Tristan Cacqueray
OpenStack Security Advisory: 2014-010 CVE: CVE-2014-0157 Date: April 08, 2014 Title: XSS in Horizon orchestration dashboard Reporter: Cristian Fiorentino (Intel) Products: Horizon Versions: 2013.2 version up to 2013.2.3 Description: Cristian Fiorentino from Intel reported a vulnerability in

[Openstack] KVM qcow2 images?

2014-04-08 Thread Erich Weiler
Hi Y'all, I have what I hope is a very simple question. Under Openstack with CentOS 6.5 using KVM as my hypervisor, when I launch an instance on a compute node, what directory does the image get copied into? I suspect it's /var/lib/libvirt/qemu but I'm not sure, I'm not sure what I'm

Re: [Openstack] KVM qcow2 images?

2014-04-08 Thread Yury Tsarev
On 8 April 2014 19:13, Erich Weiler wei...@soe.ucsc.edu wrote: Hi Y'all, I have what I hope is a very simple question. Under Openstack with CentOS 6.5 using KVM as my hypervisor, when I launch an instance on a compute node, what directory does the image get copied into? I suspect it's

[Openstack] [Horizon] [Ceilometer] Icehouse RC2 available

2014-04-08 Thread Thierry Carrez
Hello everyone, Due to various release-critical issues detected in Horizon and Ceilometer icehouse RC1 (including a security fix in Horizon), new release candidates were just generated. You can find lists of the bugs fixed and links to the RC2 source tarballs at:

[Openstack] Cinder issues...

2014-04-08 Thread Erich Weiler
Hey Y'all, Thanks a bunch for all the help so far by the way - I'm nearly done with standing up my POC OpenStack system. This is Icehouse RDO on RedHat BTW. I'm hvaing this odd thing happening with cinder. In horizon, I can see the cinder volume storage and even create a volume, no

[Openstack] openstack and heartbleed

2014-04-08 Thread Aryeh Friedman
What parts of openstack (if any) are vulnerable to heartbleed? -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org

Re: [Openstack] openstack and heartbleed

2014-04-08 Thread Aryeh Friedman
Tried that and Havana was giving complaints about versions On Tue, Apr 8, 2014 at 7:14 PM, Clint Dilks cli...@waikato.ac.nz wrote: If your systems have a vulnerable OpenSSL implementation then on a running instance lsof | grep ssl is a good place to start. Or you could try updating

Re: [Openstack] openstack and heartbleed

2014-04-08 Thread Clint Dilks
If your systems have a vulnerable OpenSSL implementation then on a running instance lsof | grep ssl is a good place to start. Or you could try updating OpenSSL and the using lsof | grep -i ssl | grep -i del On Wed, Apr 9, 2014 at 10:49 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote: What

Re: [Openstack] Cinder issues...

2014-04-08 Thread Remo Mattei
I just found it force-delete Arg, I think I see the issue... I created my cinder endpoints to point to thew wrong internal hosts. I fixed the endpoints, but the volume still sits in Attaching state, so I can't touch it. Should I manually tweak mysql to fix this? I see: mysql

Re: [Openstack] Cinder issues...

2014-04-08 Thread Remo Mattei
you need to check your logs!! Whoops, I got too eager and tried to change the value to 'error'. Now I can't seem to do anything with nova or cinder... # nova list ERROR: attribute 'message' of 'exceptions.BaseException' objects (HTTP 500) # cinder list ERROR: attribute 'message' of

Re: [Openstack] Cinder issues...

2014-04-08 Thread Erich Weiler
Whoops, I got too eager and tried to change the value to 'error'. Now I can't seem to do anything with nova or cinder... # nova list ERROR: attribute 'message' of 'exceptions.BaseException' objects (HTTP 500) # cinder list ERROR: attribute 'message' of 'exceptions.BaseException' objects

[Openstack] [Glance] Running devstack with just Glance

2014-04-08 Thread Shrinand Javadekar
Hi, I want to run devstack with just Glance (and Keystone because Glance requires Keystone I guess). My localrc is pasted below. However, when stack.sh completes, I don't see glance running. I looked at the catalog returned by keystone and the only service reported by keystone is the identity

Re: [Openstack] [Glance] Running devstack with just Glance

2014-04-08 Thread John Griffith
Use enabled_services in your local.conf file, something like: ENABLED_SERVICES=g-api,g-reg,key Might work On Tue, Apr 8, 2014 at 5:49 PM, Shrinand Javadekar shrin...@maginatics.comwrote: Hi, I want to run devstack with just Glance (and Keystone because Glance requires Keystone I

[Openstack] Could not find Service or Region in Service Catalog.

2014-04-08 Thread August Simonelli
Hi all, I'm going through the install in the docs with Ubuntu 14.04 and Icehouse. I'm up to section 7, and am about to create my networks but this happens: # neutron net-create ext-net --shared --router:external=True Could not find Service or Region in Service Catalog. verbose:

[Openstack] [Solved] Re: Could not find Service or Region in Service Catalog.

2014-04-08 Thread August Simonelli
my mistake. I created the service with type neutron not network root@controller:~# keystone service-list +--+--+--++ |    id    |   name   |   type   |    description      |

<    1   2