Re: [Openstack] OpenStack for begginers event

2013-03-26 Thread Luis Gervaso
Here you can see the video (spanish) http://www.youtube.com/watch?v=O4_Fh5fylU8feature=youtu.be Cheers! On Mon, Mar 25, 2013 at 10:21 AM, ricardo trujillo rtrujil...@hotmail.comwrote: Thanks Luis, I'm new in this project, and this kind of info is very useful for me! Regards from Madrid

[Openstack] OpenStack for begginers event

2013-03-24 Thread Luis Gervaso
Hi folks, I want to share the slides I prepared for the OpenStack for begginers event http://www.slideshare.net/LuisGervaso/openstack-2013-1 These are based in OpenStack 2013.1 testing repository Cheers! -- --- Luis Alberto Gervaso Martin Woorea

Re: [Openstack] OpenStack Java SDK

2013-01-10 Thread Luis Gervaso
Hi Antonio, The master branch is the currently branch I'm working on. This branch has support for the Quantum project (thanks to benn-cshttps://github.com/benn-cs ) The main difference with older branches (essex) is a more decoupled API: Command design pattern is key in the master. This way

Re: [Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-10 Thread Luis Gervaso
) at sbt.TrapExit$$anon$1.run(TrapExit.scala:42) Any suggestion? Thanks for all your help! On Mon, Jan 7, 2013 at 1:25 PM, Luis Gervaso l...@woorea.es wrote: The class is here: openstack-java-sdk https://github.com/woorea/openstack-java-sdk / openstack-clienthttps://github.com/woorea/openstack-java-sdk

Re: [Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-03 Thread Luis Gervaso
import org.openstack._ What am I doing wrong? What am I missing? Is there a proper way to install the os-java-sdk? Thank you very much! With lots of regards. On Thu, Jan 3, 2013 at 4:00 AM, Luis Gervaso l...@woorea.es wrote: Hi Gui! I just upgraded the code to work properly with latest

Re: [Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-02 Thread Luis Gervaso
Hi Gui! I just upgraded the code to work properly with latest Jersey release Below the swift example code (just tested and working with HPCloud) Hope it helps you :) private static final File TEST_FILE = new File(pom.xml); private static final String KEYSTONE_AUTH_URL =

[Openstack] glance image upload stable/folsom

2012-10-15 Thread Luis Gervaso
Hi, Testing stable/folsom It seems that Glance PUT /v2/images/{id}/file does not change the image status from queued to active anyway the file upload / download works fine the workaround for us is switching to glance v1 only for this part Hope to hear about your experience Cheers --

Re: [Openstack] glance image upload stable/folsom

2012-10-15 Thread Luis Gervaso
at it. thanks, -Nikhil -Original Message- From: Luis Gervaso l...@woorea.es Sent: Monday, October 15, 2012 12:32pm To: openstack@lists.launchpad.net Subject: [Openstack] glance image upload stable/folsom Hi, Testing stable/folsom It seems that Glance PUT /v2/images/{id}/file

[Openstack] Compute API behavior

2012-10-04 Thread Luis Gervaso
Hi, I have found an use case which breaks the compute api. May be I'm not doing the stuff in the right way. Anyway I want to share with you. 1. Supose I create a server with an image and flavor. 2. Then I delete the image or flavor. 3. Now, when I list the server the image/flavor associated

[Openstack] OpenStack Management UI

2012-09-19 Thread Luis Gervaso
Hi folks, Just uploaded the StackSherpa with: multi-provider support: devstack, trystack, rackspace (new generation), hpcloud or custom provider for the server side proxy you can use vertx.io or node.js. (flask version of server is not functional yet) All the source code is available at

[Openstack] StackSherpa JS Github Repository

2012-09-02 Thread Luis Gervaso
Hi folks, I just upload the first commit to stacksherpa-js (buggy ui web flows) https://github.com/woorea/stacksherpa-js.git This is will be an alternative OpenStack Management UI to integrate identity (keystone), compute (nova, +glance, +melange), storage (swift) and billing (ceilometer) The

Re: [Openstack] StackSherpa JS Github Repository

2012-09-02 Thread Luis Gervaso
...@gmail.com wrote: Hi whether can share more in detail. how to installed and test? On Mon, Sep 3, 2012 at 4:35 AM, Luis Gervaso l...@woorea.es wrote: Hi folks, I just upload the first commit to stacksherpa-js (buggy ui web flows) https://github.com/woorea/stacksherpa-js.git

Re: [Openstack] Fwd: Question about cloudfiles API

2012-06-04 Thread Luis Gervaso
Hi Shawn, I understand your needs. I'll try to add support for them in the RC3. It'll be out next week. Luis On Mon, Jun 4, 2012 at 8:49 PM, Shawn Heisey launch...@elyograg.org wrote: On 5/30/2012 4:02 PM, Luis Gervaso wrote: Hi Shawn, I discovered in your code: 1) properties.put

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Luis Gervaso
On Wed, May 30, 2012 at 9:16 PM, Shawn Heisey launch...@elyograg.orgwrote: On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) #git clone #mvn clean install As I mentioned in my last email, I am getting

