Re: [Openstack] Horizon PTL Candidacy

2012-08-31 Thread Devin Carlen
+1 :) On Aug 31, 2012, at 5:14 PM, Gabriel Hurley wrote: I hereby officially throw my hat in the ring to be Horizon's PTL. Qualifications: I'm a highly active developer on Horizon, and a member of the Horizon Drivers group. I wrote the initial version of python-keystoneclient, and I'm

Re: [Openstack] Nova and asynchronous instance launching

2012-06-28 Thread Devin Carlen
On Jun 28, 2012, at 9:01 AM, Jay Pipes wrote: On 06/27/2012 06:51 PM, Doug Davis wrote: Consider the creation of a Job type of entity that will be returned from the original call - probably a 202. Then the client can check the Job to see how things are going. BTW - this pattern can be used

Re: [Openstack] [keystone] proposing adding Adam Young (ayoung) to keystone-core

2012-06-27 Thread Devin Carlen
+1! On Jun 27, 2012, at 12:44 AM, Syed Armani wrote: Adam is a great guy, He is always there if you need any help or guidance. His work is incredible. Best! Syed On Wed, Jun 27, 2012 at 12:57 PM, Razique Mahroua razique.mahr...@gmail.com wrote: Not part of that group, but Adam's

[Openstack] Nova and asynchronous instance launching

2012-06-27 Thread Devin Carlen
We filed a blueprint for this yesterday: https://blueprints.launchpad.net/nova/+spec/launch-instances-async Currently if a user attempts to create a lot of instances with a single API call (using min_count) the request will hang for a long time while all RPC calls are completed. For a large

[Openstack] Tihomir Trifonov added to horizon-core

2012-06-22 Thread Devin Carlen
Welcome Tihomir to horizon-core! Thanks for all the great contributions in the past months! Devin ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

[Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Devin Carlen
Hey all, We've had a number of stable/essex reviews up that were abandoned due to lack of reviews. We have re-enabled them and are hoping to get some eyes on these so we can release 2012.1.1: https://review.openstack.org/#/c/7718/ https://review.openstack.org/#/c/7723/

Re: [Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Devin Carlen
at 13:21 -0700, Devin Carlen wrote: Hey all, We've had a number of stable/essex reviews up that were abandoned due to lack of reviews. We have re-enabled them and are hoping to get some eyes on these so we can release 2012.1.1: https://review.openstack.org/#/c/7718/ https

Re: [Openstack] Nodejs in horizon

2012-05-30 Thread Devin Carlen
Long story short - we will work to make node.js an optional build time component and leave it as an distro packaging issue. node.js was being evaluated as a potential solution to https://blueprints.launchpad.net/horizon/+spec/realtime-communication, but that blueprint isn't targeted for

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Devin Carlen
Hi Joshua, Node.js is in the standard repos for most modern distros. It's not an issue for Ubuntu/Fedora. We are using Node.js for a package called Less with does asset compression for us. Less is Apache 2 licensed so we have included it directly within Horizon:

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Devin Carlen
(for development usage and for actual prod. usage). On 5/24/12 3:38 PM, Russell Bryant rbry...@redhat.com wrote: On 05/24/2012 03:40 PM, Devin Carlen wrote: Hi Joshua, Node.js is in the standard repos for most modern distros. It's not an issue for Ubuntu/Fedora. It actually is a problem

Re: [Openstack-poc] 3rd Party APIs

2012-05-03 Thread Devin Carlen
+1, primarily by process of elimination. The other options seem either too permissive or too strict. I think our job is to provide a way for the ecosystem to develop and give people a place and category for these projects to live, but not to micromanage every piece of the ecosystem. Devin

Re: [Openstack] [Nova] removing nova-direct-api

2012-04-09 Thread Devin Carlen
+1 It doesn't have to go home but it can't stay here. On Apr 9, 2012, at 12:31 PM, Kevin L. Mitchell wrote: On Mon, 2012-04-09 at 11:58 -0700, Vishvananda Ishaya wrote: +1 to removal. I just tested to see if it still works, and due to our policy checking and loading objects before sending

Re: [Openstack] [OpenStack Foundation] Foundation Structure: An Alternative

2012-03-09 Thread Devin Carlen
Mark, one thing that I am curious about - there doesn't seem to be language in the foundation structure document that would prevent individual members from organizations that are also strategic members from also being on the board. Is there any language that prevents board stacking? Devin

Re: [Openstack] eventlet weirdness

2012-03-05 Thread Devin Carlen
If the libvirt API (or other Native API) has an async mode, what you can do is provide a synchronos, python based wrapper that does the following. register_request callback() async_call() sleep() This can be set up like a more traditional multi-threaded model as well. You can

Re: [Openstack] eventlet weirdness

2012-03-01 Thread Devin Carlen
As long as we allocate a thread in the eventlet thread pool for the number of mysql connections we want to actually maintain in our connection pool, we shouldn't have problems getting the results we want even with the blocking mysql c drivers. Devin On Thursday, March 1, 2012 at 5:23 PM,

Re: [Openstack] Announcing StackTach ...

2012-02-20 Thread Devin Carlen
Sandy, this is great work! I think it would be worth integrating this into a view in Horizon for Folsom timeframe. Devin On Monday, February 20, 2012 at 12:15 PM, Sandy Walsh wrote: Hey! Last week I started on a little debugging tool for OpenStack based on AMQP events that I've been

Re: [Openstack] Keystone: Redux (Dubstep Remix)

2012-02-14 Thread Devin Carlen
I agree fully with Jesse. I think given the timelines the first cut of Keystone was great. Moving forward we'll also have more folks that are burdened (honored?) with operating it in production environments which means that more rubber meets the road kinds of issues will be identified and

Re: [Openstack] Instances with status error and what to do with them n the UI

2012-01-21 Thread Devin Carlen
The obvious answer is to have Horizon show whatever nova-client would show here. However, given that these things now stay around forever, I would argue that the functionality within nova-client itself is suspect and that perhaps there should be a flag to show instances/volumes with an error

[Openstack] Horizon and translation timing

2012-01-05 Thread Devin Carlen
Hello all, We've been discussing how best to handle accepting translation changes since we are doing a fairly substantial reworking of the OpenStack Dashboard. We have decided to do a string freeze when the essex-4 milestone closes and then to rebuild translation files during the

Re: [Openstack] using objects returned from DB layer

2011-12-14 Thread Devin Carlen
Yes, we should absolutely push to make this more consistent across the board. We are severely limiting possible future implementations. So, yea. +1! Devin On Dec 14, 2011, at 11:10 PM, Chris Behrens wrote: I've seen a number of patches lately that have code like this: instance =

[Openstack] OpenStack Dashboard Gerrit/Github Transition

2011-10-28 Thread Devin Carlen
Hello all, We have officially completed the Gerrit/Github transition for Horizon. This is the last time we'll have to move things for a while. I promise. :) The official Horizon repo is now at: https://github.com/openstack/horizon Gerrit workflow instructions are here:

Re: [Openstack] OpenStack Dashboard Gerrit/Github Transition

2011-10-28 Thread Devin Carlen
, Kiall On Oct 28, 2011 9:48 p.m., Devin Carlen devin.car...@gmail.com wrote: Hello all, We have officially completed the Gerrit/Github transition for Horizon. This is the last time we'll have to move things for a while. I promise. :) The official Horizon repo is now at: https

[Openstack] OpenStack Dashboard Cactus tag

2011-10-27 Thread Devin Carlen
Hello all, When we transitioned from Launchpad to Github, we didn't carry over the tag for Cactus. I've had a few people express interest lately in continuing to use it, so we have retagged for Cactus. You can grab it here if you need: https://github.com/4P/horizon/zipball/2011.2 Devin

[Openstack] OpenStack Dashboard Update

2011-10-18 Thread Devin Carlen
Hello all, Milestones and feature roadmaps are now available at: https://blueprints.launchpad.net/openstack-dashboard Also we have chosen the official project codename, Horizon. We will be moving the official repo to the OpenStack GitHub account. In the interim, we have renamed the

Re: [Openstack] Creating openstack-dev mailing list

2011-10-07 Thread Devin Carlen
:35 PM To: openstack Subject: [Openstack] Creating openstack-dev mailing list Jesse Andrews (anotherjesse)(Rackspace) Jonathan Bryce (jbryce)(Rackspace) Devin Carlen (devcamcar)(Nebula) Thierry Carrez (ttx)(Rackspace) John Dickinson (notmyname)(Rackspace)) Vish Ishaya (vishy)(Rackspace

[Openstack] OpenStack Dashboard Diablo branch

2011-10-02 Thread Devin Carlen
Hello all, There is now an official Diablo branch on GitHub: https://github.com/4p/openstack-dashboard/tree/diablo I'll be sending out a more formal note about this later. Thanks, Devin___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-29 Thread Devin Carlen
issues in dash/keystone integration? 2011/9/28 Devin Carlen devin.car...@gmail.com We should have a drop of Keystone by the end of the week that fully support Diablo. This will fix the Dashboard issues as well. Thanks, Devin On Sep 28, 2011, at 12:31 AM, Jesse Andrews wrote

Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-28 Thread Devin Carlen
We should have a drop of Keystone by the end of the week that fully support Diablo. This will fix the Dashboard issues as well. Thanks, Devin On Sep 28, 2011, at 12:31 AM, Jesse Andrews wrote: at various points in time they have worked together. We (cloudbuilders) keep a list of

Re: [Openstack] Glance client release?

2011-09-28 Thread Devin Carlen
, at 11:56 AM, Jesse Andrews wrote: I know Sandy Walsh did novaclient and Devin Carlen did (the deprecated) adminclient for nova. They might be able to pitch in and help (irc?) On Wed, Sep 28, 2011 at 8:26 AM, Jay Pipes jaypi...@gmail.com wrote: We should be able to do that, yes. I have

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Devin Carlen
We really need to hear from Sandy Walsh on this thread so he can elaborate on how the distributed scheduling works (with multiple mysql databases). Devin On Sep 26, 2011, at 6:41 AM, Soren Hansen wrote: 2011/9/26 Pitucha, Stanislaw Izaak stanislaw.pitu...@hp.com: The pain starts when your

Re: [Openstack] [openstack]diablo release dashboard error[Could not import dashboard.views. Error was: No module named kombu.connection]

2011-09-24 Thread Devin Carlen
Hello, can you please post this as a question on launchpad? https://answers.launchpad.net/openstack-dashboard Thanks, Devin On Sep 23, 2011, at 3:33 AM, darkfower wrote: Hi, my open dasboard url ,error : ViewDoesNotExist at / Could not import dashboard.views. Error was: No

Re: [Openstack] Glance client release?

2011-09-23 Thread Devin Carlen
), but the dependencies for the main glance packages servers + client seem to have crept into the python-glance package... I'll have a look into it. Cheers, -jay On Fri, Sep 23, 2011 at 2:13 PM, Devin Carlen devin.car...@gmail.com wrote: Hey Jay and glancers, Do you have plans to package the glance

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

2011-09-15 Thread Devin Carlen
+1! On Sep 15, 2011, at 2:49 PM, Soren Hansen wrote: 2011/9/15 Brian Waldon brian.wal...@rackspace.com: 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

Re: [Openstack] Diablo 4 dashboard error Unable to get usage info: (OperationalError) no such column: vm_state

2011-09-13 Thread Devin Carlen
It may help you to know that the issue you are having is a Nova issue, not a Dashboard issue. You should open a question on launchpad.net/nova and paste your full stack trace. On Sep 13, 2011, at 9:21 AM, atkisc wrote: hi when i run the diablo-4 dashboard,Has the following error :

Re: [Openstack] Dashboard Diablo update

2011-09-02 Thread Devin Carlen
+armando.migliaccio=eu.citrix@lists.launchpad.net] On Behalf Of Devin Carlen Sent: 01 September 2011 22:18 To: openstack@lists.launchpad.net Subject: [Openstack] Dashboard Diablo update Hey everyone, I wanted to update everyone on where we've made it so far in the Diablo release

Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Devin Carlen
Hi Joshua, Dashboard is currently in pretty good shape but the latest nova code in trunk has a few issues. I recommend using the Diablo-3 milestone release of Nova. You should have better luck with that. On Aug 4, 2011, at 10:23 AM, Joshua Harlow wrote: Hi all, I was just wondering if

