Re: [Openstack] Boot from Volume via Horizon?

2013-06-12 Thread Tres Henry
Couldn't find anything specifically tracking this so: https://bugs.launchpad.net/horizon/+bug/1190376 Somewhat related: https://blueprints.launchpad.net/horizon/+spec/improved-boot-from-volume On Jun 12, 2013, at 2:14 PM, Wolfgang Richter wrote: > Ah! Touche! What a nicer option to start in

Re: [Openstack] TC candidacy

2012-09-14 Thread Tres Henry
Hella +1 On Sep 14, 2012, at 10:55 AM, "Bhandaru, Malini K" wrote: > +1 > > -Original Message- > From: openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net > [mailto:openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net] On > Behalf Of Anne Gentle > Sent: Fri

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

2012-06-21 Thread Tres Henry
For some reason I can't +1 7731 but +1'd the rest fwiw. On Jun 21, 2012, at 1:21 PM, 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 rele

Re: [Openstack] Proposal to add Tihomir Trifinov to Horizon Core

2012-06-06 Thread Tres Henry
+1! On Jun 6, 2012, at 12:12 PM, Gabriel Hurley wrote: > A couple of us on the Horizon team have been talking, and we'd like to > recognize the tremendous work the Tihomir has been doing on Horizon for the > past 6+ months by making him a member of Horizon Core. He's been writing > great code,

Re: [Openstack] Adding panel to a dashboard - Horizon

2012-06-04 Thread Tres Henry
: > > How about changing the default to be on ? > > Demonstrating all the capabilities of a product while clearly documenting (in > an admin guide rather than source code) how to disable them seems to me to be > the way to showcase the software… > > Tim > &

Re: [Openstack] Adding panel to a dashboard - Horizon

2012-06-04 Thread Tres Henry
Keystone doesn't currently support querying for capabilities (i.e. what is the Keystone auth backend) so Horizon defines a dict in local_settings that can be used to specify the capabilities of Keystone in your deployment: https://github.com/openstack/horizon/blob/master/openstack_dashboard/loca

Re: [Openstack] Advanced configuration in Snapshots View

2012-04-30 Thread Tres Henry
There is a blueprint for this in Nova: https://blueprints.launchpad.net/nova/+spec/volume-snapshots-scheduled This is something Horizon can expose but not something Horizon should implement. On Apr 29, 2012, at 3:28 PM, Jorge de la Cruz wrote: > Hi folks, > Is anyone working in advanced configu

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-26 Thread Tres Henry
Interesting! Nice job on jstack! On Apr 26, 2012, at 12:50 AM, javier cerviño wrote: > Hi all, > > I'm glad to hear that there's a lot of interest in the implementation > of Openstack JavaScript clients. Actually, in my group we're > developing a "single page" application developed entirely in >

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-25 Thread Tres Henry
Jan: is the concern that you don't see the value in the use case or that you don't believe the proposed technologies are sufficiently mature? In order to keep the thread somewhat linear I'm basically going to +1 what Nick said and add that as an application developer I should be able to serve th

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-24 Thread Tres Henry
The JS may be served from a CDN. You can't assume a server-side proxy. Here's an example of a sever-less JS application that communicates directly to EC2: http://aws.amazon.com/developertools/1424 (there are versions for other services like SQS and SDB as well). Server-less JS applications are a

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-24 Thread Tres Henry
Jsonp sucks (get only) but might be the best choice. That's generally how AWS supports these use cases, fwiw. On Apr 24, 2012, at 7:49 AM, Sandy Walsh wrote: > > > On 04/24/2012 11:19 AM, Nick Lothian wrote: >> JSONP is great, but won't work with POST requests. > > Hmm, good point. > >> I

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-23 Thread Tres Henry
oung wrote: > On 04/23/2012 01:13 PM, Tres Henry wrote: >> Adam, in what way should the OS API support server-less clients? AFAIK the >> options are CORS or JSONP, no? > > I am not quite sure what you mean by serverless clients, but I think the > answer to this is gett

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-23 Thread Tres Henry
Adam, in what way should the OS API support server-less clients? AFAIK the options are CORS or JSONP, no? On Apr 23, 2012, at 5:50 AM, Adam Young wrote: > I see this as a feature, not a drawback.The inability to access portions > of the HTTP protocol is there to defend against attacks suc

Re: [Openstack] quantum UI in essex

2012-04-17 Thread Tres Henry
> especially on the service insertion part as mentioned in > http://wiki.openstack.org/QuantumServicesInsertion. Will the new UI covers > the extension on the service insertion as well? > Yi > > On 04/17/2012 02:26 PM, Tres Henry wrote: >> >> The Quantum UI

Re: [Openstack] quantum UI in essex

2012-04-17 Thread Tres Henry
The Quantum UI was disabled in Essex because it doesn't function. Quantum support in Horizon will be a primary focus for Folsom and Arvind Somya has already made some good progress. Quantum+Horizon will be a topic of discussion at the summit tomorrow if you are here and would like to stop by. O

Re: [Openstack] [OpenStack]issue on horizon

2012-04-15 Thread Tres Henry
Anything in the horizon log when you create a container? On Apr 15, 2012, at 7:00 PM, William Herry wrote: > Hi Developers > > I make all thing work on centos 6.2 with Essex 2012.1, except one little > problem with horizon > > when I create containers, it always say: Error: Unable to create co

Re: [Openstack] Adding a Glance image via API without POSTing the image data?

2012-02-07 Thread Tres Henry
I think this is a slightly different (but related) use case. In this case the user wants to add an image to the configured Glance store through the web front-end performing the same task as 'glance add name="foo" is_public=true < blah.tar.gz' in the CLI. Ideally Horizon would provide a UI that

Re: [Openstack] Boot from volume invalid device name /dev/vda

2012-01-23 Thread Tres Henry
Yup, that's it. I'll fix the default in Horizon. I owe you a beer at the Folsom summit Cole. :) On Jan 22, 2012, at 9:59 AM, Cole Robinson wrote: > On 01/21/2012 01:04 PM, Tres Henry wrote: >> Getting an error trying to boot an instance from volume (the following is the >

[Openstack] Boot from volume invalid device name /dev/vda

2012-01-21 Thread Tres Henry
Getting an error trying to boot an instance from volume (the following is the traceback from nova compute): (nova.rpc): TRACE: Traceback (most recent call last): (nova.rpc): TRACE: File "/opt/stack/nova/nova/rpc/impl_kombu.py", line 723, in _process_data (nova.rpc): TRACE: rval = node_func(c

Re: [Openstack] user interface

2011-10-05 Thread Tres Henry
Hi Khaled, The OpenStack Dashboard includes basic support for Swift if you are looking for a simple web interface to manage containers and objects. Instructions for installing Dashboard and enabling Swift can be found at: http://wiki.openstack.org/OpenStackDashboard Tres On Oct 5, 2011, at 11

Re: [Openstack] Swift+Keystone error

2011-06-22 Thread Tres Henry
Jesse Andrews > wrote: > > Todd was doing some work on keystone > > > https://github.com/rackspace/keystone/commit/722fcd8ebef3fe1268ace5c05e014f6a945abfab > > It still needs some work and might not be at the right place. > > Jesse > > On Jun 21, 2011, at 4:31 PM, Tre

[Openstack] Swift+Keystone error

2011-06-21 Thread Tres Henry
Trying to get a Swift+Keystone dev environment setup and having some issues. I'm running Swift 1.4.2 and have it pointing at Keystone 0.9 (on the same VM) according to the instructions at https://github.com/rackspace/keystone, however, Swift is reporting 500s from Keystone (Auth GET failed: http://