Re: [Openstack] How to Create Object Folders/Directories

2011-08-05 Thread Trey Morris
nice info there john \o/ 2011/8/5 John Dickinson > You only need a "-H 'Content-Length: 0'" in that command and it should > work. For more infor on nested virtual directories, see > http://programmerthoughts.com/programming/nested-folders-in-cloud-files/ > > --John > > > On Aug 5, 2011, at 4:24

Re: [Openstack] Dashboard newbie question

2011-08-05 Thread Devin Carlen
Hi Thierry, I'm not actually certain what the issues are. I just heard about it yesterday. I believe the one you just filed is one, and I heard there was an issue with sqlalchemy as well. Maybe someone else can elaborate? Devin On Aug 4, 2011, at 11:45 PM, Thierry Carrez wrote: > Devin Car

[Openstack] Highly available opensatck

2011-08-05 Thread Viacheslav Biriukov
Hello Can anybody explain me (or provide a link) how create high available nova elements. For example nova-compute. In case when one node fall -- all VM will transparently move to working node. -- Viacheslav Biriukov BR http://biriukov.com ___ Mailing

Re: [Openstack] How to Create Object Folders/Directories

2011-08-05 Thread John Dickinson
You only need a "-H 'Content-Length: 0'" in that command and it should work. For more infor on nested virtual directories, see http://programmerthoughts.com/programming/nested-folders-in-cloud-files/ --John On Aug 5, 2011, at 4:24 AM, 홍성희 wrote: > Hi > I now want to create a virtual folder. >

Re: [Openstack] some newbie questions

2011-08-05 Thread Aron Matskin
Thanks to all, who replied - I managed to start an instance and to ssh to it. Installing 64bit Linux on guest did the trick (I also think hardware virtualization had to be enabled). Next step is to install euca2ools for Windows and to be able to control Nova from Windows. -Aron ___

[Openstack] OCCI on OpenStack

2011-08-05 Thread alph inf
Hi, What is the current state of the implementation of OCCI on the OpenStack project [1] ? Amine - [1] http://wiki.openstack.org/occi ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] some newbie questions

2011-08-05 Thread Soren Hansen
2011/8/4 Ewan Mellor : >> You don't *need* to run 64-bit Linux on the host, but if you're >> running a 32-bit Linux kernel on the host, you'll be limited to 32-bit >> guests as well (at least with KVM (for now), not sure about the >> others). > A similar thing is true of Xen too -- a 32-bit hypervi

[Openstack] How to Create Object Folders/Directories

2011-08-05 Thread 홍성희
Hi I now want to create a virtual folder. I would like to know how to create a folder of object. We want to create a folder with the curl command. Ex ) $ curl -k -v -X PUT -H 'Content-Type: application/directory' -H 'X-Auth- Token: AUTH_tkdab154988bb6b85c1bdac30b9' http://127.0.0.1:8080/v1

Re: [Openstack] Dashboard newbie question

2011-08-05 Thread Diego Parrilla Santamaría
Hi Devin, It seems you are now using the openstackx extensions in the dashboard, but browsing the code it seems security groups (or public IP management in anyway) is not yet implemented. Am I right about it? If so, when do you think the dashboard will manage them? Can we help in anyway? Cheers

Re: [Openstack] Dashboard newbie question

2011-08-05 Thread Carlo Impagliazzo
Alle venerdì 05 agosto 2011, Thierry Carrez ha scritto: > Devin Carlen wrote: > > 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. > > Do we have

Re: [Openstack] Dashboard newbie question

2011-08-05 Thread Thierry Carrez
Devin Carlen wrote: > 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. Do we have a bug number for those "few issues" that Nova trunk has that preve