[openstack-dev] running VM manually using openstack

2014-05-13 Thread sonia verma
HI I have install openstack using devstack.I'm using multinode setup with one controller node and one compute node.I'm able to launch VM from openstack dashboard onto the controller node. At the controller node when i do ps -ef | grep nova,the following appears.. ps -ef | grep nova root 79

[openstack-dev] Solum Demo@Summit

2014-05-13 Thread Roshan Agrawal
Interested in a sneak peak at Solum? Hop over for a VBrownBag demo tomorrow (Wednesday) at the Summit Room B207. What: Solum demo When: Wednesday 12:45 pm - 1:00 pm Where: Summit Room B207 You can also watch a 2 min clip of the demo @ http://vimeo.com/94905913 Thanks & Regards, Roshan Agrawal

Re: [openstack-dev] [oslo][db] oslo.db repository review request

2014-05-13 Thread Doug Hellmann
On Mon, May 12, 2014 at 8:35 AM, Victor Stinner wrote: > Hi, > > Le vendredi 18 avril 2014, 17:28:04 Victor Sergeyev a écrit : >> During Icehouse release cycle our team has been working on splitting of >> openstack common db code into a separate library blueprint [1]. At the >> moment the issues,

Re: [openstack-dev] [Fuel-dev] [Fuel][RabbitMQ] nova-compute stuck for a while (AMQP)

2014-05-13 Thread Bogdan Dobrelya
On 05/08/2014 02:22 PM, Bogdan Dobrelya wrote: > On 05/06/2014 10:42 PM, Roman Sokolkov wrote: >> Hello, fuelers. >> >> I'm using Fuel 4.1A + Havana in HA mode. >> >> I permanently observe (on other deployments also) issue with stuck >> "nova-compute" service. But i think problem is more fundamenta

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

2014-05-13 Thread Doug Hellmann
On Mon, May 12, 2014 at 3:25 PM, Roman Podoliaka wrote: > Hi all, > > Yes, once the oslo.db initial release is cut, we expect the migration > from using of its oslo-incubator version to a library one to be as > simple as following the steps you've mentioned. Though, we still need > to finish the s

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

2014-05-13 Thread Sami J. Mäkinen
Hello to all. I just created a document called neutron-ml2-mech-vmware-dvswitch.rst on a git repo clone from neutron-specs as instructed. My problem is, I just cannot submit my Contributor Agreement. I've tried Google Chrome and Firefox to no avail. The error message is always: *** Code Review -

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

2014-05-13 Thread Kuvaja, Erno
Hi Sami, There was discussion around this in IRC yesterday iirc. The process seems to be just broken. As this week is Atlanta Summit week, expect some delays on responses/getting it fixed. - Erno -Original Message- From: "Sami J. Mäkinen" [mailto:[email protected]] Sent: 13 May

Re: [openstack-dev] Hierarchical administrative boundary [keystone]

2014-05-13 Thread Allamaraju, Subbu
Hi Arvind, This seems to be covering one of the use cases listed by https://wiki.openstack.org/wiki/Blueprint-VPC. Others to isolate between VPCs include shared resources like networks, images, roles, and other configuration. Subbu On May 8, 2014, at 7:55 PM, Tiwari, Arvind wrote: > Hi All,

[openstack-dev] [mistral] Inviting everyone to design session at 2pm (B306)

2014-05-13 Thread Renat Akhmerov
I’m inviting everyone interested in Mistral (Workflow Service for OpenStack) to a design session today at 2pm (room B306). We’ll be talking about further Mistral development direction and it’s very important to gather as much feedback as possible. Session: http://junodesignsummit.sched.org/eve

[openstack-dev] [mistral] Inviting everyone to design session at 2pm (B306)

2014-05-13 Thread Renat Akhmerov
I’m inviting everyone interested in Mistral (Workflow Service for OpenStack) to a design session today at 2pm (room B306). We’ll be talking about further Mistral development direction and it’s very important to gather as much feedback as possible. Session: http://junodesignsummit.sched.org/eve

Re: [openstack-dev] [Neutron][LBaaS][FWaaS][VPNaaS] Advanced Services (particularly LBaaS) and Neutron

2014-05-13 Thread Eichberger, German
Hi, The pods are actually in level 2. Thanks, German From: Susanne Balle [mailto:[email protected]] Sent: Monday, May 12, 2014 11:45 AM To: OpenStack Development Mailing List (not for usage questions) Cc: Monty Taylor; Jay Pipes; Nachi Ueno; Sumit Naiksatam; Kyle Mestery; mmccl...@yahoo-inc

