Re: [Openstack] Nexenta Driver proposal

2012-01-18 Thread Yuriy Taraday
Hello again, everyone. We finally got our pass to integrate the driver with Essex release. What should we do to target our blueprint to Essex release to pass through feature freeze at essex-3? We're going to provide code no later than Feb 15, so we'll have enough time to be ready before code freez

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

2012-01-18 Thread Gary Kotton
Brilliant! From: openstack-bounces+garyk=radware@lists.launchpad.net [mailto:openstack-bounces+garyk=radware@lists.launchpad.net] On Behalf Of Joshua Harlow Sent: Wednesday, January 18, 2012 9:21 PM To: Mark McLoughlin Cc: Andy Smith; openstack Subject: Re: [Openstack] Proposal for new

[Openstack] Deprecations for you to be aware of

2012-01-18 Thread Kevin L. Mitchell
Greetings. Changes have recently been made to the nova API which deprecate the old RequestExtension and ActionExtension classes in favor of ControllerExtension. For now, the old-style extensions will work, but I am currently working on a patch that will remove them entirely (and, by extension, al

Re: [Openstack] libvirt issues

2012-01-18 Thread Anthony Young
No, you are not paranoid:) https://bugs.launchpad.net/devstack/+bug/917933 I'm working on this right now, so watch that bug to get updates. A On Wed, Jan 18, 2012 at 3:06 PM, Mohammad Banikazemi wrote: > Thanks for the script. > Maybe I am being paranoid or I have messed up my setup but since

Re: [Openstack] libvirt issues

2012-01-18 Thread Jesse Andrews
VNC consoles used to be an openstackx extension. Anthony is working today on moving it into openstack contrib. On Wed, Jan 18, 2012 at 3:06 PM, Mohammad Banikazemi wrote: > Thanks for the script. > Maybe I am being paranoid or I have messed up my setup but since yesterday > I cannot use VNC con

Re: [Openstack] libvirt issues

2012-01-18 Thread Mohammad Banikazemi
Thanks for the script. Maybe I am being paranoid or I have messed up my setup but since yesterday I cannot use VNC console. I get the following: Error: Unable to get VNC console for instance "7874ca62-d756-43cb-90ad-1c25ea781723" Any idea what may have led to this issue. Thanks much. From: Jo

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

2012-01-18 Thread Lloyd Dewolf
I +3.14159265 that! On Wed, Jan 18, 2012 at 11:55 AM, Jesse Andrews wrote: > devstack-pi (play on version numbers and python) > > On Wed, Jan 18, 2012 at 11:22 AM, Joshua Harlow > wrote: >> Sure, this was just a name I picked. It can be renamed to anything, works >> for me. I just needed a name

Re: [Openstack] libvirt issues

2012-01-18 Thread Joshua Harlow
I've also had to run the following before. Might be useful for others. Might be a bug somewhere that causes them to be leftover... $ more clear-domains.py import libvirt import sys connUri = "qemu:///system" conn = libvirt.open(connUri) if(conn == None): print("Could not open connection to

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

2012-01-18 Thread Jesse Andrews
devstack-pi (play on version numbers and python) On Wed, Jan 18, 2012 at 11:22 AM, Joshua Harlow wrote: > Sure, this was just a name I picked. It can be renamed to anything, works > for me. I just needed a name for a github project (and it seemed to make > sense at the time, haha). > > -Josh > >

Re: [Openstack] libvirt issues

2012-01-18 Thread Anthony Young
It is likely that one of devstack, nova, openstackx, or dashboard are out-of-date. You should update those directories, and then re-run stack.sh A On Wed, Jan 18, 2012 at 8:42 AM, Mohammad Banikazemi wrote: > I resolved the 2nd problem by using "virsh undefine instance-0002". > Still have

Re: [Openstack] has anyone tried devstack this morning

2012-01-18 Thread Anthony Young
you should also virsh undefine instance-0002 On Wed, Jan 18, 2012 at 11:14 AM, Jesse Andrews wrote: > looks like you have instances running. > >virsh list > > then terminate the instances. > > On Wed, Jan 18, 2012 at 8:15 AM, Debo Dutta (dedutta) > wrote: > > Gabriel > > > > > > > > As a

Re: [Openstack] has anyone tried devstack this morning

2012-01-18 Thread Jay Pipes
yeah, this happens occasionally (typically after I interrupt a Tempest job or something) ... The following will clear out and remove any old libvirt instances that may be running in your system (blatantly ripped from devstack): INSTANCE_NAME_PREFIX=${INSTANCE_NAME_PREFIX:-instance-} # De

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

2012-01-18 Thread Joshua Harlow
Sure, this was just a name I picked. It can be renamed to anything, works for me. I just needed a name for a github project (and it seemed to make sense at the time, haha). -Josh On 1/18/12 9:10 AM, "Lloyd Dewolf" wrote: On Tue, Jan 17, 2012 at 10:20 AM, Joshua Harlow wrote: > > Please check

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

2012-01-18 Thread Joshua Harlow
Sweet, we are working on getting functionality for rhel and ubuntu up and going and then hopefully some docs (and code comments) can be added in so other people can know exactly what is going on (without the typical "go read the code" response). But the idea is the following: Have a set of json

Re: [Openstack] has anyone tried devstack this morning

2012-01-18 Thread Jesse Andrews
looks like you have instances running. virsh list then terminate the instances. On Wed, Jan 18, 2012 at 8:15 AM, Debo Dutta (dedutta) wrote: > Gabriel > > > > As a control experiment I ran devstack on a fresh vm using non Quantum > > > > Observations: > > · When I try to add a rule

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

2012-01-18 Thread Gabriel Hurley
Indeed, the 10 item default on Keystone's API is out of line with the rest of OpenStack's APIs (Nova defaults to 1,000, Swift to 10,000), but keystoneclient also need to be updated to support limit + marker pagination. Once that's implemented we can set an arbitrarily larger default in Horizon

Re: [Openstack] how to verify nova uses openstackx extensions?

2012-01-18 Thread Anthony Young
In your nova-api log, you should see lines like the following if openstackx is loading: 2012-01-18 09:32:01,329 DEBUG nova.api.openstack.extensions [-] Loading extension extensions.admin.Admin from (pid=3731) debug /opt/stack/nova/nova/log.py:1752012-01-18 09:32:01,620 DEBUG nova.api.openstack.ext

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

2012-01-18 Thread Ghe Rivero
In this case, I must take a step forward and start planing Debian support asap. Ghe Rivero On Wed, Jan 18, 2012 at 12:45 PM, Mark McLoughlin wrote: > > Serious kudos to you guys on this part. IMHO, having a devstack that > supports multiple distros is a massive win for OpenStack generally. > > H

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

2012-01-18 Thread Lloyd Dewolf
On Tue, Jan 17, 2012 at 10:20 AM, Joshua Harlow wrote: > > Please check it out @ https://github.com/yahoo/Openstack-Devstack2 To stave off confusion it might be a good idea to rename this from "2" to "alt" or similar, or even as forks tend to in the WordPress world "ultimate" or "all in one" ;-)

[Openstack] how to verify nova uses openstackx extensions?

2012-01-18 Thread ikke
Hi, I'm strugling with my dashboard setup on fedora, and I would like to verify nova sees openstackx extensions. I don't see anything in logs about it: grep -ri openstackx /var/log/{nova,keystone,glance}/* returns nothing. System is fedora 16 + openstack from rawhide, and horizon from git using

Re: [Openstack] libvirt issues

2012-01-18 Thread Mohammad Banikazemi
I resolved the 2nd problem by using "virsh undefine instance-0002". Still have the 1st problem. From: Mohammad Banikazemi/Watson/IBM@IBMUS To: openstack , Date: 01/18/2012 11:36 AM Subject:[Openstack] libvirt issues Sent by:openstack-bounces+mb=us.ibm@lists.launc

[Openstack] libvirt issues

2012-01-18 Thread Mohammad Banikazemi
After the dashboard issues were resolved yesterday I run into the following problems: 1- Now eventhough my dashboard interface looks ok I still keep getting the red box errors on top of my main page: Error: Unable to get service info: This error may be caused by a misconfigured Nova url in keyst

Re: [Openstack] has anyone tried devstack this morning

2012-01-18 Thread Debo Dutta (dedutta)
Gabriel As a control experiment I ran devstack on a fresh vm using non Quantum Observations: * When I try to add a rule for a security group, it goes back to the main screen without remaining in the security group view. * When I instantiate a vm, horizone goes from sche

Re: [Openstack] Swift Consistency Guarantees?

2012-01-18 Thread Nikolaus Rath
Michael Barton writes: > On Tue, Jan 17, 2012 at 4:55 PM, Nikolaus Rath 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 thin

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

2012-01-18 Thread Mark McLoughlin
On Tue, 2012-01-17 at 11:20 -0800, Joshua Harlow wrote: > My goals were/are/(may continue to be, haha) the following: ... > 3. Have the ability to have pkg/pip installation (and definition > separate from the main code, already starting to be done), in more > than 1 distro. > * This allows

[Openstack] multi-threaded nova-api

2012-01-18 Thread Komarzeniec, Cezary
Hi, I'm searching for a way to run nova-api on more than one core (in now runs on a single thread, and can consume all of the single core's computing power). Could you point me in the right direction? In one of the previous threads I found some info about using ha-proxy to achieve this. Are ther

Re: [Openstack] "F" release naming poll - Folsom wins

2012-01-18 Thread Thierry Carrez
For those not tweeting nor IRCing, the results are in: Our F release, expected some time in Fall 2012, will be named "Folsom". Folsom wins by a significant margin, over Freedom and Fortuna: 1. Folsom (50) 2. Freedom (35) 3. Fortuna (33) 4. Fremont (16) 5. Fresno (15) Complete results at: https:

Re: [Openstack] how metadata service works in multi_host mode

2012-01-18 Thread François Charlier
On Wed, Jan 18, 2012 at 05:10:26PM +0800, heut2008 wrote: > hi,folks > I am confused that when we config nova to use multi_host in Vlan mode. > both nova-compute and nova-network run in the same server. > how does the instance get the metadata. > > 1、the instance try to get the metadata from 169

[Openstack] how metadata service works in multi_host mode

2012-01-18 Thread heut2008
hi,folks I am confused that when we config nova to use multi_host in Vlan mode. both nova-compute and nova-network run in the same server. how does the instance get the metadata. 1、the instance try to get the metadata from 169.254.169.254. the request is send to nova-network through the switch c

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

2012-01-18 Thread Alessio Ababilov
Hi, Sean! You know, swift seems to be not very intelligent :) There are two styles of authorization (v1.0 and v2.0) and swift doesn't try to guess the version from provided URL. In your case, swift tried do send v1 query to keystone and retrieve URL from response header. Keystone doesn't set