Re: [Openstack] OpenStack Common

2011-07-25 Thread Devin Carlen
If by mini-projects you mean small and separate projects, then I don't think that makes sense. All we need for this is a single project that contains submodules that don't contain unnecessary dependencies on other submodules within the common project. So lots of bite size pieces that can be

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

2011-07-09 Thread Devin Carlen
Here's a few crazy questions for you guys to consider: 1) Why are we even trying to have the same ID for an instance or image across two different APIs? 2) How many people really switch back and forth between OpenStack and EC2 API once they pick one? 3) How many people really expect euca2ools

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

2011-07-09 Thread Devin Carlen
On Jul 8, 2011, at 2:19 PM, Vishvananda Ishaya wrote: My hope was that turning ec2 into a compatibility api would force people adding the ec2 features to make them work in the openstack api as well. I really feel like we're failing in producing a cloud standard api if we don't have all of

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

2011-07-08 Thread Devin Carlen
+1 Devin On Jul 8, 2011, at 10:29 AM, Lorin Hochstein lo...@isi.edu wrote: On Jul 8, 2011, at 10:36 AM, Sandy Walsh wrote: +1 to Soren's argument that ec2 is the 1000lb gorilla and should be central to nova. We definitely need to support it with as close to 100% compatibility as we

Re: [Openstack] Overview of CI/Testing

