Re: [Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (May 17th, 2012)

2012-05-18 Thread Nick Barcet
On 05/16/2012 08:44 PM, Nick Barcet wrote: Hi, The metering project team holds a weekly meeting in #openstack-meeting, Thursdays at 1600 UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome. Since we were not able to conclude on the API

[Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Nick Barcet
Hello everyone, Next week's irc meeting will have for goal to choose a reference messaging queue service for the ceilometer project. For this meeting to be able to be successful, a discussion on the choices that we have to make need to occur first right here. To open the discussion here are a

Re: [Openstack] [metering] example of discrete counter

2012-05-18 Thread Nick Barcet
On 05/17/2012 10:48 PM, Doug Hellmann wrote: I have added a row to the list of counters for discrete events such as uploading an image to glance [1]. Please let me know if you think I need more exposition to explain discrete counters. Doug [1]

Re: [Openstack] [metering] Do we need an API and storage?

2012-05-18 Thread Thierry Carrez
Doug Hellmann wrote: On Thu, May 17, 2012 at 5:47 AM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 05/17/2012 11:13 AM, Loic Dachary wrote: On 05/16/2012 11:00 PM, Francis J. Lacoste wrote: I'm now of the opinion that we exclude

Re: [Openstack] [Nova] Blueprint and core cleanup

2012-05-18 Thread Thierry Carrez
Vishvananda Ishaya wrote: *Core Cleanup* [...] If a former core member has time to start participating in reviews again, i think he should be able to review for a couple of weeks or two and send an email to the list saying, Hey, I've got time to review again, can I be added back in. If we

[Openstack] Multiple NOVA-INST-DIR/instances

2012-05-18 Thread Sergio Ariel de la Campa Saiz
Hi: Some days ago, I post a question about nova, but I did it in a wrong way. Thanks Igor, I hit me and now I rewrite the doubt: Is it possible to configurate more than one --instances_path in nova.conf in order to get more than one NOVA-INST-DIR/instances??? I have multiple two NFS server and

Re: [Openstack] [Openstack-operators] Multiple NOVA-INST-DIR/instances

2012-05-18 Thread Igor Laskovy
Hi Sergio, Maybe you can mount dedicated NFS share for each VM already inside NOVA-INST-DIR/instances directory ? And than you can control where each VM will resides. Igor Laskovy Kiev, Ukraine On May 18, 2012 12:43 PM, Sergio Ariel de la Campa Saiz saca...@gmv.com wrote: Hi: Some days ago,

[Openstack] BadRequest: Can not find requested image (HTTP 400)

2012-05-18 Thread Milind
Hi, I am getting error while executing following command. root@ucmaster:/home/milindx/mil# nova boot --image tty-linux --flavor m1.small --key_name test my-first-server ERROR: Can not find requested image (HTTP 400) Following information will help root@ucmaster:/home/milindx/mil# cat

Re: [Openstack] BadRequest: Can not find requested image (HTTP 400)

2012-05-18 Thread Razique Mahroua
Hi, it's weird, I remember someone having the same issue.Edit : herehttps://lists.launchpad.net/openstack/msg11742.htmlIt may be related to the bug ? Milind 18 mai 2012 13:46Hi,I am getting error while executing following command.root@ucmaster:/home/milindx/mil# nova boot

[Openstack] How to access an instance from Dashboard using VNC (password)?

2012-05-18 Thread Jorge Luiz Correa
Hi all, how we can access an instance using the dashboard and the VNC it provides? For example, if a common user creates an instance and click on VNC tab, he will be able to see a VNC console and login screen. How can he know the password? If the instance is created in command line with nova boot

Re: [Openstack] BadRequest: Can not find requested image (HTTP 400)

2012-05-18 Thread Milind
Is there any way to find out if image is exists with the help of glance command? I checked everything all parameters are properly configured in conf files. On Fri, May 18, 2012 at 5:19 PM, Razique Mahroua razique.mahr...@gmail.comwrote: Hi, it's weird, I remember someone having the same issue.

Re: [Openstack] [Dashboard] Can't access images/snapshots

2012-05-18 Thread Leander Bessa Beernaert
Ok, i've removed swift from the endpoints and services. Nova volumes is running with a 2GB file as volume on disk and the log files seem ok. However, i still keep getting this error for volume-list ( http://paste.openstack.org/show/17991/) and this error for snapshot-list (

Re: [Openstack] BadRequest: Can not find requested image (HTTP 400)

2012-05-18 Thread Vaze, Mandar
Milind, Nova boot command takes Image and Flavor IDs, not names Can you try nova boot -image 057f5695-7af5-4d42-ab17-2f0f36f99ee2 instead ? Similarly, you may need to use -flavor 2 instead of --flavor m1.small If you are interested in looking at code, see def do_boot in

Re: [Openstack] How to access an instance from Dashboard using VNC (password)?

2012-05-18 Thread Vaze, Mandar
Ø But, from inside dashboard, I couldn't find where to get a similar information. From Dashboard, Click Edit Instance button on far right, and click on View Log Scroll at the end, you'll see the password. -Mandar __

Re: [Openstack] BadRequest: Can not find requested image (HTTP 400)

2012-05-18 Thread Vaze, Mandar
Ø Is there any way to find out if image is exists with the help of glance command? glance image-list See my other email for your original problem -Mandar __ Disclaimer:This email and any attachments are sent in strictest

Re: [Openstack] About openstack common client

2012-05-18 Thread Andrew Bogott
On 5/18/12 12:16 AM, Yong Sheng Gong wrote: Hi, I just want to ask about the relationship among openstackclient https://launchpad.net/python-openstackclientand other clients. Will openstackclient replace other clients ( such as quantum client, keystone client, nova client, xx) or just a

Re: [Openstack] nova network external gateway

2012-05-18 Thread George Mihaiescu
You can try the solution proposed by Vish on February 23, 2012. Put the flag and the config file on the nodes with nova-network as they have dnsmasq running: Then you can use --dnsmasq_config_file=/path/to/config in that config file you can use: dhcp_opiton=3,ip of router to force vms

Re: [Openstack] About openstack common client

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 10:09 AM, Andrew Bogott abog...@wikimedia.orgwrote: On 5/18/12 12:16 AM, Yong Sheng Gong wrote: Hi, I just want to ask about the relationship among openstackclient https://launchpad.net/python-openstackclient and other clients. Will openstackclient replace other

Re: [Openstack] nova state machine simplification and clarification

2012-05-18 Thread Mark Washenberger
Hi Yun, This proposal looks very good to me. I am glad you included in it the requirement that hard deletes can take place in any vm/task/power state. I however feel that a similar requirement exists for revert resize. It should be possible to issue a RevertResize command for any task_state

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 4:42 AM, Nick Barcet nick.bar...@canonical.comwrote: Hello everyone, Next week's irc meeting will have for goal to choose a reference messaging queue service for the ceilometer project. For this meeting to be able to be successful, a discussion on the choices that we

Re: [Openstack] [metering] Do we need an API and storage?

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 5:27 AM, Thierry Carrez thie...@openstack.orgwrote: Doug Hellmann wrote: On Thu, May 17, 2012 at 5:47 AM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 05/17/2012 11:13 AM, Loic Dachary wrote: On 05/16/2012 11:00 PM,

[Openstack] error in documentation regarding novnc configuration on newly added compute node

2012-05-18 Thread Staicu Gabriel
Hi all, I observed an error in documentation regarding the configuration needed to be done on additional compute-nodes in order to allow vnc access to instances. From what I understood from doc you just have to copy nova.conf on additional nodes. However there are some changes to made in the

Re: [Openstack] BadRequest: Can not find requested image (HTTP 400)

2012-05-18 Thread Razique Mahroua
You can run a $ glance index, but there are high chances you would see them... Vaze, Mandar 18 mai 2012 15:15 Is there any way to find out if image is exists with the help of glance command? glance image-list See my other email for your original problem -Mandar

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Adam Young
I think you want to write to the AMQP spec as much as possible and allow multiple implementations. Opentack supports Rabit MQ and QPID, and you should be able to use either. On 05/18/2012 04:42 AM, Nick Barcet wrote: Hello everyone, Next week's irc meeting will have for goal to choose a

Re: [Openstack] Understanding Integration Bridge and MACs

2012-05-18 Thread Salman Malik
Thanks Yamahata. I have tried the all-in-one configuration and it worked without any problems. I will soon try the multi-node setup and will let you know of any problems/questions. I appreciate all the hard work that openstack community is putting in the project. Thanks, Salman Date: Thu,

[Openstack] Instances don't get an IP from DHCP (Quantum, OVS, multi-node computes)

2012-05-18 Thread Emilien Macchi
Hi, Since 2 weeks, I've been looking for a solution with a Quantum + OVS issue. The situation : 2 servers : Essex-1 - Eth0 : 10.68.1.40 - ETH1 : connected to br-int OVS bridge - Glance, Nova-*, Keystone, Horizon, Quantum-Server, KVM, OVS, Quantum-Agent - nova.conf :

Re: [Openstack] About openstack common client

2012-05-18 Thread Dean Troyer
On Fri, May 18, 2012 at 12:16 AM, Yong Sheng Gong gong...@cn.ibm.com wrote: I just want to ask about the relationship among openstackclient https://launchpad.net/python-openstackclient and other clients. Will openstackclient replace other clients ( such as quantum client, keystone client, nova

Re: [Openstack] About openstack common client

2012-05-18 Thread Dean Troyer
On Fri, May 18, 2012 at 9:17 AM, Doug Hellmann doug.hellm...@dreamhost.com wrote: I expect non-common shell clients to be deprecated and eventually ripped out.  We're probably a bit too early in the game to explicitly discourage development on those shell commands though. I'm waffling on

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Julien Danjou
On Fri, May 18 2012, Doug Hellmann wrote: While I see the benefit of discussing requirements for the message bus platform in general, I'm not sure we need to dictate a specific implementation. If we say we are going to use the nova RPC library to communicate with the bus for sending and

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Eric Windisch
The nova rpc implementation is moving into openstack common, I agree with using this abstraction. As per ZeroMQ, I'm the author of that plugin. There is a downloadable plugin for Essex and I'm preparing to make a Folsom merge prop within the next week or so, if all goes well. Sent from my

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 11:02 AM, Eric Windisch e...@cloudscaling.comwrote: The nova rpc implementation is moving into openstack common, I agree with using this abstraction. That's a good point, I forgot about that. As per ZeroMQ, I'm the author of that plugin. There is a downloadable

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Eric Windisch
a) the queue must guaranty the delivery of messages. To the contrary of monitoring, loss of events may have important billing impacts, it therefore cannot be an option that message be lost. Losing messages should always be an option, in the extreme cases. If a message is undeliverable

Re: [Openstack] nova state machine simplification and clarification

2012-05-18 Thread Gabe Westmaas
I agree, this looks much more clear compared to where we are now. I'd like to understand the difference between a soft and hard delete. Does an API user have to specify that in some way? I definitely agree that you should be able to delete in any state, I would rather it not be a requirement

Re: [Openstack] RFC: Plugin framework draft

2012-05-18 Thread Andrew Bogott
On 5/17/12 4:38 PM, Doug Hellmann wrote: snip In the wikistatus plugin I notice that you modify the global FLAGS when wikistatus.py is imported. Is that the right time to do that, or should it happen during the on-load handler in the plugin class? Or maybe even in the plugin manager, which

Re: [Openstack] Instances don't get an IP from DHCP (Quantum, OVS, multi-node computes)

2012-05-18 Thread Dan Wendlandt
discussion is being tracked here: https://answers.launchpad.net/quantum/+question/197701 dan On Fri, May 18, 2012 at 7:46 AM, Emilien Macchi emilien.mac...@stackops.com wrote: Hi, Since 2 weeks, I've been looking for a solution with a Quantum + OVS issue. The situation : 2 servers :

Re: [Openstack] nova state machine simplification and clarification

2012-05-18 Thread Gabe Westmaas
Also, with this proposal I'd be a lot more interested in exposing task state as a part of the API eventually. This is helpful to communicate whether or not other actions would be allowed in certain states. For example, right now we don't allow other actions when a server is snapshotting, but

[Openstack] Understanding Network Setup - nova-network

2012-05-18 Thread Alisson Soares Limeira Pontes
Hello, i have a setup with a Controller node and two Compute nodes. The topology is as in the figure attached. I followed the hastexo manual http://www.hastexo.com/resources/docs/installing-openstack-essex-20121-ubuntu-1204-precise-pangolin, but installing just the modules as described in the

Re: [Openstack] How to access an instance from Dashboard using VNC (password)?

2012-05-18 Thread Jorge Luiz Correa
Here is the instance full log: http://pastebin.com/SfmzZ4ET It is an ubuntu precise cloud image. It doesn't output the password. Curious... On Fri, May 18, 2012 at 10:12 AM, Vaze, Mandar mandar.v...@nttdata.comwrote: **Ø **But, from inside dashboard, I couldn't find where to get a

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Caitlin Bestler
Nick Barcet wrote: a) the queue must guaranty the delivery of messages. To the contrary of monitoring, loss of events may have important billing impacts, it therefore cannot be an option that message be lost. I don't think absolute reliability is desirable for this application. SCTP

[Openstack] Keystone service catalogue has non-core services?

2012-05-18 Thread Nguyen, Liem Manh
Hi Stackers, I ran the sample_data.sh script in Keystone and saw that we have populated a few more services, such as ec2, dashboard and nova-volume. Are these meant to be core services or extension services? The definition of core services is defined here:

Re: [Openstack] Openstack Essex - Guide for Ubuntu 12.04

2012-05-18 Thread Yi Sun
On 05/18/2012 03:44 AM, Emilien Macchi wrote: Yi, On Fri, May 18, 2012 at 7:47 AM, Yi Sun beyo...@gmail.com mailto:beyo...@gmail.com wrote: Emilien, I'm using your document to setup an environment, so far I have two issues, hope you could help out. 1. the Linux bridge

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 11:40 AM, Eric Windisch e...@cloudscaling.comwrote: a) the queue must guaranty the delivery of messages. To the contrary of monitoring, loss of events may have important billing impacts, it therefore cannot be an option that message be lost. Losing messages

Re: [Openstack] RFC: Plugin framework draft

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 12:16 PM, Andrew Bogott abog...@wikimedia.orgwrote: On 5/17/12 4:38 PM, Doug Hellmann wrote: snip In the wikistatus plugin I notice that you modify the global FLAGS when wikistatus.py is imported. Is that the right time to do that, or should it happen during the

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-05-18 Thread javier cerviño
Due to problems people are facing with CORS we've already included further description and a video of how the JavaScript portal can be used. We'll work with the fantastic people from StackOps on the implementation of a basic HTTP proxy which could be used until we find a solution to implement CORS