[Openstack] Fwd: Question about cloudfiles API

2012-05-24 Thread Luis Gervaso
-- Forwarded message -- From: Luis Gervaso l...@woorea.es Date: Fri, May 25, 2012 at 3:24 AM Subject: Re: [Openstack] Question about cloudfiles API To: Shawn Heisey launch...@elyograg.org Hi Shawn, You can try with OpenStack Java SDK https://github.com/woorea/openstack-java-sdk

Re: [Openstack] [openstack][keystone] V3 API draft

2012-05-21 Thread Luis Gervaso
Great +1 all the points, specially tenants from user! Cheers! On Mon, May 21, 2012 at 6:11 PM, Joseph Heck he...@mac.com wrote: Good morning, I wanted to announce that we have the first strawman/draft of a V3 API for Keystone available for comment and feedback. This is an early draft, and

[Openstack] Keystone issue?

2012-05-17 Thread Luis Gervaso
Hi, Working on stable/essex: When I delete a user-tenant-role keystone continues returning null for the deleted roles In the example I have deleted KeystoneAdmin and KeystoneServiceAdmin roles from a devstack installation and then added them again as part of my tests This is the result,

Re: [Openstack] Keystone issue?

2012-05-17 Thread Luis Gervaso
To reproduce: First delete a role that is assigned to a tenant-user pair If you delete tenant-user-role first, and then delete the role all works fine Regards On Fri, May 18, 2012 at 4:33 AM, Luis Gervaso l...@woorea.es wrote: Hi, Working on stable/essex: When I delete a user-tenant

[Openstack] OpenStack Java SDK RC2 Relased!

2012-05-15 Thread Luis Gervaso
Hi! Aligned with the JAX-RS 2.0 I have just uploaded the OpenStack Java SDK RC2 Source Code: https://github.com/woorea/openstack-java-sdk For Maven users: groupId artifactId version org.openstack openstack-java-sdk 1.0-RC2 https://raw.github.com/woorea/maven/master/releases/ This release

Re: [Openstack] CORS implementation for OpenStack

2012-05-14 Thread Luis Gervaso
+1 On Mon, May 14, 2012 at 10:07 PM, Adrian Smith adr...@17od.com wrote: Perhaps the openstack-common project [1] could house a common CORS implementation? FYI, I'm hoping to refactor the CORS middleware as a standalone project soon Javier (just a bit short on time atm). [1]

Re: [Openstack] ceilometer (java implementation)

2012-05-09 Thread Luis Gervaso
- SQL / NoSQL (the persistent layer shold be interchangeable) So as response to your duration question, this think is out scope for the counter tasks. On Wed, May 9, 2012 at 5:30 PM, Doug Hellmann doug.hellm...@dreamhost.comwrote: On Tue, May 8, 2012 at 7:19 PM, Luis Gervaso l...@woorea.es

[Openstack] Fwd: ceilometer (java implementation)

2012-05-09 Thread Luis Gervaso
Forgot to copy the list -- Forwarded message -- From: Luis Gervaso l...@woorea.es Date: Wed, May 9, 2012 at 7:14 PM Subject: Re: [Openstack] ceilometer (java implementation) To: Doug Hellmann doug.hellm...@dreamhost.com I asked for these fields in my previous email

