[Openstack] libvirt.xml.template

2012-05-23 Thread William Herry
Hi, I can't find this libvirt.xml.template file with git install, I change this file to make my vm show real cpu rather than QEMU, now, I can't find that file, some one know where it is? I use the recent git packages which is 2012.2 Thanks -- === William Herry

Re: [Openstack] libvirt.xml.template

2012-05-23 Thread Razique Mahroua
Hi William,as far as I recall, it is not a template, rather a generated template that contains the basic infos of the instance you just spawn.Now if you want to update a running instance properties (dirty way)#1- Connect to the hypervisor#2- $ virsh list- retrieve the domain#3- $virsh edit

Re: [Openstack] libvirt.xml.template

2012-05-23 Thread Staicu Gabriel
Hi, On the server when I installed from packages it is in this location: /usr/share/pyshared/nova/virt/libvirt.xml.template Regards, Gabriel From: Razique Mahroua razique.mahr...@gmail.com To: williamherrych...@gmail.com Cc: openstack@lists.launchpad.net

[Openstack] dhcp snat

2012-05-23 Thread William Herry
Hi I use FlatDHCP network and I create two provate network which is 10.0.0.0/24and 10.0.1.0/24 I launched a instance and give him a public ip address, but can't ping to it, (it is very odd that I can mtr it) after debug I find that the vm's default gateway is set to 10.0.1.1, and on host only

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Chmouel Boudjnah
On Wed, May 23, 2012 at 2:45 AM, Kuo Hugo tonyt...@gmail.com wrote: For several client tools , still using v1.0 authentication method for auth. Such as cyberduck or Gladinet. These applications look for X-AUTH-TOKEN and X-Storage-Url headers for accessing swift. maru was telling me the other

Re: [Openstack] libvirt.xml.template

2012-05-23 Thread Daniel P. Berrange
On Wed, May 23, 2012 at 03:18:44PM +0800, William Herry wrote: Hi, I can't find this libvirt.xml.template file with git install, I change this file to make my vm show real cpu rather than QEMU, now, I can't find that file, some one know where it is? I use the recent git packages which is

Re: [Openstack] libvirt.xml.template

2012-05-23 Thread Daniel P. Berrange
On Wed, May 23, 2012 at 11:09:12AM +0100, Daniel P. Berrange wrote: On Wed, May 23, 2012 at 03:18:44PM +0800, William Herry wrote: Hi, I can't find this libvirt.xml.template file with git install, I change this file to make my vm show real cpu rather than QEMU, now, I can't find that

[Openstack] Error interpreting JPEG image file (Not a JPEG file: starts with 0x00 0x00)

2012-05-23 Thread khabou imen
I am trying to upload an image in swift from my servlet but when trying to open it (after download ) it's not accessible I got this error Error interpreting JPEG image file (Not a JPEG file: starts with 0x00 0x00) can you help me? -- cordialement, Imen Khabou, Elève Ingénieur en Informatique

[Openstack] Where to add the performance increasing method in openstack

2012-05-23 Thread sarath zacharia
Hi , We created an performance increasing programe for cloud application. This programe will check the performance and load of nodes according to the number of different application running in each node of our cloud environment and it will give which node is more suitable for deploying

Re: [Openstack] dhcp snat

2012-05-23 Thread Yong Sheng Gong
As far as I know, OpenStack snated just one network specified by:fixed_range=10.0.0.0/24 in nova/nova.conf. It is done when the nova-network starts.-openstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: openstack@lists.launchpad.netFrom: William Herry

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-23 Thread Razique Mahroua
Hi,could we have extra details ?nova-scheduler is the service code you'd hack into :) sarath zacharia 23 mai 2012 07:26Hi , We created an performance increasing programe for cloud application.This programe will check the performance and load of nodes accordingto the number

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-23 Thread Joseph Suh
Sarath, There are filter and weight functions in the scheduler that might fit your purpose. Thanks, Joseph (w) 703-248-6160 (c) 571-340-2434 (f) 703-812-3712 3811 N. Fairfax Drive Suite 200 Arlington, VA, 22203, USA http://www.east.isi.edu/~jsuh - Original Message - From:

Re: [Openstack] centos 6 images

2012-05-23 Thread Scott Moser
On Tue, 22 May 2012, Jason Ford wrote: Scott, If you need someone to test your changes, I would be happy to do it. Please just give me some basic instructions on how to put it in place and I will get it working. As for your request for comments/features, personally I would like to see