2011-06-07 Thread Devin Carlen
+1 for chef over debs! On Jun 7, 2011, at 12:38 PM, Andy Smith wrote: Thanks for the update Monty :) That's just testing API in a VM though, and doesn't get us to testing actual bare-metal deployment or integration testing. At Rackspace, we have some machines set aside at the moment,

Re: [Openstack] Lunr question and GlusterFS integration

2011-06-06 Thread Devin Carlen
On Jun 6, 2011, at 3:17 AM, FUJITA Tomonori wrote: On Mon, 6 Jun 2011 09:59:19 + Shehjar Tikoo shehj...@gluster.com wrote: It is not very clear to me whether Lunr will be a replacement for Glance I don't think so. Glance is the image store which uses s3/swift api's to store

Re: [Openstack] Integrating GlusterFS with OpenStack

2011-06-03 Thread Devin Carlen
Hi Shehjar, Nova's block device volume service currently has support for several backends and is made in an abstract way so that adding support for Gluster should be a reasonably simple implementation. There is a new project called Lunr being developed that aims to separate the volume code

Re: [Openstack] Conclusion on Pagination (hopefully!) :)

2011-05-27 Thread Devin Carlen
++ That's the right approach! On May 27, 2011, at 9:00 AM, Jay Pipes wrote: Thanks all for some awesome input on the pagination thread. I wanted to summarize what I think were the conclusions to come out of it. Please do let me know if I got it right. Proposal: 1) Push the LIMIT

[Openstack] Proposal for Dashboard as an official OpenStack project

2011-05-26 Thread Devin Carlen
Hello all, For quite a while now, the OpenStack Dashboard has existed as an incubation project. There is quite a bit of development effort going into it now from a number of different companies. Current projects underway include, but are not limited to: * swift support *

