[Openstack-poc] [Bug 967400] [NEW] iniparser needs absolute import

2012-03-28 Thread Rick Harris
Public bug reported: The use of a relative import for 'iniparser' is causing: http://paste.openstack.org/show/12224/ Changing this to: from openstack.common import iniparser fixes it. ** Affects: openstack-common Importance: Undecided Assignee: Rick Harris (rconradharris

Re: [Openstack] using objects returned from DB layer

2011-12-15 Thread Rick Harris
++ on moving to a consistent dict-style syntax. We could attempt to rip the Band-Aid off here by: 1. Rejecting any new patches which use the dot-notation 2. Trying to switch out to using dot-notation access all at once in one big 'fix-it-up' patch. I'm not convinced 2) is possible. Separating

Re: [Openstack] using objects returned from DB layer

2011-12-15 Thread Rick Harris
broken. :) - Chris On Dec 15, 2011, at 12:29 AM, Rick Harris wrote: ++ on moving to a consistent dict-style syntax. We could attempt to rip the Band-Aid off here by: 1. Rejecting any new patches which use the dot-notation 2. Trying to switch out to using dot-notation access all

Re: [Openstack] using objects returned from DB layer

2011-12-15 Thread Rick Harris
For me, it's not one particular notation versus the other, I'd be happy with either--it's having both. It just needlessly complicates things. Now we're complaining that the ORM we likely aren't using correctly isn't working for us I don't think anyone is complaining that the *ORM* is at fault

Re: [Openstack] Proposal to add Johannes Erdfelt to nova-core

2011-11-09 Thread Rick Harris
Definite +1 On Nov 9, 2011, at 11:05 AM, Trey Morris wrote: +1 On Wed, Nov 9, 2011 at 9:35 AM, Sandy Walsh sandy.wa...@rackspace.commailto:sandy.wa...@rackspace.com wrote: 9 * 3 - 26 From:

Re: [Openstack] Proposal to add Kevin Mitchell to nova-core

2011-11-09 Thread Rick Harris
+1 as well. On Nov 9, 2011, at 11:24 AM, Chris Behrens wrote: Yep... +1 On Nov 9, 2011, at 5:59 AM, Brian Waldon wrote: Vek has absolutely stepped up and started doing quite few reviews, so I'd like to nominate him to be added to nova-core. Waldon

Re: [Openstack] Proposal to add Chris Behrens to nova-core

2011-09-15 Thread Rick Harris
Definite +1 On Sep 15, 2011, at 4:13 PM, Brian Waldon wrote: Chris (comstud) has been a great help with reviews lately and has quite a bit of knowledge of the system overall. I think he would add a great amount to the team, so I'm proposing we add him to nova-core. Brian Waldon

[Openstack] [NEW DEPENDENCY] Nova will depend on Tempo

2011-09-08 Thread Rick Harris
Just a quick announcement so no one is caught by surprise: Once https://code.launchpad.net/~rconradharris/nova/backup_schedule_extension/+merge/74665 merges, Nova will have a new dependency on the Tempo project (https://github.com/rackspace/Tempo). Tempo is included in the pip-require and

Re: [Openstack] Proposal for Justin Santa Barbara to join Nova-Core

2011-04-07 Thread Rick Harris
+1 From: openstack-bounces+rick.harris=rackspace@lists.launchpad.net [openstack-bounces+rick.harris=rackspace@lists.launchpad.net] on behalf of Vishvananda Ishaya [vishvana...@gmail.com] Sent: Thursday, April 07, 2011 2:19 PM To: Jay Pipes Cc:

Re: [Openstack-xenapi] XenAPI virt-layer Variable Naming-Scheme

2011-03-07 Thread Rick Harris
attributes like 'display_name' and 'internal_id'. 'VM', what the Xen manages, has attributes like 'PV_args' and 'name_label'. From: Ed Leafe Sent: Monday, March 07, 2011 10:27 AM To: Ewan Mellor Cc: Chris Behrens; Rick Harris; openstack-xenapi

Re: [Openstack] Glance, libvirt/kvm snapshots

2011-02-17 Thread Rick Harris
Hey Ahmed, TL;DR Glance doesn't appear to be supported with libvirt driver yet. Judging by the stack trace, it looks like the code is taking an S3 code path even though you've selected the GlanceImageService. Looking through the code, it doesn't appear that the libvirt/Glance code is there

Re: [Openstack] Deprecating nova-objectstore

2011-01-17 Thread Rick Harris
What's the difference between an image and an object? They're all just blobs of bits as far as I thought. I think of an image as data+metadata. The data is stored as objects where the image can span multiple objects. The metadata maybe stored in the form of a manifest-file, or, as with