Re: [openstack-dev] [Nova] Hosts within two Availability Zones : possible or not ?

2014-05-13 Thread Meghal Gosalia
Is any discussion on this topic scheduled during the summit ? Thanks, Meghal On Apr 9, 2014, at 9:03 AM, Sylvain Bauza mailto:[email protected]>> wrote: 2014-04-07 23:11 GMT+02:00 Sylvain Bauza mailto:[email protected]>>: Hi Phil, 2014-04-07 18:48 GMT+02:00 Day, Phil mailto:

Re: [openstack-dev] running VM manually using openstack

2014-05-13 Thread James Penick
Hey Sonia,  Do the backing file and instance directory exist? "-drive file=/opt/stack/data/nova/instances/3765ec4d-48d0-4f0b-9f7d-2f73ee3a3852/disk" implies that both that directory exists and the instance image is contained within it.  -James On Tuesday, May 13, 2014 6:22 AM, sonia verma wrot

Re: [openstack-dev] Openstack access with Java SDKs

2014-05-13 Thread Matthew Farina
Vikas, That's a great question. I was on vacation so it took me a little time to respond. If you use the OpenStack provider in jclouds you should be able to work against OpenStack clouds from different providers. You won't have access to any proprietary extensions. The package that seems to be ge

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

2014-05-13 Thread Matt Riedemann
On 5/13/2014 7:35 AM, Doug Hellmann wrote: On Mon, May 12, 2014 at 3:25 PM, Roman Podoliaka wrote: Hi all, Yes, once the oslo.db initial release is cut, we expect the migration from using of its oslo-incubator version to a library one to be as simple as following the steps you've mentioned.

[openstack-dev] [Cinder] Question about response code of API

2014-05-13 Thread Trump.Zhang
Hi, all: I find a lot of methods in cinder.api.contrib.* return 202 code instead of 200, even when these methods only involve database operation, which are not async process. For example, cinder.api.contrib.types_extra_specs.\ VolumeTypeExtraSpecsController:delete, cinder.api.contrib.volume_a

Re: [openstack-dev] [Nova] Hosts within two Availability Zones : possible or not ?

2014-05-13 Thread Sylvain Bauza
There is a good talk happening today at 2pm @ room B.206 in a Breakout session : "Divide and conquer: Resource Segregation in OpenStack" (I'm sorry, I can't provide the sched.org link, site seems to be down) -Sylvain Le 13/05/2014 11:12, Meghal Gosalia a écrit : > Is any discussion on this topi

Re: [openstack-dev] [Neutron] Changing subnet tenant_id

2014-05-13 Thread André Aranha
Hello, I tried to change the tenant_id as admin, shouldn't it work? I'm using this to check if it really works, I depend on this for another feature. Thank you for the feedback, Andre Aranha On 12 May 2014 14:47, Fawad Khaliq wrote: > Hi Andre, > > You encountered a normal API operation. The

Re: [openstack-dev] [Fuel][HA][RabbitMQ] Rabbitmq-related HA issues

2014-05-13 Thread Vladimir Kuklin
Alexey Kornienko promised to give us an update. Alexey, do you have newer info? 12 мая 2014 г. 13:22 пользователь "Vladimir Kuklin" написал: > Guys, I suggest that we meet at Mirantis booth as it is in the same hall > with lunch > 12 мая 2014 г. 13:02 пользователь "Andrew Woodward" > написал: >

Re: [openstack-dev] [Fuel][HA][RabbitMQ] Rabbitmq-related HA issues

2014-05-13 Thread Alexei Kornienko
Hi, No good news from me now. I think I need to spend additional time to reproduce this issue. I've done some code research and it seems that problem may be related to how nova uses oslo.messaging library. P.S. I've seen a patch in fuel changing tcp_keepalive option and it says that it fixed the

Re: [openstack-dev] [Fuel][HA][RabbitMQ] Rabbitmq-related HA issues

2014-05-13 Thread Vladimir Kuklin
Alexey, could you link this particular change? I think, there is some miscommunication - it does not seem that keepalive patch helped a lot. On Tue, May 13, 2014 at 2:53 PM, Alexei Kornienko < [email protected]> wrote: > Hi, > > No good news from me now. > I think I need to spend additi

Re: [openstack-dev] [Fuel] useful deployment related talks

2014-05-13 Thread Vladimir Kuklin
Also puppet-openstack stuff is discussed here: https://etherpad.openstack.org/p/puppet-openstack-design On Mon, May 12, 2014 at 4:58 PM, Allamaraju, Subbu wrote: > We should perhaps clarify that these etherpads are about > deployment/operations of OpenStack discussed under > https://wiki.opens

[openstack-dev] [mistral][atlanta] Follow-up on Mistral design session

2014-05-13 Thread Renat Akhmerov
Thanks for joining Mistral design session today! I’m really glad to realize that so many people are interested in the project and it was so cool to answer your questions. We’re open to further discussions during the summit and afterwards. Please find us anytime in ML and IRC to ask addition que

Re: [openstack-dev] [sahara] Nominate Trevor McKay for sahara-core

2014-05-13 Thread Michael McCune
+1 - Original Message - > Hey folks, > > I'd like to nominate Trevor McKay (tmckay) for sahara-core. > > He is among the top reviewers of Sahara subprojects. Trevor is working > on Sahara full time since summer 2013 and is very familiar with > current codebase. His code contributions and

Re: [openstack-dev] [Neutron][FWaaS]Firewall Web Services Research Thesis Applicability to the OpenStack Project

2014-05-13 Thread Michael Grima
Sumit, I am in the process of wrapping up my thesis, and I would like to include a section about OpenStack. However, before doing so, I will need to gain a better understanding of the relationship between the Neutron Group Policy and FWaaS. Could you provide some background on how (if?) they are

Re: [openstack-dev] [sahara] Nominate Trevor McKay for sahara-core

2014-05-13 Thread Andrew Lazarev
+1 It will be good addition to the core team. Thanks, Andrew. On Mon, May 12, 2014 at 2:31 PM, Sergey Lukjanov wrote: > Hey folks, > > I'd like to nominate Trevor McKay (tmckay) for sahara-core. > > He is among the top reviewers of Sahara subprojects. Trevor is working > on Sahara full time

Re: [openstack-dev] [Heat] [Murano] [Solum] [TC] agenda for cross-project session - how to handle app lifecycle ?

2014-05-13 Thread Ruslan Kamaldinov
On Sat, May 10, 2014 at 7:02 AM, Ruslan Kamaldinov wrote: > I'd like to propose the following agenda for cross-project session > "Solum, Murano, Heat: how to handle app lifecycle?": > > A number of projects are looking at going up the stack and handle application > workload lifecycle management. T

[openstack-dev] Scaling Network Performance for Large Clouds: Thursday May 15th at 10:30-11am in the developer lounge at 3rd floor

2014-05-13 Thread Tina TSOU
Dear Stackers, We are setting up a meeting to discuss Scaling Network Performance for Large Clouds. There are already cases from eBay, Yahoo and Huawei customers. Here is related BP: https://blueprints.launchpad.net/neutron/+spec/scaling-network-perform The meeting is planned for:

Re: [openstack-dev] Hierarchical administrative boundary [keystone]

2014-05-13 Thread joehuang
Hi All, Totally agree with Allamaraju. Only hierarchical administrative boundary is not enough, the definition of internal network architecture within one domain is very important. The networking among projects in one domain could be isolated or not, the access to external network may be not o

Re: [openstack-dev] Heat SoftwareConfig and SoftwareDevelopment

2014-05-13 Thread Qiming Teng
On Mon, May 12, 2014 at 08:56:22AM +, LIU Casper A wrote: > Hello dear Heat Developers, > > I am Casper Liu from Alcatel-Lucent. I am doing a project based on > Heat(Icehouse), and have questions about Heat SoftwareConfig and > SoftwareDevelopment resources. > > Your reply would be highly a

[openstack-dev] Multiple instances of Keystone

2014-05-13 Thread Aniruddha Singh Gautam
Hi, Hope you are doing well... I was working on trying to apply the patch for running multiple instance of Keystone. Somehow it does not work with following errors, I wish to still debug it further, but thought that I will check with you if you can provide some quick help. I was following http

Re: [openstack-dev] Fuel

2014-05-13 Thread Tizy Ninan
Hi, Thanks for the reply. The SELinux boolean variable authlogin_nsswitch_use_ldap is not available in the list of booleans. So, how do I manually add the boolean? This boolean is required to be set to enable ldap authentication. Thanks, Tizy On Fri, May 9, 2014 at 8:52 AM, Adam Young wrote: