Re: Problem on running "nova boot myserver"

2012-08-01 Thread Stephen Liu
Hi, OK, continued; Your version works here: $ nova boot myserver --flavor 2 --key_name mykey \ > --image $(glance index | sed -n '/f16-jeos/{s/ .*//p;q}') +-+--+ |   Property  |    Value  

Re: Problem on running "nova boot myserver"

2012-08-01 Thread Pádraig Brady
On 08/01/2012 11:07 AM, Stephen Liu wrote: > > >> Could you send the output from `glance index` >> In any case you should be able to manually cut&paste >> the uuid you require from that output. > > $ glance index > Failed to show index. Got error: > You are not authenticated. > Details: 401 Unau

Re: Problem on running "nova boot myserver"

2012-08-01 Thread Stephen Liu
> Could you send the output from `glance index` > In any case you should be able to manually cut&paste > the uuid you require from that output. $ glance index Failed to show index. Got error: You are not authenticated. Details: 401 Unauthorized This server could not verify that you are authoriz

Re: Problem on running "nova boot myserver"

2012-08-01 Thread Pádraig Brady
On 08/01/2012 10:20 AM, Stephen Liu wrote: > Hi, > > $ nova boot myserver --flavor 2 --key_name mykey \ >> --image $(glance index | sed -n '/f16-jeos/{s/ .*//p;q}') > usage: nova boot [--flavor ] [--image ] [--meta ] > [--file ] [--key_name ] > [--user_data ] >

Re: Problem on running "nova boot myserver"

2012-08-01 Thread Stephen Liu
Hi, $ nova boot myserver --flavor 2 --key_name mykey \ > --image $(glance index | sed -n '/f16-jeos/{s/ .*//p;q}') usage: nova boot [--flavor ] [--image ] [--meta ] [--file ] [--key_name ] [--user_data ] [--availability_zone ] [--

Re: Problem on running "nova boot myserver"

2012-08-01 Thread Pádraig Brady
On 08/01/2012 03:11 AM, Stephen Liu wrote: > Hi all, > > > I'm following; > Getting started with OpenStack on Fedora 17 > http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17 > > learning OpenStack. > > > I'm stuck here:- > > Launch an instance: > $ nova boot myserver

Re: Review Request for OpenStack: python-swiftclient

2012-08-01 Thread Kashyap Chamarthy
On 07/31/2012 08:00 PM, Alan Pevec wrote: > Hi, > > I've a small review request ready for grabs: > https://bugzilla.redhat.com/show_bug.cgi?id=844674 > In Swift 1.6.0 swiftclient was split off, so we need this before I can update > openstack-swift in Rawhide. Hi, I realized once I *completed* my