Re: [Openstack] Keystone Release #1 - seeking community input

2011-05-26 Thread Devin Carlen
Hi Ziad, This is great progress! The first question that pops up for me is where are you drawing the distinction between multi-tenancy and the concept of projects as exists today in nova? Are tenants the answer to this, and is the difference purely semantic? Thanks, Devin On May 26, 2011,

Re: [Openstack] Proposal for Nova Core

2011-05-10 Thread Devin Carlen
+1 from me too :) On May 10, 2011, at 6:21 PM, Ed Leafe wrote: On May 10, 2011, at 4:13 PM, Paul Voccio wrote: I would like to nominate Dan Prince (https://launchpad.net/~dan-prince) for nova-core. He has been a solid contributor in terms of code, reviews and discussions during the

Re: [Openstack] Discussion on October Design Summit Locations

2011-05-03 Thread Devin Carlen
There was a lot of talk earlier about Seattle and there seemed to be a fair amount of interest. Devin On May 3, 2011, at 2:49 PM, Stephen Spector wrote: Team: As we all are interested in where the next event is located I thought I would send out a recap of the meeting I had last week at

Re: [Openstack] Enhancements to Glance in Diablo? Input welcomed

2011-04-19 Thread Devin Carlen
. The OpenStack dashboard should probably follow the OpenStack API, while the Glance dashboard can communicate directly via Glance's own REST-like API. -jay On Sun, Apr 17, 2011 at 10:40 PM, Devin Carlen devin.car...@gmail.com wrote: Hey Jay, What are your ideas for a glance dashboard app above

Re: [Openstack] Enhancements to Glance in Diablo? Input welcomed

2011-04-19 Thread Devin Carlen
Pepple ken.pep...@rabbityard.com wrote: On Apr 19, 2011, at 11:08 AM, Devin Carlen wrote: So anyone building a Django based UI that used one or more pieces of django-openstack can then pick and choose which they want to expose using the actual django site container's urls.py. Django is really

Re: [Openstack] Enhancements to Glance in Diablo? Input welcomed

2011-04-17 Thread Devin Carlen
Hey Jay, What are your ideas for a glance dashboard app above and beyond what the OpenStack dashboard currently supports? This would be a great thing for us to spend a bit of time talking about at the summit. - Devin On Apr 12, 2011, at 11:11 AM, Jay Pipes wrote: Hey all, We're in the

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

2011-04-07 Thread Devin Carlen
+2 :) Sent from my iPhone On Apr 7, 2011, at 12:18 PM, Jay Pipes jaypi...@gmail.com wrote: Hey all, Subject basically says it all. Justin has proven to be a regular and thorough reviewer and unless he objects, I propose he join the nova-core team as a core reviewer. -jay

Re: [Openstack] Last day before GammaFreeze and Gamma milestone release !

2011-04-07 Thread Devin Carlen
These are all looking to be in good shape. I approved for merge all the ones that have sufficient reviews. On Apr 7, 2011, at 2:23 AM, Thierry Carrez wrote: Hello everyone, Today is the last day of unrestricted bugfix merging. At the end of the day (23:59 PST) we'll switch to

Re: [Openstack] OpenStack Design Summit - Fall 2011 Location Request

2011-03-29 Thread Devin Carlen
+1 for Seattle :) On Mar 29, 2011, at 8:52 AM, Stephen Spector wrote: Developers: I have started early planning on the next OpenStack Design Summit in early October 2011 this year and would like to get some feedback on location options. The current thinking is to just host a Design

Re: [Openstack] api wrappers?

2011-03-18 Thread Devin Carlen
available today are based around the OpenStack API, and the goal is to use it for all new efforts. Best, Devin Carlen On Mar 18, 2011, at 11:29 AM, Jon Slenk wrote: hi, IIUC, it looks like the Nova Dashboard uses EC2 via boto. Questions along those lines: (a) will the community