Re: [Openstack] Openstack Essex - Guide for Ubuntu 12.04

2012-05-18 Thread Emilien Macchi
Hi, On Fri, May 18, 2012 at 7:13 PM, Yi Sun beyo...@gmail.com wrote: On 05/18/2012 03:44 AM, Emilien Macchi wrote: Yi, On Fri, May 18, 2012 at 7:47 AM, Yi Sun beyo...@gmail.com wrote: Emilien, I'm using your document to setup an environment, so far I have two issues, hope you could

Re: [Openstack] Third Party APIs

2012-05-18 Thread Doug Davis
Vish wrote on 05/17/2012 02:18:19 PM: ... 3 Feature Branch in Core We are doing some work to support Feature and Subsystem branches in our CI system. 3rd party apis could live in a feature branch so that they can be tested using our CI infrastructure. This is very similar to the above

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-18 Thread Jay Pipes
On 05/17/2012 06:38 PM, Vishvananda Ishaya wrote: On May 17, 2012, at 1:52 PM, Sean Dague wrote: What I'm mostly looking for is comments on approach. Is importutils the prefered way to go about this (which is the nova.volume approach) now, or should this be using utils.LazyPluggable as is in

Re: [Openstack] Openstack Essex - Guide for Ubuntu 12.04

2012-05-18 Thread Yi Sun
BTW-- now, I got a new problem: 1. the network is up 2. VM is up. But I can not access the VM through anything (now console, vnc and network). I saw you have sent another e-mail for the interface issue inside VM. How did you access the VM console? Thanks Yi On 05/18/2012 10:51 AM, Emilien

