Re: [Openstack] OpenStack Java API

2012-02-10 Thread Monty Taylor
Hi! Awesome, and thanks for the work! Just in case you didn't know about it: http://www.jclouds.org/ Is a Java library with multi-cloud support, including OpenStack, which might be a fun place for you to hack - and I know Adrian loves contributors. On the other hand, any amount of Java story f

Re: [Openstack] Creating boot-from-volume capable image and volume

2012-02-10 Thread Anthony Young
On Fri, Feb 10, 2012 at 8:51 PM, Tomoe Sugihara wrote: > Hi folks, > > Could someone tell me what is the right way to do boot-from-volume? > Especially, how to create boot-from-volume capable image and volume? > My understanding is that, since openstack API requires imageRef, we > need to pass in

[Openstack] Creating boot-from-volume capable image and volume

2012-02-10 Thread Tomoe Sugihara
Hi folks, Could someone tell me what is the right way to do boot-from-volume? Especially, how to create boot-from-volume capable image and volume? My understanding is that, since openstack API requires imageRef, we need to pass in both image and volume ids. I thought that create_image in EC2 API

[Openstack] a week of shaky dev infrastructure

2012-02-10 Thread Monty Taylor
Hi all! It's been a rough week from a CI and dev infrastructure perspective. I wanted to let people know what happened, what we did about it, and where it's going. First of all, we had 4 different things happen all this week. (when it rains is pours) Rackspace Cloud changed the compute service n

Re: [Openstack] Swift 1.4.6 release

2012-02-10 Thread Jay Pipes
On 02/10/2012 05:09 PM, John Dickinson wrote: I'm happy to announce that swift 1.4.6 has been released today. We've added some great new features in this release and fixed several outstanding bugs. The full changelog is below, but I'd like to highlight a few key points. Swift 1.4.6 includes new

Re: [Openstack] Keystone & Swift: swiftauth tenant namespace collisions?

2012-02-10 Thread Ziad Sawalha
Hi Andi - It landed in E3. It was not back ported since it contains a significant schema change. I don't think we can back port it to Diablo. Z From: andi abes mailto:andi.a...@gmail.com>> Date: Fri, 10 Feb 2012 15:36:04 -0500 To: Ziad Sawalha mailto:ziad.sawa...@rackspace.com>> Cc: Judd Malti

[Openstack] Flags.add_option rename issue

2012-02-10 Thread Ken Thomas
Hi all, The same sort of problem that I saw on Jan 30 (see below) has happened again. Specifically, nova flags.py recently changed where method "add_option" was renamed to "register_opt". The nova files were all updated but one file in noVNC (from a different github repository) was not, and

[Openstack] Swift 1.4.6 release

2012-02-10 Thread John Dickinson
I'm happy to announce that swift 1.4.6 has been released today. We've added some great new features in this release and fixed several outstanding bugs. The full changelog is below, but I'd like to highlight a few key points. Swift 1.4.6 includes new middleware that adds the ability to upload objec

Re: [Openstack] Keystone & Swift: swiftauth tenant namespace collisions?

2012-02-10 Thread andi abes
> > >> To summarize the intent: >> >>- we add a string UID to the database schema >>- For deployments with the integer ID, we copy that into the UID field >>- For deployments where the ID is a string (cactus and pre-Diablo) we >>copy that into the UID field >>- We use the UID f

Re: [Openstack] Nova api-paste.ini??

2012-02-10 Thread Vishvananda Ishaya
Yes Please submit a patch. Vish On Feb 9, 2012, at 5:11 PM, Joshua Harlow wrote: > Hi all, > > For devstackPy I am configuring the “filter:authtoken” sections like in > glance: > > [filter:authtoken] > paste.filter_factory = keystone.middleware.auth_token:filter_factory > service_host = %KEYS

Re: [Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Dolph Mathews
stackrc (https://github.com/openstack-dev/devstack/blob/master/stackrc) should specify: # unified auth system (manages accounts/tokens) KEYSTONE_REPO=https://github.com/openstack/keystone.git KEYSTONE_BRANCH=master If your stackrc differs, you can either update it or copy the two lines above int

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Luis Gervaso
Till i know Nova 1.0 is deprecated, so it will not be implemented. Nova 1.1 is almost implemented (working now with extensions : volumes / snapshots / storagearrays) Nova 2.0 is a must Glance (working now on it, this is the most easy to implement API) Swift Java API from Rackspace is stable eno

Re: [Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Joe Smithian
Hi Dolph, Thanks for your comments. Solution 2 seems to be easier, but I am new to openstack and not sure how to specify new version of keystone in stackrc. Could you please explain it? Regards Joe On Fri, Feb 10, 2012 at 12:50 PM, Dolph Mathews wrote: > My fault! see https://bugs.launchpad

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Joshua Harlow
Great! That will be useful for many :-) On 2/10/12 11:10 AM, "Luis Gervaso" wrote: Hi Frans, Yes it is Keystone and Nova, i'm working now on Glance support Luis On Fri, Feb 10, 2012 at 8:05 PM, Frans Thamura wrote: hi Luis is the JavaAPI to communicate with OpenStack REST API? F On Sat

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Frans Thamura
amazing .. i still thinking jcloud implementation with this API.. what will happen to OpenStack solution F On Sat, Feb 11, 2012 at 2:10 AM, Luis Gervaso wrote: > Hi Frans, > > Yes it is > > Keystone and Nova, i'm working now on Glance support > > Luis > > On Fri, Feb 10, 2012 at 8:05 PM, Frans

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Luis Gervaso
Hi Frans, Yes it is Keystone and Nova, i'm working now on Glance support Luis On Fri, Feb 10, 2012 at 8:05 PM, Frans Thamura wrote: > hi Luis > > is the JavaAPI to communicate with OpenStack REST API? > > F > > > > On Sat, Feb 11, 2012 at 1:58 AM, Luis Gervaso wrote: > > Hi, > > > > My name

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Frans Thamura
hi Luis is the JavaAPI to communicate with OpenStack REST API? F On Sat, Feb 11, 2012 at 1:58 AM, Luis Gervaso wrote: > Hi, > > My name is Luis Gervaso. I just upload a developer preview of OpenStack Java > SDK on > > https://github.com/woorea/openstack-java-sdk/ > > I want to know if other d

[Openstack] OpenStack Java API

2012-02-10 Thread Luis Gervaso
Hi, My name is Luis Gervaso. I just upload a developer preview of OpenStack Java SDK on https://github.com/woorea/openstack-java-sdk/ I want to know if other development efforts have been done in this way in order to contribute. Regards -- Luis Alberto Gervaso Martín Java EE Architect & Inst

[Openstack] [API] Anyone have documentation for the os-volume_attachments extension?

2012-02-10 Thread Jay Pipes
In reference to: https://bugs.launchpad.net/bugs/903875 Rajalakshmi is having trouble finding documentation on the os-volume_attachments extension. Could someone help out? Thanks, -jay ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Dolph Mathews
My fault! see https://bugs.launchpad.net/devstack/+bug/925718 Keystone standardized it's config file to use underscores at some point during essex, and started throwing warnings if you continued to use hyphens. I patched devstack to produce a config file matching the current version of keystone.

[Openstack] OpenStack Community Newsletter –February 10, 2012

2012-02-10 Thread Stefano Maffulli
http://www.openstack.org/blog/2012/02/community-weekly-review-feb-3-10 HIGHLIGHTS * OpenStack Bug Squashing day was a success and we should repeat it (see graphs below) * OpenStack Foundation Update http://lists.openstack.org/pipermail/foundation/2012-February/000123.

Re: [Openstack] [Swift]Swift Client Synchronization

2012-02-10 Thread Hugo
Gladinet desktop will satisfy your desire . Or you can develop your own client. There's no such feature included in swift now! I believe that Gladinet is what you are looking for . Hugo's iPhone Hieu Le 於 2012/2/10 23:53 寫道: > Hello everyone, > > I'm starting to study about openstack cloud

[Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Joe Smithian
Hi All, I had devstack installed on mu Ubuntu 11.10 box, I updated it using "git clone" today and then ran "stack.sh". It failed with the following messages: + KEYSTONE_DATA=/opt/stack/keystone/bin/keystone_data.sh + cp /home/localadmin/devstack/files/keystone_data.sh /opt/stack/keystone/bin/key

Re: [Openstack] [Swift]Swift Client Synchronization

2012-02-10 Thread Stephen Broeker
Looks like you want to mount your Swift Account as a UFS like file system. This is called Gateway. Folks typically use Fuse to do this. Check out s3fs. On Fri, Feb 10, 2012 at 7:53 AM, Hieu Le wrote: > Hello everyone, > > I'm starting to study about openstack cloud and it is very great to learn

[Openstack] [Swift]Swift Client Synchronization

2012-02-10 Thread Hieu Le
Hello everyone, I'm starting to study about openstack cloud and it is very great to learn with Swift. Now I'm wondering is there some methods to make downloaded file/folder in client automatically synchronize with Swift. For example, I downloaded a file/folder in my computer from Swift, after mod

Re: [Openstack] Fast cloning - FF-Exception request

2012-02-10 Thread Devdeep Singh
Hi, Can someone have a look at the changes and approve them if they look fine https://review.openstack.org/#change,3343? Regards, Devdeep -Original Message- From: openstack-bounces+devdeep.singh=citrix@lists.launchpad.net [mailto:openstack-bounces+devdeep.singh=citrix@lists.la

Re: [Openstack] libvirt + kvm problem on ubuntu 10.04.3

2012-02-10 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Diego Parrilla Santamaría wrote: > > > Hi Roman, > > > > our StackOps Distro is based in 10.04 and we had to modify some packages to > > make Diablo work with kvm: we changed qemu-kvm 0.12 to 0.14: > > > > - qemu-common_0.14.0 and > > - qemu-kvm_0.14.0. > > > >