Re: [Openstack] Limit flavors to specific hosts

2012-04-02 Thread Lorin Hochstein
to essex, though, so no clue if that code would still work if ported to the current trunk. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 2, 2012, at 1:36 PM, Day, Phil wrote: Hi Folks, I’m looking

Re: [Openstack] Limit flavors to specific hosts

2012-04-02 Thread Lorin Hochstein
with something like system=uv. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 2, 2012, at 9:23 PM, Jan Drake wrote: If I understand this correctly, the motivation is to be able to provide a hint to schedulers on host-level

[Openstack] Looking for complete keystone endpoint-create example

2012-04-02 Thread Lorin Hochstein
backend, not the database backend, so I can't use it for an example). In particular, do we have to create a separate endpoint for each tenant? Are endpointTemplates still around or are they gone now? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-04-01 Thread Lorin Hochstein
On Mar 29, 2012, at 12:40 PM, Daniel P. Berrange wrote: On Wed, Mar 28, 2012 at 04:41:28PM -0400, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com, created one from a raw image using qemu-img) that i want to add

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-04-01 Thread Lorin Hochstein
On Mar 29, 2012, at 12:00 PM, Scott Moser wrote: On Wed, 28 Mar 2012, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com, created one from a raw image using qemu-img) that i want to add to glance: 1. How can

[Openstack] nova-manage required or deprecated for essex?

2012-04-01 Thread Lorin Hochstein
if he was referring specifically to nova-manage image, or to nova-manage in general. Right now, the docs have about 100 mentions of nova-manage: [(master) docbkx]$ find . -name '*.xml' | xargs grep nova-manage| wc -l 98 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services

[Openstack] OVF vs. bare container formats for qcow2 images

2012-03-28 Thread Lorin Hochstein
bare?). In particular, why does the user need to specify this information? Also, are there any Linux command-line tools for inspecting/manipulating OVF containers? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com

Re: [Openstack] Have anyone integrated spice with openstack ?

2012-03-21 Thread Lorin Hochstein
Suyi: There is some initial implementation work in this area: https://review.openstack.org/5319 And there's a proposed session on SPICE in the upcoming design summit: http://summit.openstack.org/sessions/view/4 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis

Re: [Openstack] [NOVA] Snapshotting may require significant disk space (in /tmp). How to properly solve disk space issues?

2012-03-16 Thread Lorin Hochstein
should generally be mounted a large partition by default. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] Random libvirt hangs

2012-03-14 Thread Lorin Hochstein
From what I understand, the SmokeStack integration tests are running on Ubuntu 11.10 (XenServer) and Fedora 16 (Libvirt), so as a practical matter those platforms will be more battle-tested even if they aren't officially blessed as supported platforms. Take care, Lorin -- Lorin Hochstein Lead

Re: [Openstack] Gerrit minimum review time frame

2012-03-13 Thread Lorin Hochstein
of reviewing guidelines. Even better would be to have them in checklist form to make sure we don't miss things as we do reviews (checklists are great: http://gawande.com/the-checklist-manifesto). Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc

Re: [Openstack] eventlet weirdness

2012-03-02 Thread Lorin Hochstein
Looks like a textbook example of a leaky abstraction http://www.joelonsoftware.com/articles/LeakyAbstractions.html to me. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Mar 2, 2012, at 1:35 PM, Joshua Harlow wrote: Does

Re: [Openstack] Test Dependencies

2012-03-01 Thread Lorin Hochstein
test), and in action/assertion mocking (e.g. mock), you check assertions *after* executing the code under test (i.e., Go execute the code under test. Now check: did A, B, C, happen)? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com

Re: [Openstack] If I open a bug in launchpad + attach a patch, does it get reviewed ?

2012-02-29 Thread Lorin Hochstein
No, it only shows up in the Gerrit queue review.openstack.org if you submit the patch using git. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Feb 29, 2012, at 9:13 PM, Alexey Eromenko wrote: If I open a bug

Re: [Openstack] Documentation: Basic Concepts of OpenStack are lacking from official Getting Started PDF

2012-02-20 Thread Lorin Hochstein
Hi Alexey: Can you log these issues as separate bugs in the OpenStack Manuals launchpad project https://launchpad.net/openstack-manuals? That will make it easier to track and ensure that they get addressed. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services

[Openstack] Proposal to limit decorator usage

2012-01-17 Thread Lorin Hochstein
decorator depth to no more than two. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net

Re: [Openstack] Using Swift S3 API with Keystone

2012-01-03 Thread Lorin Hochstein
Hi Akira: See the following wiki pages for info on how to contribute patches: - http://wiki.openstack.org/HowToContribute - http://wiki.openstack.org/GerritWorkflow Take care, Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu

Re: [Openstack] Problems with run_tests.sh on 11.10

2012-01-02 Thread Lorin Hochstein
Would this work for Fedora-based distributions as well? On Jan 2, 2012, at 12:45 PM, Monty Taylor wrote: I think this is an excellent idea. I believe we should do this in the nova pip-requires for real - the sudo apt-get install python-m2crypto in install_venv.py has always felt super

Re: [Openstack] Expectations for tracebacks

2011-12-15 Thread Lorin Hochstein
I don't know if there's an official project policy, but personally I don't think an end-user should ever see a Python traceback in a logfile under normal operations (i.e., the user has configured all of the services correctly). Lorin -- Lorin Hochstein, Computer Scientist USC Information

Re: [Openstack] HPC with Openstack?

2011-12-05 Thread Lorin Hochstein
On Dec 4, 2011, at 7:46 AM, Soren Hansen wrote: 2011/12/4 Lorin Hochstein lo...@isi.edu: Some of the LXC-related issues we've run into: - The CPU affinity issue on LXC you mention. Running LXC with OpenStack, you don't get proper space sharing out of the box, each instance actually sees

Re: [Openstack] Proposal for Lorin Hochstein to join nova-core

2011-12-05 Thread Lorin Hochstein
. It's now been 6 days, there has been more than 5 +1's and noone has objected. Welcome to the team, Lorin. Cool! Thanks, Soren. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin

Re: [Openstack] HPC with Openstack?

2011-12-03 Thread Lorin Hochstein
/hpc-testing/nova/virt/libvirt/connection.py#L482. But to be able to use lxc-attach, we had to upgrade the Linux kernel in RHEL6.1 from 2.6.32 to 2.6.38. This kernel isn't supported by SGI, which means that we aren't able to load the SGI numa-related kernel modules. Take care, Lorin -- Lorin

Re: [Openstack] HPC with Openstack?

2011-12-02 Thread Lorin Hochstein
compute job across multiple nodes. A particular compute job will run for hours to days, so fast provisioning isn't necessarily critical (the traditional HPC model is to have your job wait in a batch queue until the resources are available). Lorin -- Lorin Hochstein, Computer Scientist USC

Re: [Openstack] [GLANCE] Proposal: Combine the container_format and disk_format fields in 2.0 Images API

2011-12-01 Thread Lorin Hochstein
different format fields that needed to be set. Simplifying the UI will make it easier on the users. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin ___ Mailing list: https

Re: [Openstack] Cloud Computing StackExchange site proposal

2011-11-28 Thread Lorin Hochstein
of filtering out spam (I see lots of spammy content in the RSS feed for forums.openstack.org). Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin ___ Mailing list: https

Re: [Openstack] reviewday

2011-11-28 Thread Lorin Hochstein
Neat-o! Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Nov 28, 2011, at 4:36 PM, Gabe Westmaas wrote: Hey all, Just thought I'd let you know of a tool many of the guys here on ozone have found useful

Re: [Openstack] rpms for rhel5.x to install Open stack Object Storage

2011-11-25 Thread Lorin Hochstein
Thanks, Jay. I've abandoned the docbook change and will update the glance RST docs change based on your review comments. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Nov 25, 2011, at 12:14 PM, Jay Pipes wrote

Re: [Openstack] rpms for rhel5.x to install Open stack Object Storage

2011-11-23 Thread Lorin Hochstein
Hi Razique: Thanks. I've proposed adding these examples to the docs: https://review.openstack.org/1883 https://review.openstack.org/1888 Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Nov 23, 2011, at 2:44 AM

Re: [Openstack] turn a devstack into a deployment

2011-11-22 Thread Lorin Hochstein
Cool! -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Nov 22, 2011, at 12:05 PM, Yun Mao wrote: devstack makes setting up a dev environment such a breeze, that I'd rather not go back to the packages and manual

Re: [Openstack] rpms for rhel5.x to install Open stack Object Storage

2011-11-21 Thread Lorin Hochstein
the S3 front-end functionality directly into glance (is there?) to continue supporting euca-upload-bundle without nova-objectstore. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Nov 21, 2011, at 7:18 AM, David

Re: [Openstack] Which nova scheduler for different hardware sizes?

2011-11-01 Thread Lorin Hochstein
the following flag to your nova.conf --least_cost_functions=nova.scheduler.least_cost.compute_least_loaded_cost_fn Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Nov 1, 2011, at 11:37 AM, Sandy Walsh wrote: I'm

Re: [Openstack] +1, All services should have WADLs

2011-10-27 Thread Lorin Hochstein
It would be great if we could do some kind of transform of the IDL to generate (some of) the human-consumable REST API documentation that lives at docs.openstack.org. That would simplify the task of keeping those docs up to date. Lorin -- Lorin Hochstein, Computer Scientist USC Information

Re: [Openstack] Which nova scheduler for different hardware sizes?

2011-10-23 Thread Lorin Hochstein
in terms of total physical cores and allocated virtual cores. (We use a custom scheduler at our site, so I don't have any firsthand experience with the least-cost scheduler). Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin

Re: [Openstack] Git repository for packaging

2011-10-21 Thread Lorin Hochstein
the novaclient Python (PyPI) packaging. I don't recall what was finally decided about this. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin___ Mailing list: https://launchpad.net

Re: [Openstack] OpenStack Dashboard Update

2011-10-21 Thread Lorin Hochstein
-- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] Openatack vector logo

2011-10-19 Thread Lorin Hochstein
://openstack.org/brand/web-badges/ and click Agree Continue, it redirects back to the same page. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin ___ Mailing list: https://launchpad.net

[Openstack] User separation in nova (w/o keystone)

2011-10-18 Thread Lorin Hochstein
10.99.1.3 running user1 (test_user1, gpu1)1 m1.tiny 2011-10-18T15:09:54Znovaami-ami- Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin

Re: [Openstack] OpenStack Academic Alliance|Circle|Initiative #unconference

2011-10-14 Thread Lorin Hochstein
going to SC'11? That's the big academic supercomputing conference / industry trade show: http://sc11.supercomputing.org/ Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Oct 14, 2011, at 2:53 AM, Thor Wolpert wrote

Re: [Openstack] OpenStack API Versioning Conventions

2011-10-11 Thread Lorin Hochstein
Ceci n'est pas un pipe. ;) -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Oct 11, 2011, at 11:28 AM, George Reese wrote: It's wildly inappropriate to equate a thing with its representation. On Oct 11, 2011, at 4:06 PM

Re: [Openstack] openstack-nova

2011-10-06 Thread Lorin Hochstein
Armaan: This is already happening, see: https://github.com/openstack/nova/blob/master/nova/rpc/impl_kombu.py Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Oct 6, 2011, at 7:18 AM, Armaan wrote: Hi, i am

Re: [Openstack] Review Spam

2011-09-26 Thread Lorin Hochstein
What's the location of the gerrit git repository? Is it this: https://review.openstack.org/p/openstack/nova Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Sep 23, 2011, at 2:08 PM, Todd Willey wrote: Strictly

Re: [Openstack] A possible alternative to Gerrit ...

2011-09-05 Thread Lorin Hochstein
with content. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Issues with Packaging and a Proposal

2011-08-25 Thread Lorin Hochstein
virtualenv for testing. (We use the virtualenv for our internal Hudson server, and we occasionally see issues where the virtualenv breaks because of a version bump). Lorin - Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-13 Thread Lorin Hochstein
and is getting pulled in two directions by ec2/os api? Perhaps making this layer have a clear contract is what we're missing? Yeah, I'm not sure what the best solution is here... Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu

Re: [Openstack] can't access my running instance through ssh

2011-07-12 Thread Lorin Hochstein
Are you able to view the console output with euca-get-console-output? If so, are there any indications that something went wrong during bootup that might prevent the SSH server from starting inside the instance? Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-12 Thread Lorin Hochstein
zone that contains multiple machine architectures). Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-08 Thread Lorin Hochstein
? They would just look at the internal API and find the appropriate method. It would also make it easier to add additional front-ends, if there's ever any interest in that. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-08 Thread Lorin Hochstein
started making changes to break the API, that would be a good time to consider dropping support. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Jul 8, 2011, at 6:59 PM, Jorge Williams wrote: HTTP, SMTP, and IMAP

Re: [Openstack] How to limit the total virtual processors/memory for one compute node?

2011-05-23 Thread Lorin Hochstein
yet. Take care, Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On May 23, 2011, at 10:00 PM, Huang Zhiteng wrote: Hi all, In my setup of Cactus, I found Nova scheduler would place newly created instance