[Openstack] ceilometer (java implementation)

2012-05-08 Thread Luis Gervaso
Hi, I have uploaded a toy version of ceilometer (java implementation). It does implement the first two counters (instance : rabbitmq listener and cpu : polling from libvirt) i need more clarification on the meaining: counter_volume counter_duration counter_datetaime I hope this helps to

Re: [Openstack] Keystone API question

2012-05-04 Thread Luis Gervaso
[2] https://github.com/openstack/keystone/tree/master/keystone/identity/backends [3] https://blueprints.launchpad.net/keystone On Thu, May 3, 2012 at 5:27 PM, Luis Gervaso l...@woorea.es wrote: From admin port I want to list the tenants a user (different from the current user) belongs

Re: [Openstack] Keystone API question

2012-05-03 Thread Luis Gervaso
in the diablo cycle (AFAIK) in favor of roles. -Dolph On Wed, May 2, 2012 at 3:44 PM, Luis Gervaso l...@woorea.es wrote: Hi, In Diablo was: GET /users/{user_id}/roleRefs In Essex it is maintained for compatibility reasons. I understand that this is the obsolete now. I can find: PUT DELETE

Re: [Openstack] Keystone API question

2012-05-03 Thread Luis Gervaso
admin privileges). ** ** **- **Gabriel ** ** *From:* openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net[mailto: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net] *On Behalf Of *Luis Gervaso *Sent:* Thursday, May 03, 2012 1:24 PM *To:* Everett

[Openstack] Keystone API question