Re: [Openstack] nova state machine simplification and clarification

2012-05-18 Thread Yun Mao
Hi Mark, I haven't looked at resize related API calls very closely. But what you are saying makes sense. revert_resize() should be able to preempt an existing resize() call, which might get stuck. I'm not clear how the leftovers will be garbage collected yet. Yun On Fri, May 18, 2012 at 10:20

Re: [Openstack] nova state machine simplification and clarification

2012-05-18 Thread Yun Mao
Gabe, There is a flag reclaim_instance_interval on API. If it's set to 0 (by default), everything is hard_delete. Otherwise, it's soft_delete. and will be automatically hard deleted after the configured interval. There is also an API extension to as force_delete, which is hard delete no matter

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-18 Thread Sean Dague
On 05/17/2012 06:38 PM, Vishvananda Ishaya wrote: So we already have plugabillity by just specifying a different compute_driver config option. I don't like that we defer another level in compute and call get_connection. IMO the best cleanup would be to remove the get_connection altogether

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-18 Thread Mark McLoughlin
Hey, Hi On Mon, 2012-05-14 at 14:51 +0200, Thierry Carrez wrote: James E. Blair wrote: Vish, Thierry, and I spent some time together this week at UDS trying to reconcile their needs and your suggestions. I believe Thierry is going to write that up and send it to the list soon. While at

Re: [Openstack] [metering] Do we need an API and storage?

2012-05-18 Thread Francis J. Lacoste
On 12-05-17 08:14 AM, Doug Hellmann wrote: On Thu, May 17, 2012 at 5:47 AM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 05/17/2012 11:13 AM, Loic Dachary wrote: On 05/16/2012 11:00 PM, Francis J. Lacoste wrote: I'm now of the

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 3:08 PM, Sean Dague sda...@linux.vnet.ibm.comwrote: On 05/17/2012 06:38 PM, Vishvananda Ishaya wrote: So we already have plugabillity by just specifying a different compute_driver config option. I don't like that we defer another level in compute and call

Re: [Openstack] [metering] Do we need an API and storage?

2012-05-18 Thread Francis J. Lacoste
On 12-05-18 05:27 AM, Thierry Carrez wrote: You can certainly architect it in a way so that storage and API are optional: expose metering messages on the bus, and provide an optionally-run aggregation component that exposes a REST API (and that would use the metering-consumer client library).

Re: [Openstack] [metering] Do we need an API and storage?

2012-05-18 Thread Francis J. Lacoste
On 12-05-18 04:49 PM, Francis J. Lacoste wrote: On 12-05-17 08:14 AM, Doug Hellmann wrote: The plan, as I understand it, is to ensure that all metering messages appear on a common bus using a documented format. Deployers who do not want the storage system and REST API will not need to use

Re: [Openstack] [metering] Do we need an API and storage?

2012-05-18 Thread Doug Hellmann
On Fri, May 18, 2012 at 4:53 PM, Francis J. Lacoste francis.laco...@canonical.com wrote: On 12-05-18 05:27 AM, Thierry Carrez wrote: You can certainly architect it in a way so that storage and API are optional: expose metering messages on the bus, and provide an optionally-run aggregation

Re: [Openstack] [Dashboard] Can't access images/snapshots

2012-05-18 Thread Vishvananda Ishaya
i think you need to update your endpoint to: http://192.168.111.202:8776/v1/%(tenant_id)s note that the volume endpoint should be v1 not v2 Vish On May 18, 2012, at 6:01 AM, Leander Bessa Beernaert wrote: Ok, i've removed swift from the endpoints and services. Nova volumes is running with

[Openstack] rant on the resize API implementation

2012-05-18 Thread Yun Mao
According to http://docs.openstack.org/api/openstack-compute/2/content/Resize_Server-d1e3707.html The resize operation converts an existing server to a different flavor, in essence, scaling the server up or down. The original server is saved for a period of time to allow rollback if there is a

Re: [Openstack] Third Party APIs

2012-05-18 Thread Vishvananda Ishaya
On May 18, 2012, at 11:00 AM, Doug Davis wrote: Vish wrote on 05/17/2012 02:18:19 PM: ... 3 Feature Branch in Core We are doing some work to support Feature and Subsystem branches in our CI system. 3rd party apis could live in a feature branch so that they can be tested using

[Openstack] [Openstack-qa-team] Summary of QA Weekly Status meeting held on 5/17

2012-05-18 Thread Venkatesan, Ravikumar
The QA team had its weekly IRC meeting today. Here is a summary of the progress and decisions coming out of the meeting. * Progress Tempest tests for Swift are in review. * Decisions made (Jay is out, Daryl could not make it and David is on vacation) None * Outstanding

Re: [Openstack] [Netstack] nova+quantum vm does bind ip

2012-05-18 Thread Yi Sun
Ok, that helps. Thanks Now, I can tell that my issue is totally different one. For me, the dhcp query is not sent by the Linux running by the VM. It is the ipxe in the vm sending the query. And my VM was not really boot up at all. It can not find a valid bootable device, I will need to find a way

Re: [Openstack] [Netstack] nova+quantum vm does bind ip

2012-05-18 Thread Yong Sheng Gong
Can you use virt-viewer to see vnc console?-netstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: openstack@lists.launchpad.net, netst...@lists.launchpad.netFrom: Yi Sun Sent by: netstack-bounces+gongysh=cn.ibm@lists.launchpad.netDate: 05/19/2012

Re: [Openstack] Essex horizon dashboard - volume snapshot issue

2012-05-18 Thread John Griffith
On Fri, May 18, 2012 at 7:54 PM, Vijay vija...@yahoo.com wrote: Hello, On Essex Dashboard, I am able to create a snapshot of a volume successfully. However, when I click on the volume snapshot to look at the details, I get Error: Unable to retrieve volume details. This error occurs only when