Re: [Openstack] Endpoints problems

2012-04-13 Thread Pete Zaitcev
On Fri, 13 Apr 2012 04:24:56 + Justin Shepherd jshep...@rackspace.com wrote: And if i am reading the code correctly they support both of the following variable declarations: %(tennant_id)s $(tennant_id)s since it appears the code replaces $( with %( Exactly why documentation is

Re: [Openstack] control user quota

2012-04-13 Thread Anton Haldin
You can set quotas per tenant +1 there is no quota for user. nova-manage example with Diablo Openstack. #nova-manage project quota ACME metadata_items: 128 instances: 10 injected_file_content_bytes: 10240 injected_files: 5 volumes: 10 gigabytes: 1000 cores: 20 ram: 51200 floating_ips: 10

[Openstack] running HA cluster of guests within openstack

2012-04-13 Thread ikke
I likely am not the first one to ask this, but since I didn't find a thread about it I start one. Is there any shared experience available what are the capabilities of OpenStack to run cluster of guests in the cloud? Do you have experience of the following questions, or links to more info? The

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Mark McLoughlin
Hey, On Thu, 2012-04-12 at 16:23 -0700, James E. Blair wrote: One new addition in 2.3 is draft changes. The idea behind a draft change in Gerrit is that it is a change that is not ready for merging, or even general code review, but you would like to share it with some people to get early

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Thierry Carrez
Mark McLoughlin wrote: One new addition in 2.3 is draft changes. The idea behind a draft change in Gerrit is that it is a change that is not ready for merging, or even general code review, but you would like to share it with some people to get early comments. If you upload a change as a

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Kiall Mac Innes
The new gerrit version also supports per user namespaces, if enabled. These allow users to create private branches with full push privileges etc.. Have these been enabled? Thanks, Kiall Sent from my phone. On Apr 13, 2012 12:33 p.m., Thierry Carrez thie...@openstack.org wrote: Mark

Re: [Openstack] running HA cluster of guests within openstack

2012-04-13 Thread Pádraig Brady
On 04/13/2012 10:31 AM, ikke wrote: I likely am not the first one to ask this, but since I didn't find a thread about it I start one. Is there any shared experience available what are the capabilities of OpenStack to run cluster of guests in the cloud? Do you have experience of the

Re: [Openstack] running HA cluster of guests within openstack

2012-04-13 Thread Major Hayden
On Apr 13, 2012, at 4:31 AM, ikke wrote: 2.5. virtual HW manager (guest isolation) - Any plans to integrate a piece from which a state of guest could be reliably queried, e.g. guaranteeing that if I ask to power off another guest, it get's done in given time (millisecs),

Re: [Openstack] [Swift] Does there any exist blueprint or sub-project of user's storage space quota or counting method for Swift ?

2012-04-13 Thread Oleg Gelbukh
Alex, Thank you for important point and interesting information on large-scale Swift performance! Can you please explain a little what these times stand for? Is this a single process runtime, or the time needed to converge cluster in case of device failure, or something else? -- Best regards,

[Openstack] Multiple nova-networks with QuantumManager (Was : Role of nova-manage network commands when using QuantumManager)

2012-04-13 Thread Vaze, Mandar
Dan, On similar lines - Currently if nova-network processes are running on two nodes, only way to set specific network on specific nova-network node is to execute nova-manage network create on respective nova-network node. Is that correct ? How is the above setup related to multi-host ? I

Re: [Openstack] Issue in KVM block migration

2012-04-13 Thread Gurjar, Unmesh
The user running the compute server is a member of libvirt group. I tried the migration via virsh, however that too returns the same result. I get similar logs in the qemu log file. Thanks Regards, Unmesh Gurjar | Lead Engineer | Vertex Software Private Ltd. | w. +91.20.6604.1500 x 379 | m.

Re: [Openstack] Endpoints problems

2012-04-13 Thread Guilherme Birk
I've tried to execute the following command: keystone --token ADMIN --endpoint http://192.168.100.142:35357/v2.0 endpoint-create --region RegionOne --service_id=1fd7b5f1add74aa4b6efc514fd153e72 --publicurl=http://192.168.100.142:8774/v2/$(tenant_id)s

Re: [Openstack] git review and the contributor agreement error message

2012-04-13 Thread Kiall Mac Innes
How long have you been inthe CLA group? There is a 15min or so lag between approval, and getting access. Thanks, Kiall Sent from my phone. On Apr 13, 2012 2:24 p.m., Francisco Souza f...@souza.cc wrote: Hey there, I'm trying to git review some changes, but I keep getting the A Contributor

Re: [Openstack] Endpoints problems

2012-04-13 Thread Kiall Mac Innes
Use single quotes, instead of double quotes. $() has a special meaning in bash.. it executes whatever is between the braces and substitutes the whole thing for the STDOUT of the command it ran... Thanks, Kiall On Fri, Apr 13, 2012 at 2:28 PM, Guilherme Birk guib...@hotmail.com wrote: I've

Re: [Openstack] git review and the contributor agreement error message

2012-04-13 Thread Francisco Souza
On Fri, Apr 13, 2012 at 10:35 AM, Kiall Mac Innes ki...@managedit.iewrote: How long have you been inthe CLA group? 11 hours... There is a 15min or so lag between approval, and getting access. [...] One little detail that I didn't mention in the previous email: my gerrit username (fsouza)

Re: [Openstack] Endpoints problems

2012-04-13 Thread Guilherme Birk
Thanks Kiall, that worked. Looks like my endpoints are working now, I can execute the nova list command without problems. Thanks all. From: ki...@managedit.ie Date: Fri, 13 Apr 2012 14:40:59 +0100 Subject: Re: [Openstack] Endpoints problems To: guib...@hotmail.com CC:

Re: [Openstack] git review and the contributor agreement error message

2012-04-13 Thread Kiall Mac Innes
I don't believe that is an issue - so long as you are using the right launchpad ID to sign into Gerrit.. I could be wrong though - it may match on LP username rather than the LP user ID.. Thanks, Kiall On Fri, Apr 13, 2012 at 2:43 PM, Francisco Souza f...@souza.cc wrote: On Fri, Apr 13, 2012

[Openstack] Just JSON, and extensibility

2012-04-13 Thread Mark Nottingham
[ Full disclosure -- I'm using my personal address with Launchpad, etc., but I work for Rackspace. ] On 12/04/2012, at 7:28 PM, Jorge Williams wrote: Generally, I agree with a lot of what you're saying, but I want to point out a couple of things: 1. Static language folks gravitate to

Re: [Openstack] git review and the contributor agreement error message

2012-04-13 Thread Kiall Mac Innes
Always hitting send too early -_- Anyway - Its also possible the recent Gerrit upgrade has affected the launchpad CLA group sync.. Maybe ask the infrastructure guys in #openstack-infra on Freenode if you use IRC.. Otherwise I'm sure they will see this thread... Thanks, Kiall On Fri, Apr 13,

Re: [Openstack] Endpoints problems

2012-04-13 Thread Dean Troyer
On Fri, Apr 13, 2012 at 8:28 AM, Guilherme Birk guib...@hotmail.com wrote: keystone --token ADMIN --endpoint http://192.168.100.142:35357/v2.0 endpoint-create --region RegionOne --service_id=1fd7b5f1add74aa4b6efc514fd153e72 --publicurl=http://192.168.100.142:8774/v2/$(tenant_id)s

Re: [Openstack] Endpoints problems

2012-04-13 Thread David Kranz
As far as my experience goes, you have to use %(tenant_id)s. I ran into this problem the first time I did it as well. $ makes the shell think it's a variable. David Kranz Quanta Research Cambridge On 4/13/2012 9:28 AM, Guilherme Birk wrote: I've tried to execute the following command:

Re: [Openstack] Issue in KVM block migration

2012-04-13 Thread heut2008
Live block migration may need to be root.through I am not sure.a few day's ago,I tested live block migration,and config hostA and hostB to use ssh key to access each other with nova user; but it fails to migration.when I run nova-compute with root ,and root ssh key to both hosts;the block

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Sandy Walsh
Sounds awesome! Looking forward to Draft Changes, much needed. -S From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net [openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of James E. Blair [cor...@inaugust.com]

Re: [Openstack] git review and the contributor agreement error message

2012-04-13 Thread Francisco Souza
Sure, I'll try to contact them. Thanks, Francisco On Fri, Apr 13, 2012 at 10:47 AM, Kiall Mac Innes ki...@managedit.iewrote: Always hitting send too early -_- Anyway - Its also possible the recent Gerrit upgrade has affected the launchpad CLA group sync.. Maybe ask the infrastructure guys

Re: [Openstack] Endpoints problems

2012-04-13 Thread Pete Zaitcev
On Fri, 13 Apr 2012 13:28:36 + Guilherme Birk guib...@hotmail.com wrote: keystone --token ADMIN --publicurl=http://192.168.100.142:8774/v2/$(tenant_id)s But I'm getting a tenant_id: command not found. Shell expands variables in the double quote () strings, so you have to use single quote

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Eoghan Glynn
We've just upgraded Gerrit to version 2.3. There are a lot of changes behind the scenes that we've been looking forward to (like being able to store data in innodb rather than myisam tables for extra data longevity). And there are a few visible changes that may be of interest to

Re: [Openstack] running HA cluster of guests within openstack

2012-04-13 Thread Jason Kölker
On Fri, 2012-04-13 at 12:31 +0300, ikke wrote: 1. Private networks between guests - Doable now using Quantum 1.1. Defining VLANs visible to guest machines to separate clusters internal traffic, VLAN tags should not be stripped by host (QinQ) VLANs and Quantum private networks are

Re: [Openstack] running HA cluster of guests within openstack

2012-04-13 Thread Martin Gerhard Loschwitz
Hi Ikke, great work! :-) Am 13.04.12 11:31, schrieb ikke: I likely am not the first one to ask this, but since I didn't find a thread about it I start one. Is there any shared experience available what are the capabilities of OpenStack to run cluster of guests in the cloud? Do you have

Re: [Openstack] Image API v2 Draft 4

2012-04-13 Thread Kiall Mac Innes
On Fri, Apr 13, 2012 at 1:28 AM, Jorge Williams jorge.willi...@rackspace.com wrote: Having said all of that, I realize that our devs are working in a dynamic language, and don't see a lot of value in XML. It's important to take that into consideration, but we should also be asking whether

Re: [Openstack] Endpoints problems

2012-04-13 Thread Kiall Mac Innes
I would be surprised if you could simply interchange the $ with a %.. Never tried it though! Anyway - $ is defiantly the correct character to use: https://github.com/openstack-dev/devstack/blob/master/files/default_catalog.templates Thanks, Kiall On Fri, Apr 13, 2012 at 2:48 PM, David Kranz

Re: [Openstack] quantum launchpad download link

2012-04-13 Thread Dan Wendlandt
The launchpad gods have been generous. For future reference, marking the Diablo release as obsolete helps launchpad figure out that a release dated in 2012 is more recent than one in 2011 :) Sorry for the confusion around the bad link. Dan On Thu, Apr 12, 2012 at 2:34 PM, Dan Wendlandt

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Monty Taylor
On 04/13/2012 04:36 AM, Kiall Mac Innes wrote: The new gerrit version also supports per user namespaces, if enabled. These allow users to create private branches with full push privileges etc.. Have these been enabled? They have not - we need to verify what the behavior looks like over

Re: [Openstack] Multiple nova-networks with QuantumManager (Was : Role of nova-manage network commands when using QuantumManager)

2012-04-13 Thread Dan Wendlandt
On Fri, Apr 13, 2012 at 5:34 AM, Vaze, Mandar mandar.v...@nttdata.comwrote: Dan, ** ** On similar lines – Currently if nova-network processes are running on *two * nodes, only way to set specific network on specific nova-network node is to execute “nova-manage network create” on

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

2012-04-13 Thread Guilherme Birk
I'm having problems when trying to boot a new instance using nova boot (ERROR: Can not find requested image (HTTP 400)). I can list all my images and instances using nova image-list and nova list without problems. Follow de --debug from the nova boot command that throws the error:

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Anne Gentle
Thanks James and team for the work here, this will be very useful for documentation drafts. Anne On Fri, Apr 13, 2012 at 8:55 AM, Sandy Walsh sandy.wa...@rackspace.comwrote: Sounds awesome! Looking forward to Draft Changes, much needed. -S From:

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Jorge Williams
On Apr 13, 2012, at 8:47 AM, Mark Nottingham wrote: [ Full disclosure -- I'm using my personal address with Launchpad, etc., but I work for Rackspace. ] On 12/04/2012, at 7:28 PM, Jorge Williams wrote: Generally, I agree with a lot of what you're saying, but I want to point out a

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Mark Nottingham
On 13/04/2012, at 11:29 AM, Jorge Williams wrote: There are a lot more clients than servers. You have to weigh the cost of lowering barriers for those clients at the server side vs the cost of getting those client to successfully integrate with the system. This is typically the a

Re: [Openstack] Health Monitoring Blueprints

2012-04-13 Thread Duncan McGreggor
Lyle replied yes -- sadly, we can't edit the sessions anymore. Fortunately, there's the wiki :-) I've updated the session to point to these blueprints: http://wiki.openstack.org/Summit/Folsom/DevOps d On Wed, Apr 11, 2012 at 4:41 PM, Duncan McGreggor dun...@dreamhost.com wrote: Lyle, would

Re: [Openstack] Endpoints problems

2012-04-13 Thread Justin Shepherd
So why would the preferred method be the one that you have to do all sort of magic stuff to protect from bash extrapolation.. and also given that the code converts those to %(tenant_id).. why wouldn't the %( way be the preferred way? Sounds like an artifact of the CLI being a second class use

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

2012-04-13 Thread Guilherme Birk
Hey Brian, I'm running a all-in-one installation. I have the flag --glance_api_servers=192.168.100.142:9292 on my nova.conf. From: brian.wal...@rackspace.com Subject: Re: [Openstack] ERROR: Can not find requested image (HTTP 400) Date: Fri, 13 Apr 2012 11:18:17 -0700 To: guib...@hotmail.com

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Caitlin Bestler
The argument that XML has better extensibility than JSON isn't very convincing to my ears. I'm an old war horse, and recall extending message formats in ANSI C so as to maintain backwards compatibility with existing clients (by versioning the struct name itself and always keeping the same

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Mark Nottingham
On 13/04/2012, at 2:04 PM, Anne Gentle wrote: Hi Mark, However, I question whether it's even being used in this fashion. Looking at our docs for Nova http://docs.openstack.org/api/openstack-compute/2/content/, the schema isn't locatable, and the XML Namespace

Re: [Openstack] Endpoints problems

2012-04-13 Thread Adam Gandelman
On 04/13/2012 10:50 AM, Dolph Mathews wrote: While $(tenant_id)s is certainly the documented syntax, it appears that the SQL catalog backend (and *only* the SQL catalog backend, as far as I can tell) explicitly supports both $(tenant_id)s and %(tenant_id)s:

Re: [Openstack] EC2 compat.

2012-04-13 Thread John Garbutt
I got asked by E2C support by RealStatus who have a cool 3D modeling tool that works against EC2 and would love better APIs to make that work well with OpenStack: http://www.youtube.com/watch?feature=player_embeddedv=SOkWRxDwTNI Hopefully I should be able to lend a hand with some of this EC2

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

2012-04-13 Thread Nicolas de BONFILS
Hi, In dashboard, in the images/snapshots area can you list the images ? Can you put the output of glance-api, please ? --- Nicolas On Fri, Apr 13, 2012 at 18:07, Guilherme Birk guib...@hotmail.com wrote: I'm having problems when trying to boot a new instance using nova boot (ERROR: Can

[Openstack] glance-registry fails to start with latest ubuntu pkgs

2012-04-13 Thread Lee Thompson
Fresh install or upgraded install, glance-registry fails. Dropping the glance DB (postgreSQL) and recreating it doesn't help. This is the error... # cat registry.log 2012-04-13 20:58:13 20717 INFO [sqlalchemy.engine.base.Engine] SELECT images.created_at AS images_created_at,

[Openstack] Essex, horizon, floating ip pool and compute node

2012-04-13 Thread Jayashree(Jay) Beltur
Hello, I have installed lastest Essex version on 2 nodes. One controller node (nova-compute/nova-network/nova-api/nova-volume) and the other one is compute node (nova-compute/nova-api/nova-network) in flatDHCP mode. I am able to launch VMs and associate private/floating ips and also ping and

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Caitlin Bestler
Exactly what do you see as the required non-linear extensibility? These are ultimately requests to a server. Each new extension is coded in that server. There is no value in a client making up its own extensions that are not understood by the server. What is relevant is a server continuing to

Re: [Openstack] Templates for slides?

2012-04-13 Thread Michael Pittaro
On Wed, Apr 11, 2012 at 5:47 PM, Stefano Maffulli stef...@openstack.org wrote: On Wed, 2012-04-11 at 17:21 -0700, Joshua Harlow wrote: Are there any good powerpoint/keynote templates for slides that should be used for the conference/summit (ie with openstack branding??) Or is it just show

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Doug Davis
Mark Nottingham wrote on 04/13/2012 12:56:46 PM: In particular, if people are actually using these tools to do data binding, it's going to lead them to place dependencies upon the structure of our interfaces, and unless the scheme is constructed *exactly* right, we'll get lots of bug reports

Re: [Openstack] glance-registry fails to start with latest ubuntu pkgs

2012-04-13 Thread David Kranz
I ran into this a few hours ago. It seems you have to do glance-manage version_control 0 glance-manage db_sync before restarting glance-registry. After I did that all was well. -David On 4/13/2012 5:03 PM, Lee Thompson wrote: Fresh install or upgraded install, glance-registry fails.

Re: [Openstack] glance-registry fails to start with latest ubuntu pkgs

2012-04-13 Thread Thompson Lee
Works! On Apr 13, 2012, at 5:59 PM, David Kranz wrote: I ran into this a few hours ago. It seems you have to do glance-manage version_control 0 glance-manage db_sync before restarting glance-registry. After I did that all was well. -David On 4/13/2012 5:03 PM, Lee Thompson wrote:

[Openstack] Recent changes to Ubuntu packaging wrt Glance, upgrading, database sync

2012-04-13 Thread Adam Gandelman
Hi- We've added a patch to the Glance package in Ubuntu to help improve the experience for users who are counting on a smooth upgrade from Diablo. Since the release of Essex, I've been mostly focused on upgrade testing. Things seem generally okay with the exception of Glance and the way it

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Justin Santa Barbara
It's easy when each new version is defined by a central body. The problem we face is that we want to allow HP, Rackspace, Nexenta etc to define their own extensions, without serializing through a central body. Some extensions may only apply to private clouds and never be shared publicly. This

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread Chris Behrens
I'm noticing that core reviewers aren't tagged as a +2 anymore in the general review box. Instead, it just shows a check. (Except for my own reviews, which show as a +2). I have to look at the review comments to see if others voted +2 now. - Chris On Apr 12, 2012, at 4:23 PM, James E.

Re: [Openstack] New Gerrit version (and server)

2012-04-13 Thread James E. Blair
Chris Behrens cbehr...@codestud.com writes: I'm noticing that core reviewers aren't tagged as a +2 anymore in the general review box. Instead, it just shows a check. (Except for my own reviews, which show as a +2). I have to look at the review comments to see if others voted +2 now. A

Re: [Openstack] Recent changes to Ubuntu packaging wrt Glance, upgrading, database sync

2012-04-13 Thread Joshua Harlow
So a useful question, What mistakes can we learn from this to make sure that this doesn't happen again and that if it does we catch it much earlier? On 4/13/12 4:17 PM, Adam Gandelman ad...@canonical.com wrote: Hi- We've added a patch to the Glance package in Ubuntu to help improve the

Re: [Openstack] [Openstack-operators] Health Monitoring Blueprints

2012-04-13 Thread Stefano Maffulli
On 04/11/2012 02:52 PM, Stefano Maffulli wrote: We're not yet sure to be able to offer this. Wait for an official communication. Here is a brief update regarding the live streaming situation. Here is the good news: Cisco kindly offered http://openstack.webex.com. If you get there you'll see

Re: [Openstack] Just JSON, and extensibility

2012-04-13 Thread Jorge Williams
On Apr 13, 2012, at 3:20 PM, Justin Santa Barbara wrote: My understanding is that the solution we have now is that any extension goes into its own namespace; we assign a prefix to the namespace and have a way to map that prefix to the full namespace. (Similar to XML schemas). Currently

Re: [Openstack] [Openstack-operators] Health Monitoring Blueprints

2012-04-13 Thread Duncan McGreggor
cc'ing Jorge Castro from Canonical (who will be at the conference... and maybe the summit?). Jorge, question below on how to deal with Webex on Ubuntu and limited time/people resources. On Fri, Apr 13, 2012 at 9:48 PM, Stefano Maffulli stef...@openstack.org wrote: On 04/11/2012 02:52 PM,

Re: [Openstack] [Openstack-operators] Health Monitoring Blueprints

2012-04-13 Thread Angus Salkeld
On 13/04/12 18:48 -0700, Stefano Maffulli wrote: On 04/11/2012 02:52 PM, Stefano Maffulli wrote: We're not yet sure to be able to offer this. Wait for an official communication. Here is a brief update regarding the live streaming situation. Here is the good news: Cisco kindly offered

[Openstack-qa-team] A Tempest run results

2012-04-13 Thread Julien Danjou
Hello, We ran tempest against our platform these last days. It is running OpenStack Essex-4. I found a number of issues, some of them I reported as bug reports: https://bugs.launchpad.net/tempest/+bug/979728 https://bugs.launchpad.net/tempest/+bug/978932

Re: [Openstack-qa-team] A Tempest run results

2012-04-13 Thread David Kranz
I submitted a fix for the markers problem on the essex stable branch and now all the tests (almost) pass using the real essex release. The only issue was a non-reproducible failure. I ran this a dozen more times and did not see it again :-( . So be on the watch for this.

[Openstack-ubuntu-testing-notifications] Build Failure: precise-openstack-essex-deploy #18315

2012-04-13 Thread openstack-testing-bot
Title: precise-openstack-essex-deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise-openstack-essex-deploy/18315/Project:precise-openstack-essex-deployDate of build:Fri, 13 Apr 2012 21:03:55 -0400Build duration:45 minBuild cause:Started by user adamBuilt