[Openstack] Folsom-1 milestone proposed candidates

2012-05-23 Thread Thierry Carrez
fixes will be backported to the milestone-proposed branch until final delivery of the milestone, and will be tracked using the folsom-1 milestone targeting. You can find candidate tarballs at: http://keystone.openstack.org/tarballs/keystone-2012.2~f1~20120523.r2300.tar.gz http://keystone.openstack.org

[Openstack] Unable to release private ip because vif doesn't exist

2012-05-23 Thread Zhang Zhenhua
Hi Experts, After install the Essex release, nova-network.log often shows 'Unable to release private ip because vif doesn't exist'. New instance cannot be created due to this issue. 2012-05-23 09:07:43 ERROR nova.network.manager [req-ee622237-4a08-4d43-bf18-5ae93d7f3b9d

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-23 Thread Nagaraju Bingi
Hi, Do you mean that your program would monitor the Openstack Instances and check the performance and load of nodes according to the number of different application running in each instance? Your program will tell you that which Instance is the best suitable to deploy your new application.

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Christian Broussard
I'm interested in this topic as well. Chmouel, are you indicated that without a 3rd party middleware implementation, there is no way to handle v1.0 auth with keystone/swift? Christian On Wed, May 23, 2012 at 3:56 AM, Chmouel Boudjnah chmo...@chmouel.comwrote: On Wed, May 23, 2012 at 2:45 AM,

Re: [Openstack] adding a worker pool notion for RPC consumers

2012-05-23 Thread Doug Hellmann
It looks like Eric and I have reached a consensus on how to handle his last objection, and this is ready for additional reviewers to take a look. https://review.openstack.org/#/c/7590/ Thanks, Doug On Tue, May 22, 2012 at 2:33 PM, Eric Windisch e...@cloudscaling.comwrote: If a consumer is

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Chmouel Boudjnah
On Wed, May 23, 2012 at 3:53 PM, Christian Broussard christian.brouss...@gmail.com wrote: I'm interested in this topic as well. Chmouel, are you indicated that without a 3rd party middleware implementation, there is no way to handle v1.0 auth with keystone/swift? Not that I know. Chmouel.

[Openstack] devstack multi-node tutorial fails

2012-05-23 Thread Mauch, Viktor (SCC)
Hi, I just want so say, that some days ago the stack.sh script hast been changed concerning the rabbit server installation. The current description for multi node tutorial (http://devstack.org/guides/multinode-lab.html) will fail. At the moment it is necessary to install the rabbit

Re: [Openstack] devstack multi-node tutorial fails

2012-05-23 Thread Razique Mahroua
Thanks for the feedbackas for the multi_node mode, no it supposes you spawn a nova-network component on every compute nodeRazique Mauch, Viktor (SCC) 23 mai 2012 16:00Hi,I just want so say, that some days ago the stack.sh script hast been changed concerning the rabbit server

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Nguyen, Liem Manh
In essex-3, there used to be a legacy_token_auth component that does just this. Liem From: openstack-bounces+liem_m_nguyen=hp@lists.launchpad.net [mailto:openstack-bounces+liem_m_nguyen=hp@lists.launchpad.net] On Behalf Of Chmouel Boudjnah Sent: Wednesday, May 23, 2012 6:54 AM To:

Re: [Openstack] nova state machine simplification and clarification

2012-05-23 Thread Sandy Walsh
Hi Yun, I like the direction you're going with this. Unifying these three enums would be a great change. Honestly it's really just combing two enums (vm task) and using power state as a tool for reconciliation (actual != reality). Might I suggest using graphvis instead of a spreadsheet? That

[Openstack] ZeroMQ driver (review needed)

2012-05-23 Thread Eric Windisch
Looking for code reviews of the ZeroMQ driver: https://review.openstack.org/#/c/7633/ I believe I have addressed all the concerns of the previous reviewers and have ironed out all the pep8/hacking and unit testing issues. This patch also introduces the matchmaker and two new common RPC unit

[Openstack] [Metering] News from 17/05 to 23/05

2012-05-23 Thread Julien Danjou
Hi, Here's a few things done in the last week concerning ceilometer: - Doug added plugin support to the notification portion of the collector daemon https://github.com/stackforge/ceilometer/commit/73c9150afe7fc07018b0435ae7b24b52bd6a0a15 - Doug added a tool for recording notifications and

Re: [Openstack] devstack multi-node tutorial fails

2012-05-23 Thread Dan Wendlandt
Hi Viktor, I've noticed similar issues (need to specify rabbit and glance api on compute nodes even though it is unused) while running multi-node setups with Quantum. I created a question on devstack's launchpad page for this, but haven't heard anything yet:

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Dolph Mathews
I haven't tested it myself, but I imagine you *could* deploy legacy_token_auth (which rewrites from keystone stable/diablo or essex-3 with stable/essex or folsom; however, there are a couple of issues that need to be resolved first.

Re: [Openstack] [nova-compute] vm migration problem

2012-05-23 Thread Lorin Hochstein
On May 22, 2012, at 6:08 PM, Soren Hansen wrote: 2012/5/21 Lorin Hochstein lo...@nimbisservices.com: Has anybody ever written a script that grabs the host public key from the instance's console and updates the .ssh/config/known_hosts file accordingly, instead of throwing away host key

[Openstack] network question

2012-05-23 Thread Paras pradhan
Hi, I am a bit confused about the networking of nova in flatdhp mode. Can somebody share nova.conf and the output of ifconfig from controller and compute nodes? Also the /etc/network/interface file if possible. I can't access/ssh my instances using floating ips but I can acess them using

[Openstack] Devstack multinode setup -- instances hang in state scheduling

2012-05-23 Thread Nicolae Paladi
Hi, a very similar question has been asked in https://lists.launchpad.net/openstack/msg10125.html, however I could not find a follow-up. I have followed the instructions for http://devstack.org/guides/multinode-lab.html, however I am running Ubuntu 12.04 on both hosts. There are 2 issues: 1.

Re: [Openstack] Devstack multinode setup -- instances hang in state scheduling

2012-05-23 Thread Dan Wendlandt
Hi nico, This may be related to another thread currently on the ML about multi-node devstack. There seems to be a bug in multi-node devstack that if you do not specify rabbit as one of the enabled services on each compute node, the nova-compute on the compute node tries to contact the rabbit

Re: [Openstack] [OpenStack][Keystone][LDAP] Does LDAP driver support for validating subtree user?

2012-05-23 Thread Adam Young
RIght now I think the LDAP queries are limited to one level of the Subtree, but actually it might be possible to loosen this up, and thus get subtree queries. For example, if you look at the implementation of keystone/common/ ldap/core.py, you can see that most of the queries are like

[Openstack] [Glance] Using HTTP PATCH

2012-05-23 Thread Brian Waldon
Hey guys, I'm considering using PATCH rather than PUT for image updates in the v2 Image API, but I wanted to make sure there weren't any major blockers that I might be missing. As far as I can tell, the python libraries we use in Glance support it (httplib2, requests). However, I discovered

Re: [Openstack] [Glance] Using HTTP PATCH

2012-05-23 Thread Brian Waldon
Above all, I want to keep the API spec as clean as possible. We would have to design a way to communicate what method we use if we make it configurable by the backend like you suggest. That seems like its moving away from cleanliness rather than toward. I'm more interested in first hearing if

Re: [Openstack] [Glance] Using HTTP PATCH

2012-05-23 Thread Nick Barcet
On 05/23/2012 09:39 PM, Joshua Harlow wrote: Is there anyway u can just make it a configuration option? v2imagemethod = ‘PUT’... This would make sense as rfc 5789 is only 2 years old, which means that there must be numerous firewalls and proxies which may not have been updated yet in

Re: [Openstack] [metering] high-level design proposal

2012-05-23 Thread Doug Hellmann
I've converted the polling agent to use plugins, too. That code is up for review at https://review.stackforge.org/59 On Tue, May 22, 2012 at 9:33 PM, Doug Hellmann doug.hellm...@dreamhost.comwrote: A version of the code demonstrating using plugins in this way is up for review at

Re: [Openstack] [Glance] Using HTTP PATCH

2012-05-23 Thread Brian Waldon
Relevant links: https://review.openstack.org/#/c/7716/ http://tools.ietf.org/html/rfc5789 http://weblog.rubyonrails.org/2012/2/25/edge-rails-patch-is-the-new-primary-http-method-for-updates/ On May 23, 2012, at 1:22 PM, Brian Waldon wrote: Hey guys, I'm considering using PATCH rather than

Re: [Openstack] [Glance] Using HTTP PATCH

2012-05-23 Thread John Postlethwait
Patch certainly seems more semantically proper in this context, and I love being semantically proper using HTTP… That being said I am not currently sure of any places where this might be a problem. There was mention of the firewall issues, but I don't know if that is necessarily true. Do

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Rafael Durán Castañeda
El 23/05/12 17:42, Dolph Mathews escribió: I haven't tested it myself, but I imagine you *could* deploy legacy_token_auth (which rewrites from keystone stable/diablo or essex-3 with stable/essex or folsom; however, there are a couple of issues that need to be resolved first.

[Openstack] [QA] Weekly Meeting tomorrow, Thursday, May 23 @ 17:00 UTC

2012-05-23 Thread Jay Pipes
The weekly QA Team meeting takes place at 17:00 UTC on IRC (#openstack-meeting on Freenode). We invite anyone interested in testing, quality assurance and performance engineering to attend the weekly meeting. The agenda for this week is as follows: * Review of last week's action items -

[Openstack] [openstack]how to launch an instance from a disk

2012-05-23 Thread 敏林
hello, I want to launch an instance from a disk. I mean a disk from a pc, it has mbr, OS. I can use command like 'qemu file=/dev/sda' to start a vm. how to do it in openstack? the disk size is too large to store it using glance. can nova boot an instance without interacting with glance? any one

Re: [Openstack] [QA] Weekly Meeting tomorrow, Thursday, May 23 @ 17:00 UTC

2012-05-23 Thread Paul Belanger
On 12-05-23 10:00 PM, Jay Pipes wrote: The weekly QA Team meeting takes place at 17:00 UTC on IRC (#openstack-meeting on Freenode). We invite anyone interested in testing, quality assurance and performance engineering to attend the weekly meeting. The agenda for this week is as follows: *

Re: [Openstack] [metering] high-level design proposal

2012-05-23 Thread Nick Barcet
On 05/22/2012 07:15 PM, Doug Hellmann wrote: On Tue, May 22, 2012 at 1:25 PM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 05/22/2012 03:26 PM, Doug Hellmann wrote: - In addition to a signature, I think we would need a sequence number

Re: [Openstack] devstack installation failing

2012-05-23 Thread Vaze, Mandar
Last time when I ran into this error, I had updated (git pull) only nova, but forgot to update keystone. Once I updated (git pull) all the other projects, including keystone, the error went away. Few things you can use for troubleshooting : 1. Run this command from terminal - See if the

Re: [Openstack] Where is the blueprint move nova.rpc into openstack.common.rpc if any?

2012-05-23 Thread Russell Bryant
On 05/23/2012 08:48 PM, Yong Sheng Gong wrote: I remember there are discussions about this action. But I don't know where the bluteprint is. Do we have a such blueprint? The blueprint: https://blueprints.launchpad.net/openstack-common/+spec/common-rpc Last message I wrote about the status:

Re: [Openstack] devstack installation failing

2012-05-23 Thread Dolph Mathews
The output to the curl command below should definitely point you in the right direction -- devstack is expecting keystone to return an authentication response there, but it's getting something else instead. Feel free to paste the results to the list. -Dolph On Wed, May 23, 2012 at 11:47 PM,

Re: [Openstack] [QA] Weekly Meeting tomorrow, Thursday, May 23 @ 17:00 UTC

2012-05-23 Thread Dolph Mathews
The wiki page for meetings has a link to an iCal feed you can subscribe to: http://wiki.openstack.org/Meetings Direct iCal link: http://goo.gl/okDGE On Wed, May 23, 2012 at 10:43 PM, Paul Belanger paul.belan...@polybeacon.com wrote: On 12-05-23 10:00 PM, Jay Pipes wrote: The weekly QA Team

[Openstack-qa-team] Single failed test case needs fixing... deleting a flavor

2012-05-23 Thread Jay Pipes
All, if anyone has a few spare cycles to look into this bug, I'd appreciate it: https://bugs.launchpad.net/tempest/+bug/1003741 It is reproduceable in the Tempest gate job... Best, -jay -- Mailing list: https://launchpad.net/~openstack-qa-team Post to :

Re: [Openstack-qa-team] Single failed test case needs fixing... deleting a flavor

2012-05-23 Thread Dan Prince
- Original Message - From: Jay Pipes jaypi...@gmail.com To: openstack-qa-team@lists.launchpad.net Sent: Wednesday, May 23, 2012 9:27:07 PM Subject: [Openstack-qa-team] Single failed test case needs fixing... deleting a flavor All, if anyone has a few spare cycles to look into