Re: [Openstack] updated_at and bug 722979

2011-03-09 Thread Devin Carlen
Hey Kevin, 704 session.execute('update instances set deleted=1,' 705 'deleted_at=:at where id=:id', 706 {'id': instance_id, 707 'at': datetime.datetime.utcnow()}) In this case, it isn't desirable to modify

Re: [Openstack] OpenStack Compute API for Cactus (critical!)

2011-03-02 Thread Devin Carlen
added a few inline On Mar 2, 2011, at 12:24 PM, Eric Day wrote: I havn't seen much activity on this, so though I'd do a quick brain dump of what I'm aware of: Auth/global: * Ability to lockout a user for some time period after failed auth. * Describe zones and regions (replaced with

Re: [Openstack] OpenStack Compute API for Cactus (critical!)

2011-02-28 Thread Devin Carlen
the gap analysis John has requested, these connections should become more clear. Erik From: Devin Carlen devin.car...@gmail.com Date: Mon, 28 Feb 2011 17:44:03 -0800 To: Erik Carlin erik.car...@rackspace.com Cc: John Purrier j...@openstack.org, openstack@lists.launchpad.net openstack

[Openstack] Announcing the OpenStack Dashboard

2011-02-26 Thread Devin Carlen
, etc. There is much more to be done, but this is a good starting point for discussion! Best, Devin Carlen ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] Queue service prototype

2011-02-22 Thread Devin Carlen
On Feb 22, 2011, at 8:58 AM, Eric Day wrote: On Tue, Feb 22, 2011 at 12:55:32AM -0800, Vishvananda Ishaya wrote: Awesome stuff! I had to do the following patch to get it to run (on python 2.6.1 on my mac) Yeah, the version in my junk repo was broken for a couple minutes last night, you

Re: [Openstack] Monsyne Dragon requesting Core-Dev status for nova.

2011-02-17 Thread Devin Carlen
I think the best way to get involved is to just start doing reviews. A branch still requires 2 core reviews to be merged, but that doesn't mean other people can't jump in and give their 2 cents in the meantime. So just dive on in and you can start learning about the review process and helping

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

2011-02-17 Thread Devin Carlen
Great thoughts Jay - I think a push to improve test coverage is a great goal for Cactus. It seems like we are getting new contributors faster than ever these days. I would like to suggest that we create a blueprint called something like improve test coverage and create a number of bug

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

2011-02-17 Thread Devin Carlen
+1, this is a great suggestion. On Feb 17, 2011, at 1:06 PM, Jay Pipes wrote: Although Soren adequately explained why he thinks that running run_tests.sh on Hudson should *not* be against a pip/virtualenv setup, I would like to state that I think it would be a good idea to have Hudson do

Re: [Openstack] Do these commands belong in the API or nova-manage?

2011-02-08 Thread Devin Carlen
admin API with what Sandy was talking about, which is the OpenStack admin API commands, which has been in Nova for months now. See /nova/api/openstack/__init__.py, lines 74 through 81. -jay On Tue, Feb 8, 2011 at 5:58 PM, Devin Carlen devin.car...@gmail.com wrote: Only place for it to go

Re: [Openstack] Network Service for L2/L3 Network Infrastructure blueprint

2011-01-31 Thread Devin Carlen
This has my support. For our time frame and the goal of robustness and stability for the upcoming release, this is the most reasonable course of action. Devin On Jan 31, 2011, at 10:40 AM, John Purrier wrote: In order to bring this discussion to a close and get everyone on the same

Re: [Openstack] Deprecating nova-objectstore

2011-01-17 Thread Devin Carlen
On Jan 17, 2011, at 11:59 AM, Jay Pipes wrote: On Mon, Jan 17, 2011 at 2:19 PM, Thierry Carrez thie...@openstack.org wrote: Jay Pipes wrote: I think the big difference is that clients would be talking to Glance and its RESTlike/JSON API, not to an S3 API front-end like nova-objectstore.