Re: [Openstack] dist-scheduler-1 merge

2011-05-13 Thread Lorin Hochstein
. It would be helpful for the reader less familiar with the code if these interfaces were firmed up a little. :) Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin From: Lorin Hochstein

Re: [Openstack] Zones / distributed scheduler question

2011-05-11 Thread Lorin Hochstein
. (Note that for our use case, we'll probably be using flavors to specify different capabilities, so we don't (yet) need the users to be able to send arbitrary strings using the API). Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http

Re: [Openstack] Zones / distributed scheduler question

2011-05-11 Thread Lorin Hochstein
to other people to get that code in there? Take care, Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On May 11, 2011, at 8:12 PM, Sandy Walsh wrote: Hey again! dabo, sirp and myself have been working

Re: [Openstack] Creating a forum

2011-05-08 Thread Lorin Hochstein
All: Note that the proposed OpenStack Stack Exchange site was rejected as being too close to the existing Server Fault site: http://area51.stackexchange.com/proposals/31788/openstack Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http

Re: [Openstack] [SPAM] Re: Creating a forum

2011-05-04 Thread Lorin Hochstein
/questions/320/shall-we-unite-computational-science-proposals Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin smime.p7s Description: S/MIME cryptographic signature ___ Mailing list

Re: [Openstack] [SPAM] Re: Creating a forum

2011-05-04 Thread Lorin Hochstein
rep to create the new tag. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net

Re: [Openstack] [SPAM] Re: Discussion on October Design Summit Locations

2011-05-04 Thread Lorin Hochstein
+9 for the DC area (there are 9 of us ISI-ers in the DC area working on OpenStack-related stuff). For an example venue: this year's IEEE Cloud conference is being held at the Washington Marriott in downtown DC: http://www.thecloudcomputing.org/2011/hotel.html Lorin -- Lorin Hochstein

Re: [Openstack] Creating a forum

2011-05-03 Thread Lorin Hochstein
Anne: Somebody (several people?) have mentioned OSQA as a free Stack Exchange clone. We're running it internally at ISI, it works fairly well. It's a django app. Shapado is another (Ruby-based) Stack Exchange clone. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences

[Openstack] Bare metal provisioning group

2011-05-03 Thread Lorin Hochstein
. Web page: https://launchpad.net/~nova-bare-metal Mailing list: nova-bare-me...@lists.launchpad.net Take care, Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin ___ Mailing list

Re: [Openstack] Summit Talk: Information session on Zones? Any interest?

2011-04-17 Thread Lorin Hochstein
+1 I'm interested in zones as well. Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Apr 17, 2011, at 7:45 PM, Bryan Sung wrote: +1 I am very much interested in the session. --- Original Message

Re: [Openstack] Summit Talk: Information session on Zones? Any interest?

2011-04-14 Thread Lorin Hochstein
+1 -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Apr 14, 2011, at 12:07 PM, Sandy Walsh wrote: I've been getting a lot of questions about Zones lately. How much interest is there for an informational session on Zones

Re: [Openstack] heterogeneous instance types

2011-04-01 Thread Lorin Hochstein
the guy at ISI who probably contributed the least amount of code to the heterogeneous implementation...). Is there community interest in this type of functionality? Take care, Lorin - Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin

Re: [Openstack] Steps that can help stabilize Nova's trunk

2011-02-17 Thread Lorin Hochstein
implementation platform would be very helpful for debugging problems on other platforms. Is it possible automatically pull this info from the PPA, extract it from the package metadata, and then add it to the admin guide docs? Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences

Re: [Openstack] Steps that can help stabilize Nova's trunk

2011-02-17 Thread Lorin Hochstein
On Feb 17, 2011, at 5:55 PM, Soren Hansen wrote: 2011/2/17 Lorin Hochstein lo...@isi.edu: For those who deploy on platforms other than Ubuntu, are these customizations recorded somewhere in the OpenStack documentation? Hmm.. No. I submitted it upstream, applied it in Ubuntu, and uploaded

[Openstack] What's the officially minimum supported Python version for nova

2011-01-19 Thread Lorin Hochstein
Hi all: What's the minimum version of Python officially supported by nova? In particular, is 2.6.1 supported? I had some tests fail because of an issue in Python 2.6.1 that's been resolved in Python 2.6.5 https://bugs.launchpad.net/nova/+bug/705052 . (Note that Python 2.6.1 is the default

<    1   2