2012-05-02 Thread Luis Gervaso
Hi, In Diablo was: GET /users/{user_id}/roleRefs In Essex it is maintained for compatibility reasons. I understand that this is the obsolete now. I can find: PUT DELETE /users/{user_id}/roles/OS-KSADM/{role_id} How can get all the roles having a user_id? GET /users/{user_id}/roles (i can't

Re: [Openstack] Keystone API question

2012-05-02 Thread Luis Gervaso
method = getattr(self, action) AttributeError: 'UserController' object has no attribute 'get_user_roles' On Wed, May 2, 2012 at 10:44 PM, Luis Gervaso l...@woorea.es wrote: Hi, In Diablo was: GET /users/{user_id}/roleRefs In Essex it is maintained for compatibility reasons. I understand

Re: [Openstack] Metering question??

2012-05-02 Thread Luis Gervaso
Agree with your comments, 1. Metering tasks for me are mainly 2: a) Collect relevant data b) Correlate events (that's which end event corresponds with which event start) this is very important, since only openstack knows how to correlate, but the billing system 2. Mediation process should

Re: [Openstack] Metering question??

2012-05-02 Thread Luis Gervaso
. The billing process then can be run on demand or scheduled. Regards On Thu, May 3, 2012 at 3:01 AM, Luis Gervaso l...@woorea.es wrote: Agree with your comments, 1. Metering tasks for me are mainly 2: a) Collect relevant data b) Correlate events (that's which end event corresponds with which event

Re: [Openstack] New OpenStack Releases in Ubuntu 12.04LTS

2012-04-26 Thread Luis Gervaso
Awsome news! On Thu, Apr 26, 2012 at 10:45 PM, Everett Toews everett.to...@cybera.cawrote: +1! I just about fell out of my chair when Mark Shuttleworth mentioned this on stage in front of everyone. This should have a BIG impact on OpenStack adoption. Cheers, Everett On Tue, Apr 24,

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-24 Thread Luis Gervaso
Probably an extra audit system is required. I'm searching for solutions in the IT market. Regards On Tue, Apr 24, 2012 at 6:00 PM, Loic Dachary l...@enovance.com wrote: ** On 04/24/2012 04:45 PM, Monsyne Dragon wrote: On Apr 24, 2012, at 9:03 AM, Loic Dachary wrote: On 04/24/2012 03:06

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-24 Thread Luis Gervaso
: This looks like just the standard RPC traffic. You need to turn notifications on (set: notification_driver=nova.notifier.rabbit_notifier in nova's config file) and listen on the notification.* queues On Apr 23, 2012, at 2:26 PM, Luis Gervaso wrote: Joshua, I have performed a create

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-24 Thread Luis Gervaso
poll the status over MQ? - Brian Schott, CTO Nimbis Services, Inc. brian.sch...@nimbisservices.com ph: 443-274-6064 fx: 443-274-6060 On Apr 24, 2012, at 2:10 PM, Luis Gervaso wrote: Probably an extra audit system is required. I'm

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-24 Thread Luis Gervaso
/admin requests. - Brian Schott, CTO Nimbis Services, Inc. brian.sch...@nimbisservices.com ph: 443-274-6064 fx: 443-274-6060 On Apr 24, 2012, at 3:42 PM, Luis Gervaso wrote: This kind of messages are coming from nova exchange aprox. each 60

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

2012-04-24 Thread Luis Gervaso
The solution until the webservice deliver that headers is: Solution 1: 1. Put the webservice behind a remote or local proxy 2. Apply some a filter (decorator) for each response with the CORS headers (in the proxy) in order to trick the browser Solution 2: Some time ago I tested it with Chrome

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-23 Thread Luis Gervaso
...@rackspace.com wrote: On Sun, 2012-04-22 at 20:50 +0200, Luis Gervaso wrote: I want to share the architecture i am developing in order to perform the monitorig / billing OpenStack support: 1. AMQP Client which listen to RabbitMQ / QPid (this should be interchangeable) (Own Stuff

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-23 Thread Luis Gervaso
/Glance/etc to be in the business of trying to determine billing logic, since it is different for pretty much everyone, so we just emit notifications to a queue and the interested pull what they want, and aggregate according to their own rules. On Apr 22, 2012, at 1:50 PM, Luis Gervaso wrote

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-23 Thread Luis Gervaso
Joshua, I have performed a create instance operation and here is an example data obtained from stable/essex rabbitmq nova catch all exchange. [*] Waiting for messages. To exit press CTRL+C [x] Received '{_context_roles: [admin], _msg_id: a2d13735baad4613b89c6132e0fa8302, _context_read_deleted:

[Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
Hi, I want to share the architecture i am developing in order to perform the monitorig / billing OpenStack support: 1. AMQP Client which listen to RabbitMQ / QPid (this should be interchangeable) (Own Stuff or ServiceMix / Camel) 2. Events should be stored on a NoSQL document oriented database

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
What about using the Dough project ? Endre. 2012/4/22 Luis Gervaso l...@woorea.es Hi, I want to share the architecture i am developing in order to perform the monitorig / billing OpenStack support: 1. AMQP Client which listen to RabbitMQ / QPid (this should be interchangeable) (Own Stuff

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
a driver for each billing provider Maybe we should just standardize billing related API queries across the board? I see this option outbound of OpenStack project (actually, this a rougth estimation ;) Cheers! -Matt On Sun, Apr 22, 2012 at 12:36 PM, Luis Gervaso l...@woorea.es wrote: Dough

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
: 443-274-6060 On Apr 22, 2012, at 2:50 PM, Luis Gervaso wrote: Hi, I want to share the architecture i am developing in order to perform the monitorig / billing OpenStack support: 1. AMQP Client which listen to RabbitMQ / QPid (this should be interchangeable) (Own Stuff or ServiceMix

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
On Sun, Apr 22, 2012 at 11:18 PM, Luis Gervaso l...@woorea.es wrote: I think Dough takes care about pricing and billing. I have proposed an arch and technologies to fill the gap between openstack and whatever billing system / monitoring system. On Sun, Apr 22, 2012 at 10:57 PM, Endre

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
...@nimbisservices.commailto:brian.sch...@nimbisservices.com ph: 443-274-6064tel:443-274-6064 fx: 443-274-6060tel:443-274-6060 On Apr 22, 2012, at 3:36 PM, Luis Gervaso wrote: Dough is the proposed billing platform/product (where the billing rules live), isn't it? I don't know Dough enough, so please me

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
...@nimbisservices.com ph: 443-274-6064 fx: 443-274-6060 On Apr 22, 2012, at 5:38 PM, Luis Gervaso wrote: I see this is an accounting system, a billing system needs things like promotional codes, vat, invoices ... I'm proposing the way the events should be orchestated Please, correct

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
) - Brian Schott, CTO Nimbis Services, Inc. brian.sch...@nimbisservices.com ph: 443-274-6064 fx: 443-274-6060 On Apr 22, 2012, at 6:54 PM, Luis Gervaso wrote: You can, but there are more billing providers, i want to provider a point where you can choose your

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Luis Gervaso
on the documentation of Dough once I finish testing it with our closed beta production environment. Can be seen Dough as a success history of OpenStack Billing integration? Cheers, LZY On Sun, Apr 22, 2012 at 5:43 PM, Luis Gervaso l...@woorea.es wrote: On Mon, Apr 23, 2012 at 2:10 AM, Brian

[Openstack] OpenStack Java SDK RC1 OpenStack UI RC1 Released!

2012-04-18 Thread Luis Gervaso
Hi all, Just released OpenStack Java SDK RC1 and OpenStack UI RC1. You can download the OpenStackUI prepackaged standalone war from https://github.com/downloads/woorea/openstack-ui/ui.jar QuickStart Page : http://woorea.github.com/openstack-ui/ I'll try to fix all the bugs reported at:

Re: [Openstack] Image API v2 Draft 4

2012-04-09 Thread Luis Gervaso
Hi, I have been fighting with these issues. Here is the proposed solution i am currently using on OpenStack Java SDK. *Every representation should implement a common interface* The jaxb annotations for marshalling and unmarshalling XML reside on xml implementation class The gson annotations

[Openstack-poc] Fwd: [Openstack] OpenStack Java SDK First Snapshot

2012-04-06 Thread Luis Gervaso
Hi, My name is Luis Gervaso. I have created a java client for the Identity, Compute, Image Service and Object Store OpenStack Services. https://github.com/woorea/openstack-java-sdk The project uses an Apache 2 Licence in order to be the same OpenStack is using. I decided to package the source

Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-04 Thread Luis Gervaso
Justin, it's a pleasure work with you Great work with the Jenkins stuff Cheers! Luis On Thu, Apr 5, 2012 at 12:40 AM, Justin Santa Barbara jus...@fathomdb.comwrote: This is a plugin for OpenStack; it won't support any other clouds. This means there will be no baggage from having to support

Re: [Openstack] Looking for complete keystone endpoint-create example

2012-04-02 Thread Luis Gervaso
Hi, You can use devstack, but you need to make one update. This is the way i do: 0. screen -x, and go to keystone 1. CTRL-C keystone proceess Change keystone config: FROM: [catalog] driver = keystone.catalog.backends.templated.TemplatedCatalog template_file =

[Openstack] OpenStack Java SDK First Snapshot

2012-04-01 Thread Luis Gervaso
Hi all, I just released the first snapshot of the Java binding library: * JAX-RS 2.0 implementation based on the Jersey 2.0 SNAPSHOT * Identity, Compute, Glance APIs are working with the latest trunk. * Due to last minute changes on auth filters Swift / Keystone functionality is not ready yet

[Openstack] HATEOAS Question

2012-03-19 Thread Luis Gervaso
Hi, Can anyone explain why the reason why do bookmark links not include the api version? or is this a bug? i.e: links=[ Link [rel=self, href=*http://192.168.1.52:8774/v2/*7e8b7cd65def4a29957b279f965ec5c5/servers/96347f55-9b19-47bc-bbfd-96edbc6c9713, type=null], Link [rel=bookmark,

[Openstack] OpenStack UI

2012-03-15 Thread Luis Gervaso
Hi, I have just upload the OpenStack UI code base, which implies few changes in the openstack-java-sdk api. You can view the video i uploaded 2 days ago here: http://youtu.be/zGy4yC7r6w4 The source code is available at: https://github.com/woorea/openstack-java-sdk/tree/master/openstack-ui If

Re: [Openstack] OpenStack Java API

2012-02-21 Thread Luis Gervaso
yet in order not to confuse the community (extensions part you commented before) Thanks again Jorge Things like: http://api.openstack.org/and http://docs.openstack.org/api/ are all driven by them. Thanks, -jOrGe W. On Feb 16, 2012, at 9:16 AM, Luis Gervaso wrote: You can

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Luis Gervaso
Wow! Great work! On Thu, Feb 16, 2012 at 5:02 PM, Anne Gentle a...@openstack.org wrote: I'm pleased to point you to http://api.openstack.org. Collecting OpenStack APIs on one page, built with an API developer in mind. This design implementation fulfills a blueprint for the

Re: [Openstack] OpenStack Java API

2012-02-15 Thread Luis Gervaso
to generate valid XSD files. My fork is here: https://github.com/justinsb/openstack-java-sdk I'd like to work together on this! Justin --- Justin Santa Barbara Founder, FathomDB On Mon, Feb 13, 2012 at 8:53 AM, Luis Gervaso l...@woorea.es wrote: The Dasein Arch is great and the code

Re: [Openstack] OpenStack Java API

2012-02-13 Thread Luis Gervaso
for you to hack - and I know Adrian loves contributors. On the other hand, any amount of Java story for OpenStack is good news. Thanks! Monty On 02/10/2012 12:08 PM, Luis Gervaso wrote: Till i know Nova 1.0 is deprecated, so it will not be implemented. Nova 1.1 is almost implemented

[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

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 fr...@meruvian.org wrote: hi Luis is the JavaAPI to communicate with OpenStack REST API? F On Sat, Feb 11, 2012 at 1:58 AM, Luis Gervaso l...@woorea.es wrote

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Luis Gervaso
? Regards, Márton Kiss, CTO Xemeti 2012/2/10 Luis Gervaso l...@woorea.es: 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

Re: [Openstack] Who can help me to solve this installation problem?

2011-10-01 Thread Luis Gervaso
Hi, Another option, if you want, maybe create a symbolic link from your nova source code to glance source code regards On Sat, Oct 1, 2011 at 7:42 PM, Mike Scherbakov mih...@gmail.com wrote: Hi Zhang, try to install Glance first. Regards, On Sat, Oct 1, 2011 at 7:01 AM, Zhang Zhang

Re: [Openstack] [openstack] dashboard + keystone error [ubuntu , diablo release]

2011-09-27 Thread Luis Gervaso
Hi, Review your keystone configuration You have to create a service, then endpointTemplates asociated with the service, then a endpoint associated to your tenant So: 1. #keystone-manage service add nova 2. #keystone-manage endpointTemplates add RegionOne 1 . (1, is the id of my nova

Re: [Openstack] [openstack] dashboard + keystone error [ubuntu , diablo release]

2011-09-27 Thread Luis Gervaso
() if __name__ == '__main__': main() problem ? 2011/9/27 Luis Gervaso l...@woorea.es Hi, Review your keystone configuration You have to create a service, then endpointTemplates asociated with the service, then a endpoint associated to your tenant So: 1. #keystone-manage service add nova

Re: [Openstack] keystone + dash + diablo user flows

2011-09-26 Thread Luis Gervaso
I think the exchange unscoped to scoped is not working for me, I think the issue may come from GET : *http://192.168.1.48:5001/v2.0/tenants* ---START TEST--- POST : *http://192.168.1.48:5001/v2.0/tokens* {auth:{passwordCredentials:{username:admin,password:secrete}}} RES : {access: {token:

Re: [Openstack] AttributeError: keystone_ec1_url

2011-09-25 Thread Luis Gervaso
Also you have to change token_id = result['auth']['token']['id'] to token_id = result['access']['token']['id'] just before the #Authenticated! comment due to the latest changes in keystone regards On Sat, Sep 24, 2011 at 11:53 AM, Vishvananda Ishaya vishvana...@gmail.comwrote: looks like

[Openstack] Users resource via openstack or core?

2011-09-23 Thread Luis Gervaso
Hi, I'm trying to access the REST API to manage users / projects I can do with projects using openstackx extensions http://10.6.0.50:8774/v1.1/extensions/admin/projects but i'm unable to list or create users, i have checked the source code and it seems i have to use: