[Openstack] Single Network Interface Configuration

2012-02-01 Thread Leander Bessa
Hello, Up until now i have followed various configuration for openstack. What i failed to notice was that all those configurations assumed there were two network interfaces available on my system. Unfortunately, i have only one network interface available per machine. My question now is, can i

Re: [Openstack] [Nova] Essex dead wood cutting

2012-02-01 Thread Rangababu Chakravarthula
We use Ubuntu KVM + Libivrt and have helped several clients build private clouds and all of them are using Windows guests (Win 2003, Win 2008, Win 7). For all the issues that we had with windows guests on KVM, we had to figure out ourselves or get help from kvm community forums. MS would only

Re: [Openstack] Fast cloning - FF-Exception request

2012-02-01 Thread Devdeep Singh
Hi, I have updated the fast cloning changes with an new patch set. Caching is off by default for xenapi and the default behavior doesn't change (for libvirt or xenapi). It also addresses the other review comments that were given for the feature. Regards, Devdeep -Original Message-

[Openstack] Please be careful with reviews

2012-02-01 Thread Thierry Carrez
Nova-core reviewers: In these times of feature freeze and as we get closer to releases, please be extra-careful with reviews. Case in point: https://review.openstack.org/#change,3609 This was approved while still missing a second core review, and it very much looks like a feature (should have

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
Didn't work here is the o/p root@server3:~# glance -A 16afc976-4dfa-4175-a7ea-ec8446f636b3 details Failed to show details. Got error: Internal Server error: Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/eventlet/wsgi.py, line 336, in handle_one_response result =

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Jay Pipes
If you do: curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 GLANCE_API_HOST:GLANCE_API_PORT/v2/images What is returned? -jay On 02/01/2012 11:19 AM, Paras pradhan wrote: Didn't work here is the o/p root@server3:~# glance -A 16afc976-4dfa-4175-a7ea-ec8446f636b3 details Failed

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
Got this -- root@server3:/etc/nova# curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 192.168.122.14:9292/v2/images * About to connect() to 192.168.122.14 port 9292 (#0) * Trying 192.168.122.14... connected * Connected to 192.168.122.14 (192.168.122.14) port 9292 (#0) GET

Re: [Openstack] Glance authentication with Keystone woes...

2012-02-01 Thread Lillie Ross-CDSR11
Hi Jay, Yes, this confused me, however I get the same error using the token I generated and added (via the keystone-manage command). To wit: root@nova:~# keystone-manage token list token userexpiration tenant

Re: [Openstack] Swift Consistency Guarantees?

2012-02-01 Thread Thomas, Duncan
Mark Nottingham on 01 February 2012 05:19 wrote: On 31/01/2012, at 2:48 PM, andi abes wrote: The current semantics allow you to do 1) the the most recent cached copy, using the http caching mechanism. This will ignore any updates to the swift cluster, as long as the cache is not stale

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
np. here is it root@server3:/etc/nova# curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 192.168.122.14:9292/v1/images * About to connect() to 192.168.122.14 port 9292 (#0) * Trying 192.168.122.14... connected * Connected to 192.168.122.14 (192.168.122.14) port 9292 (#0) GET

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
I think i pasted the wrong one . Here is it again. -- root@server3:/etc/glance# curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 192.168.122.14:9292/v1/images * About to connect() to 192.168.122.14 port 9292 (#0) * Trying 192.168.122.14... connected * Connected to 192.168.122.14

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Jay Pipes
Sorry about that... should have been v1 not v2 :) -jay On 02/01/2012 11:29 AM, Paras pradhan wrote: Got this -- root@server3:/etc/nova# curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 192.168.122.14:9292/v2/images * About to connect() to 192.168.122.14 port 9292 (#0) * Trying

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Kiall Mac Innes
I think Jay gave you the wrong command to try, he probably meant: (notice the v2 changed to v1.1) curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 GLANCE_API_HOST:GLANCE_API_PORT/v1.1/images Thanks, Kiall On Wed, Feb 1, 2012 at 4:29 PM, Paras pradhan pradhanpa...@gmail.comwrote:

Re: [Openstack] Single Network Interface Configuration

2012-02-01 Thread Vishvananda Ishaya
You can do it with one network, although it is more difficult to setup. You probably want to trunk a bunch of vlans and manually create one vlan interface to use for the native stuff. For example, designate eth0 as your vlan_interface, but manually create vlan10 and specify vlan10 as your

Re: [Openstack] Swift Consistency Guarantees?

2012-02-01 Thread Caitlin Bestler
Mark Nottingham wrote: On 31/01/2012, at 2:48 PM, andi abes wrote: The current semantics allow you to do 1) the the most recent cached copy, using the http caching mechanism. This will ignore any updates to the swift cluster, as long as the cache is not stale 2) get a recent copy

[Openstack] LXC Volumes - FFE

2012-02-01 Thread Chuck Short
Hi, https://blueprints.launchpad.net/nova/+spec/lxc-volumes I am asking for a FFE for adding LXC volume support. I realize that this feature is pretty late in the development cycle, but it has been well tested and it is a relatively simple change. If you have any questions please let me know.

Re: [Openstack] FW: dashboard in oneric

2012-02-01 Thread Paul McMillan
On 02/01/2012 07:27 AM, George Mihaiescu wrote: I hope that any of the Dashboard developers can provide instructions on how to install Dashboard from a milestone-release source code (Essex2 or Essex3) while using MySQL for DB and Apache2 as the web server, AND NOT by using virtual-env + sqlite.

Re: [Openstack] LXC Volumes - FFE

2012-02-01 Thread Vishvananda Ishaya
+1 from me. changes are pretty minor. On Feb 1, 2012, at 10:14 AM, Devin Carlen wrote: +1! On Wednesday, February 1, 2012 at 9:54 AM, Chuck Short wrote: Hi, https://blueprints.launchpad.net/nova/+spec/lxc-volumes I am asking for a FFE for adding LXC volume support. I realize

[Openstack] nova-manage network create + Essex-3 + Quantum : not working

2012-02-01 Thread Leandro Reox
Hi guys ! Were having an issue with nova-manage trying to create a network on quatum authenticating with keystone, detailed here : Detailed question here: https://answers.launchpad.net/quantum/+question/186541 Regards! Lean ___ Mailing list:

[Openstack] Remove Zones code - FFE

2012-02-01 Thread Sandy Walsh
As part of the new (and optional) Zones code coming down the pipe, part of this is to remove the old Zones implementation. More info in the merge prop: https://review.openstack.org/#change,3629 So, can I? can I? Huh? ___ Mailing list:

Re: [Openstack] Remove Zones code - FFE

2012-02-01 Thread Vishvananda Ishaya
I would prefer that if it can be done super-super fast. :) Vish On Feb 1, 2012, at 1:04 PM, Chris Behrens wrote: I wonder if we can use some of the architecture of the new code and move the current implementation to that model. It'd preserve the existing functionality, set us up for the

Re: [Openstack] Remove Zones code - FFE

2012-02-01 Thread Nathanael Burton
+1 On Feb 1, 2012 4:13 PM, Vishvananda Ishaya vishvana...@gmail.com wrote: I would prefer that if it can be done super-super fast. :) Vish On Feb 1, 2012, at 1:04 PM, Chris Behrens wrote: I wonder if we can use some of the architecture of the new code and move the current implementation

[Openstack] Image cache management - FFE

2012-02-01 Thread Michael Still
Hi. https://blueprints.launchpad.net/nova/+spec/nova-image-cache-management This change has been in code review for a while (https://review.openstack.org/#change,2902). It didn't make it in before the feature freeze because I got called away and didn't have a chance to address the last few

Re: [Openstack] Image cache management - FFE

2012-02-01 Thread Vishvananda Ishaya
+1 because: makes administration much easier only affects one driver implemented as a periodic callback and doesn't mess with core code. Vish On Feb 1, 2012, at 1:19 PM, Michael Still wrote: Hi. https://blueprints.launchpad.net/nova/+spec/nova-image-cache-management This change has been

Re: [Openstack] Remove Zones code - FFE

2012-02-01 Thread Alejandro Comisario
Hi guys. Its true that we are trying to make multizones work, actually we did, but we get into an instance were listing all vms from the parent zone ( where is has to go thru all the child zones ) is buggy ( if not impossible by now ). So, if there is a new zone architecture that actually

Re: [Openstack] [FF-Exception request] - Bare-metal provisioning with Tilera tiled-processor back-end

2012-02-01 Thread Vishvananda Ishaya
+1 on this. This has been under review for a long time. It is a separate driver, so there aren't risks for existing drivers. I really want to get to robust bare metal support and this moves us in the right direction. Vish On Jan 31, 2012, at 11:59 AM, Mikyung Kang wrote: Hello, I am

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
I think i found the problem Added/Edited the following to glance-api.conf pipeline = authtoken keystone_shim registryapp and pipeline = versionnegotiation authtoken keystone_shim apiv1app to glance-registry.conf I am not geeting any errors now. Paras. On Wed, Feb 1, 2012 at 11:06 AM,

Re: [Openstack] Remove Zones code - FFE

2012-02-01 Thread Alejandro Comisario
Sounds pretty good Vish. Since we are mostly deployers, and the ones who are gonna try the new code from day zero, whats good for Sandy, its good for us. Alejandro. On 02/01/2012 06:57 PM, Vishvananda Ishaya wrote: Thanks for the feedback. It is good to get input from one of the largest

[Openstack] euca2ools

2012-02-01 Thread Paras pradhan
Hi, Is this the correct command to add to keystone in order for euca2ools to work? keystone-manage credentials add adminUser EC2 'secretword' adminTenant This is what I am getting when i list credentials -- root@server3:~# keystone-manage credentials list ERROR: 'NoneType' object has no

Re: [Openstack] Remove Zones code - FFE

2012-02-01 Thread Sandy Walsh
Understood, timing is everything. I'll let Chris talk about expected timing for the replacement. From a deployers side, nothing would really change, just some configuration options ... but a replacement should be available. I'm sure we could get it working pretty easily. The Keystone

Re: [Openstack] [Nova] Essex dead wood cutting

2012-02-01 Thread Sriram Subramanian
What kind of support from MS is needed to support Hyper-V in Openstack? From: openstack-bounces+sriram=computenext@lists.launchpad.net [mailto:openstack-bounces+sriram=computenext@lists.launchpad.net] On Behalf Of Rangababu Chakravarthula Sent: Wednesday, February 01, 2012 6:17 AM To:

[Openstack] Capture of the Keystone/LDAP Role discussion

2012-02-01 Thread Adam Young
As part of the effort to get LDAP support into Keystone Light, we had a bit of a design discussion on IRC. The discussion focused on Roles, and I would like to sum up what was said in that discussion. When we talk about Roles, we mean the permissions a given user has in a given tenant. As

[Openstack] Swift S3 with Keystone anyone?

2012-02-01 Thread Pete Zaitcev
Hello: Does anyone happen to have Swift running with S3 and Keystone? If yes, send me the proxy-server.conf, please. Also, I'd like to ask a few questions, if I may. I tried to piece it together from the code, but failed. The authentication is done with a special hook into Keystone. It supplies

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-01 Thread Kuo Hugo
I would love to know more about this topic too. push Hugo Kuo 2012/2/2 Pete Zaitcev zait...@redhat.com Hello: Does anyone happen to have Swift running with S3 and Keystone? If yes, send me the proxy-server.conf, please. Also, I'd like to ask a few questions, if I may. I tried to piece

Re: [Openstack] Remove Zones code - FFE

2012-02-01 Thread Vishvananda Ishaya
I talked with chris a bit offline, and I'm a little concerned that we will be pushing too hard to try and get this into a working state by Essex. I think even if we to slam it in we will be faced with bugs that will make the essex version potentially as broken as the current zones code is. It

Re: [Openstack] [Nova] Essex dead wood cutting

2012-02-01 Thread Vishvananda Ishaya
We don't need support from microsoft specifically. What we need is one or more companies committed to: a) actually using the Hyper-V driver b) writing tests and fakes so that the existing functionality doesn't break c) providing test hardware and jenkins integration for functional testing d)

Re: [Openstack] Capture of the Keystone/LDAP Role discussion

2012-02-01 Thread Vishvananda Ishaya
Nice summary. As you said ldap structures are going to vary by company. I am curious if AD has a standard way of dealing with this that we could use. FWIW, the nova deprecated ldap auth code uses subtrees for roles, and yes it is painful, but it might be the way to go if we want something

Re: [Openstack] First patch for LocalFS enhancement available for review

2012-02-01 Thread Akihiro MOTOKI
Hi Caitlin, I'm interested in ZFS support in Swift. lfszfs.py in your patch imports nspyzfs, but I could not find it. Where can I get it from? The first patch has been posted for review: https://github.com/vineethrp/swift/commit/c062d4bad5fd8aa4a7bc5ad481b23c07216f281a This patch

[Openstack-qa-team] Getting rid of bad vms

2012-02-01 Thread David Kranz
Due to some bugs in nova it can happen that a vm fails to start and, due to another bug, 'nova delete' will not delete it. There was a mention somewhere that you have to manually remove it from the database but I am not sure exactly what command will do that. Can some one help me out? -David