[Openstack] Devstack/Dashboard Issue

2012-01-17 Thread Gary Kotton
Hi, When I connect to the dashboard after a devstack installation I get the following error: Unable to get service info: This error may be caused by a misconfigured Nova url in keystone's service catalog, or by missing openstackx extensions in Nova. See the Horizon README. A little

Re: [Openstack] Devstack/Dashboard Issue

2012-01-17 Thread Jesse Andrews
This is a known issue with master due to a change to how extension work with nova. I expect it will be fixed within a day. On Jan 17, 2012 12:08 AM, Gary Kotton ga...@radware.com wrote: Hi, When I connect to the dashboard after a devstack installation I get the following error:

Re: [Openstack] Devstack/Dashboard Issue

2012-01-17 Thread Gabriel Hurley
The Horizon core devs discovered this issue with devstack master earlier today. It is reported here: https://bugs.launchpad.net/devstack/+bug/917457 The issue has been triaged as critical and assigned. Hopefully a resolution will come shortly. In the interim, it *is* possible to get things

Re: [Openstack] new install document for Compute/Image/Identity/Dashboard

2012-01-17 Thread Razique Mahroua
Thanks Anne for the hard work.I'll have a look this morning :)Later,Razique Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 16 janv. 2012 à 17:46, Anne Gentle a écrit :All, I haven't yet proposed a merge since I'm looking for input onpointing to community packages, but the doc is

Re: [Openstack] Devstack/Dashboard Issue

2012-01-17 Thread Shaon
thanks Gray, saved me a mail. I am facing the same issue on my virtualbox installation of devstack. On Tue, Jan 17, 2012 at 2:30 PM, Gabriel Hurley gabriel.hur...@nebula.comwrote: The Horizon core devs discovered this issue with devstack master earlier today. It is reported here: **

Re: [Openstack] Associating VM to a quantum network

2012-01-17 Thread Alisson Soares Limeira Pontes
Yes Dan, you are right. I am using the stackOps distro, and the network 1 was created before quantum instalation, i don't know how neather why. Now I have these two networks root@nova-controller:~/quantum-2011.3# nova-manage network list id IPv4 IPv6 start

Re: [Openstack] Nova trunk completely broken on Python 2.6

2012-01-17 Thread Monty Taylor
On 01/17/2012 02:16 PM, Jay Pipes wrote: On Mon, Jan 16, 2012 at 9:48 PM, Ewan Mellor ewan.mel...@eu.citrix.com wrote: While I’m here, any chance we can have a unit test running on Python 2.6? Monty and Jim have been working on getting parallel 2.7 and 2.6 tests going with the tox

Re: [Openstack] Nova trunk completely broken on Python 2.6

2012-01-17 Thread Thierry Carrez
Ewan Mellor wrote: As of the following changeset, Nova trunk is completely broken on Python 2.6. I presume that we’re still supporting 2.6? (We better had be!) [...] commit 035b43b1fd320008234e066e30629fb0e359b424 [...] I mainly raise this on the mailing list because I thought that we

[Openstack] Reminder: OpenStack Project meeting - 21:00 UTC

2012-01-17 Thread Thierry Carrez
Hello everyone, Our weekly project release status meeting will take place at 21:00 UTC this Tuesday in #openstack-meeting on IRC. PTLs, if you can't make it, please name a substitute on [2] ! We are just one week away from E3 branch cut point. We'll be reviewing progress and adjusting targets

Re: [Openstack] F release naming poll - Cast your vote !

2012-01-17 Thread Thierry Carrez
Thierry Carrez wrote: The poll closes next Tuesday, January 17, at 21:30 UTC. Just a reminder that you should vote today, before the project meeting starts. Don't let someone else pick the wrong name: https://launchpad.net/~openstack/+poll/f-release-naming/+vote -- Thierry Carrez (ttx)

[Openstack] Proposal to limit decorator usage

2012-01-17 Thread Lorin Hochstein
While going through merge proposal, I ran across this one from Mark Washenberger about limiting the number of decorators to 2 in nova code: https://review.openstack.org/2966 There's some good discussion on this in the proposal comments, but I thought it should hit the mailing list as well, in

[Openstack] Is m1.tiny instance type supported for Xen?

2012-01-17 Thread Alessio Ababilov
Hi! OpenStack Nova allows to run instances with local_gb = 0 for m1.tiny instance type if libvirt is used. As I see, m1.tiny is not supported when using Xen. Am I right? I think it would be better to unify behavior for different backends. Here are code examples. Generic code allows

Re: [Openstack] Associating VM to a quantum network

2012-01-17 Thread Dan Wendlandt
On Tue, Jan 17, 2012 at 3:03 AM, Alisson Soares Limeira Pontes apon...@cpqd.com.br wrote: Yes Dan, you are right. I am using the stackOps distro, and the network 1 was created before quantum instalation, i don't know how neather why. Now I have these two networks

Re: [Openstack] Proposal to limit decorator usage

2012-01-17 Thread Kevin L. Mitchell
On Tue, 2012-01-17 at 11:09 -0500, Lorin Hochstein wrote: Decorators -- A function or method should not have more than two decorators applied to it where it is defined. I'll point out that current discussion on that merge thread is favoring a different idea altogether: restrict

[Openstack] [Errno 113] EHOSTUNREACH

2012-01-17 Thread Khaled Ben Bahri
Hi all, I installed openstack swift on 7 vms, I added to the proxy-server, the configuration lines to include the s3 interface When i'm logged to the proxy server, i can execute different commands of swift, But I want to use the swift client tool from a distant machine, I have this error

Re: [Openstack] Proposal to limit decorator usage

2012-01-17 Thread Sandy Walsh
Seems kind of arbitrary doesn't it? Perhaps something about not using decorators with arguments instead? (since they're the biggest wart on the ass of Python) -S From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net

[Openstack] How to add new applications to openStack?

2012-01-17 Thread Joe Smithian
Hi All, I have a RESTful web application which has already been developed in Java using Tomcat and Jersey. I'd like to integrate my application into the openstack framework to reuse its web server, database server, Message queue server, security, etc. I'm new to openstack and python web

[Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Joshua Harlow
Hi all, I would just like to propose a new devstack (v2?) that we have been starting to work on that uses python throughout as well as has componentized installs (for glance, nova...) and a nice object oriented design and the like (including having a json format for defining package and pip

Re: [Openstack] How to add new applications to openStack?

2012-01-17 Thread Jay Pipes
On Tue, Jan 17, 2012 at 11:50 AM, Joe Smithian joe.smith...@gmail.com wrote: Hi All, I have a RESTful web application which has already been developed in Java using Tomcat and Jersey. I'd like to integrate my application into the openstack framework to reuse its web server, database server,

[Openstack] Using the AWS CloudFormation with Nova

2012-01-17 Thread Harihara Vinayakaram
Hi I have managed to set up multiple zones in Nova and I have managed to get one zone to point to my Amazon account .I would like to use the Cloud Formation SDK to launch a machine in AWS using my zone . I am able to write a code to launch this separately. I am not able to visualize where

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Andy Smith
Looks cool :) I've been trying to plant the seed of switching devstack to python (heavily utilizing fabric and cuisine) in my team's head for a while now. We are heavily dependent on devstack for our development and testing workflows so it would be a pretty big decision for us to switch tools,

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Joshua Harlow
Thx, Yes we haven't been 100% doing the style stuff yet (which is ok I think for now). My idea for not using an underlying fabric was just to keep it as simple as possible (but not to simple). Not always an easy choice :-) On 1/17/12 10:56 AM, Andy Smith andys...@gmail.com wrote: Looks cool

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Jesse Andrews
I think a goal would be to have easy fabric integration. Right now our fabric scripts for devstack look like: @task @parallel def stop(): Kill devstack and all VMs running run(killall -9 screen || true) run(screen -wipe || true) # note we can probably remove this once devstack

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Joshua Harlow
My goals were/are/(may continue to be, haha) the following: 1. Add in enough abstraction so that you can look at how each component is installed/uninstalled/started/stopped by looking at a single file (maybe 2 files) 2. Have the ability to start/stop in different manners (not always

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Debo Dutta (dedutta)
On a different note: ideally we should have folks run a devstack build with their changes before committing else we will have broken devstack builds e.g. now. debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net

[Openstack] has anyone tried devstack this morning

2012-01-17 Thread Debo Dutta (dedutta)
Got this error Environment: Request Method: GET Request URL: http://192.168.223.136/nova/images_and_snapshots/ Django Version: 1.3 Python Version: 2.7.2 Installed Applications: ['dashboard', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles',

Re: [Openstack] How to add new applications to openStack?

2012-01-17 Thread Joe Smithian
Hi Hitesh and Jay, Thanks for your comments. I have to rephrase my question; I meant using the same web server, MQ server, and database servers for my application, which is not really integration with openStack; it can communicate with openStack using REST APIs. I just need to learn how to deploy

Re: [Openstack] How to add new applications to openStack?

2012-01-17 Thread Jay Pipes
On Tue, Jan 17, 2012 at 3:15 PM, Joe Smithian joe.smith...@gmail.com wrote: Hi Hitesh and Jay, Thanks for your comments. I have to rephrase my question; I meant using the same web server, MQ server, and database servers for my application, which is not really integration with openStack; it

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Monty Taylor
We currently run devstack on all changes before letting them land. I think once devstack-v2 is ready to go, it should be pretty easy to add a job that runs it as well for a little bit until we're happy with stability, and then turn off the old one. As long as v2 continues to be annotated and

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Joshua Harlow
That's the goal. More sanity the better! :-) But not to much that it becomes abstracted away to far. Once this comes out of WIP mode (hopefully soon) we'll hopefully be able to do all that, and help unit tests run with ubuntu and rhel6 (ie on smokestack). And going forward hopefully this can

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Joshua Harlow
I think this can be done, sure. Its basically abstracting away how actually execute commands (ie going throw fabric instead of the shell...). Which I think can be accomplished. On 1/17/12 11:18 AM, Jesse Andrews anotherje...@gmail.com wrote: I think a goal would be to have easy fabric

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Gabriel Hurley
It's a known bug that was recently introduced. I refer you to the thread last night/this morning about it: https://lists.launchpad.net/openstack/msg06729.html - Gabriel From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Debo Dutta (dedutta)
Thanks I tried installing devstack with Quantum and ignoring the horizon error messages (for now) I see networks created but the VMs don't spin up. Do you know of any prev working state so that I can just checkout the old code and get it to work? debo From: Gabriel Hurley

[Openstack] Swift Consistency Guarantees?

2012-01-17 Thread Nikolaus Rath
Hello, Amazon S3 and Google Storage make very explicit (non-) consistency guarantees for stored objects. I'm looking for a similar documentation about OpenStack's Swift, but haven't had much success. Could someone summarize what kind of consistency guarantees a swift server offers? For example:

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Anthony Young
Hey Debo - A fix has been merged for https://bugs.launchpad.net/devstack/+bug/917457 - hopefully that resolves your issue! Anthony On Tue, Jan 17, 2012 at 4:00 PM, Debo Dutta (dedutta) dedu...@cisco.comwrote: Thanks …. I tried installing devstack with Quantum and ignoring the horizon error

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Gabriel Hurley
That fixed devstack, but there are still numerous broken import statements in openstackx. That doesn't fix the overall problem at all, sadly. - Gabriel From: Anthony Young [mailto:sleepsonthefl...@gmail.com] Sent: Tuesday, January 17, 2012 5:09 PM To: Debo Dutta (dedutta) Cc: Gabriel

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Anthony Young
You will need to make sure that all your dependent branches (in particular openstackx) are up-to-date in order to test the changes. You can do this with a clean run of devstack on a clean vm, by using RECLONE=yes environment variable, or by manually updating the code using git commands. By

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Gabriel Hurley
Confirmed that as of about 5 PM PST today, devstack is no longer broken. I used it to install quantum yesterday, and as far as I can tell, Quantum is in a semi-working state in relation to Nova master. I am not an expert on Quantum and can't speak for the status of quantum trunk, but it's no

[Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Tomoe Sugihara
Hi, I have put up a blueprint (https://blueprints.launchpad.net/nova/+spec/start-stop-methods-support-in-os-servers-api) for supporting start/stop compute api, which should work well for boot-from-volume from OpenStack API, and I'm happy to contribute code for Essex release. Could someone tell

Re: [Openstack] Keystone Curl can't get tokens by credentials

2012-01-17 Thread Xuyun Zhang
Hi Alessio, Thank you for your help. Your answer solved the problem. I was really confused by the different documents with different versions. It should be v2.0. But after this step, I met another problem, when I ran swift -A http://127.0.0.1:5000/v2.0 -U joeuser -K secrete stat -v, I got the

[Openstack] dashboard's tenant and users at most list 10 rows data

2012-01-17 Thread ljvsss
hi: if i have more than 10 uses or tenants in dashboard,here [image: image.png] at most list 10 rows data, is there anybody know how to change it? thanks very much image.png___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Vishvananda Ishaya
You can propose code without an approved blueprint. Are you sure there isn't already a server action for stop/start? Vish On Jan 17, 2012, at 7:46 PM, Tomoe Sugihara wrote: Hi, I have put up a blueprint

Re: [Openstack] Swift Consistency Guarantees?

2012-01-17 Thread Michael Barton
On Tue, Jan 17, 2012 at 4:55 PM, Nikolaus Rath nikol...@rath.org wrote: Amazon S3 and Google Storage make very explicit (non-) consistency guarantees for stored objects. I'm looking for a similar documentation about OpenStack's Swift, but haven't had much success. I don't think there's any

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Dan Wendlandt
On Tue, Jan 17, 2012 at 7:22 PM, Gabriel Hurley gabriel.hur...@nebula.comwrote: Confirmed that as of about 5 PM PST today, devstack is no longer broken. I used it to install quantum yesterday, and as far as I can tell, Quantum is in a semi-working state in relation to Nova master. I am not an

Re: [Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Chris Behrens
Vish: Looks like it's only in ec2 api. Tomoe: The support will need to be added in an extension, since it's not in the current API spec. Ie, it'll need to go under nova/api/openstack/compute/contrib in the tree, not directly in compute/servers.py. - Chris On Jan 17, 2012, at 9:21 PM,

Re: [Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Tomoe Sugihara
Vish, Chris, Thanks for the follow up. Sorry, the title was wrong, though I was thinking to put it under contrib. I'll send my code soon for review. Cheers, Tomoe On Wed, Jan 18, 2012 at 2:50 PM, Chris Behrens chris.behr...@rackspace.com wrote: Vish:  Looks like it's only in ec2 api. Tomoe:

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Deepak Garg
Thanks everyone, Its not a problem as of now. I just wanted to report it. Regs, Deepak On Wed, Jan 18, 2012 at 11:16 AM, Dan Wendlandt d...@nicira.com wrote: On Tue, Jan 17, 2012 at 7:22 PM, Gabriel Hurley gabriel.hur...@nebula.com wrote: Confirmed that as of about 5 PM PST today,

Re: [Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Jorge Williams
Tomoe, Once you get the extension up and running you'd want to document it :-) There are a set of templates for documenting the extension here: https://github.com/RackerWilliams/extension-doc-templates More (high level) details on API extensions here:

Re: [Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Tomoe Sugihara
Jorge, Thanks for reminding me of the most fun part:) Will do. Cheers, Tomoe On Wed, Jan 18, 2012 at 3:13 PM, Jorge Williams jorge.willi...@rackspace.com wrote: Tomoe, Once you get the extension up and running you'd want to document it :-) There are a set of templates for documenting the

Re: [Openstack] dashboard's tenant and users at most list 10 rows data

2012-01-17 Thread Alessio Ababilov
Hi! This is really a known bug in python-keystoneclient. It sends a simple request to retrieve these lists, and 10 top records are returned by default. The bug should be fixed in python-keystoneclient, or keystone server should be fixed and return all