Re: [Openstack] OpenStack Java SDK

2013-01-10 Thread Antonio Manuel Muñiz Martín
Hi Luis,

Great. Should I send the pull request to the new branch?

Thanks,
Antonio.

2013/1/10 Luis Gervaso l...@woorea.es:
 Hi Antonio,

 The master branch is the currently branch I'm working on. This branch has
 support for the Quantum project (thanks to benn-cs)

 The main difference with older branches (essex) is a more decoupled API:

 Command design pattern is key in the master.

 This way the API can be extended in a easier way (actually for the OpenStack
 versions and extensions)

 I agree and I will create a branch for the folsom.

 Cheers!


 On Thu, Jan 10, 2013 at 6:47 PM, Gui Maluf guimal...@gmail.com wrote:

 frans, you can always use devstack for a fast local OS deploy.

 Antonio I've interest in openstack-java-sdk, the only difference is that
 I'm using scala, instead of Java. I'm quite new at this and having a lot a
 difficulty trying to make my code connect with Keystone.
 I hope you can get your answer!

 Att.




 On Wed, Jan 9, 2013 at 10:07 PM, Frans Thamura fr...@meruvian.org wrote:

 hi Antonio

 talking Java SDK.

 is there OpenSTack on the Net, that we can use, to test this SDK?

 I love to invest in this tools, esp we are working with Java education
 program here

 F

 On Thu, Jan 10, 2013 at 6:51 AM, Antonio Manuel Muñiz Martín
 amu...@klicap.es wrote:
  Hello all.
 
  We are working with OpenStack Java SDK [1] since some months ago. Now
  we need to use it with Folsom. After a look on master branch we
  decided to keep us in the stable branch, because the project has no
  release policy, no tags...
 
  Said this, we've done some changes in stable Essex branch to adapt it
  to Folsom, basically adding some fields to resources required for a
  correct JSON mapping.
  If some of you think this changes are interesting we can send a pull
  request to the owner (Luis, I think you are in this list, I would like
  to get your opinion).
 
  Cheers,
  Antonio.
 
  [1] https://github.com/woorea/openstack-java-sdk/tree/stable/essex
 
  --
  Antonio Manuel Muñiz Martín
  Software Developer at klicap - ingeniería del puzle
 
  work phone + 34 954 894 322
  www.klicap.es | blog.klicap.es
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 guilherme \n
 \t maluf

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 ---
 Luis Alberto Gervaso Martin
 Woorea Solutions, S.L
 CEO  CTO
 mobile: (+34) 627983344
 l...@woorea.es

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Antonio Manuel Muñiz Martín
Software Developer at klicap - ingeniería del puzle

work phone + 34 954 894 322
www.klicap.es | blog.klicap.es

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] OpenStack Java SDK

2013-01-09 Thread Antonio Manuel Muñiz Martín
Hello all.

We are working with OpenStack Java SDK [1] since some months ago. Now
we need to use it with Folsom. After a look on master branch we
decided to keep us in the stable branch, because the project has no
release policy, no tags...

Said this, we've done some changes in stable Essex branch to adapt it
to Folsom, basically adding some fields to resources required for a
correct JSON mapping.
If some of you think this changes are interesting we can send a pull
request to the owner (Luis, I think you are in this list, I would like
to get your opinion).

Cheers,
Antonio.

[1] https://github.com/woorea/openstack-java-sdk/tree/stable/essex

-- 
Antonio Manuel Muñiz Martín
Software Developer at klicap - ingeniería del puzle

work phone + 34 954 894 322
www.klicap.es | blog.klicap.es

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Keystone] Services API

2012-07-13 Thread Antonio Manuel Muñiz Martín
Hi,

I'm trying to make an update request (PUT
/v2.0/OS-KSADM/services/53ccd2984389495cab439640dc5596d3) and it's
returning HTTP 404.
The docs also miss the PUT method [1], so I guess if there is a way to
update a service through the WS API?

Thanks,
Antonio.

[1] 
http://docs.rackspace.com/openstack-extensions/auth/OS-KSADM-admin-devguide/content/Service_Operations_OS-KSADM.html

-- 
Antonio Manuel Muñiz Martín
Software Developer at klicap - ingeniería del puzle

work phone + 34 954 894 322
www.klicap.es | blog.klicap.es

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Keystone] Services API

2012-07-13 Thread Antonio Manuel Muñiz Martín
There are no method update_service here [1], so I think update is
not possible, am I right?

Thanks,
Antonio.

[1] 
https://github.com/openstack/keystone/blob/0425fba560e7d68e52f922667972765e64ad17dc/keystone/controllers/services.py

2012/7/13 Antonio Manuel Muñiz Martín amu...@klicap.es:
 Hi,

 I'm trying to make an update request (PUT
 /v2.0/OS-KSADM/services/53ccd2984389495cab439640dc5596d3) and it's
 returning HTTP 404.
 The docs also miss the PUT method [1], so I guess if there is a way to
 update a service through the WS API?

 Thanks,
 Antonio.

 [1] 
 http://docs.rackspace.com/openstack-extensions/auth/OS-KSADM-admin-devguide/content/Service_Operations_OS-KSADM.html

 --
 Antonio Manuel Muñiz Martín
 Software Developer at klicap - ingeniería del puzle

 work phone + 34 954 894 322
 www.klicap.es | blog.klicap.es



-- 
Antonio Manuel Muñiz Martín
Software Developer at klicap - ingeniería del puzle

work phone + 34 954 894 322
www.klicap.es | blog.klicap.es

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Keystone API docs - Create User JSON

2012-07-03 Thread Antonio Manuel Muñiz Martín
Hi.

I think there is an error in the Keystone API docs [1].
The parameter password in the JSON request for create an user,
should be password and not OS-KSADM:password.

Regards,
Antonio.

[1] 
http://docs.openstack.org/api/openstack-identity-service/2.0/content/POST_addUser_v2.0_users_Admin_API_Service_Developer_Operations-d1e1356.html
-- 
Antonio Manuel Muñiz Martín
Software Developer at klicap - ingeniería del puzle

work phone + 34 954 894 322
www.klicap.es | blog.klicap.es

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp