[Openstack] Common openstack client library

2012-08-13 Thread Alessio Ababilov
rt IdentityPublicClient print IdentityPublicClient(http_client).tenants.list() -- Alessio Ababilov Software Engineer Grid Dynamics ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : ht

Re: [Openstack] Common openstack client library

2012-08-14 Thread Alessio Ababilov
ated. On Mon, Aug 13, 2012 at 11:45 AM, Chmouel Boudjnah wrote: > On Mon, Aug 13, 2012 at 9:39 AM, Alessio Ababilov > wrote: > > from openstackclient_base.client import HttpClient > > http_client = HttpClient(username="...", password="...", > tenant_name=&

[Openstack] (no subject)

2012-08-14 Thread Alessio Ababilov
the database? I know only one example - instance types that can be deleted but are still referenced by running instances. Are there other examples? -- Alessio Ababilov Software Engineer Grid Dynamics ___ Mailing list: https://launchpad.ne

[Openstack] Implement network creation in compute API

2012-08-15 Thread Alessio Ababilov
Hi! I have implemented API for network creation a month ago (https://review.openstack.org/#/c/9847/). The patch is still waiting for approval. Could somebody pay attention to it since it's a blocker for our company, Grid Dynamics? -- Alessio Ababilov Software Engineer Grid Dyn

Re: [Openstack] Keystone Curl can't get tokens by credentials

2012-01-15 Thread Alessio Ababilov
: swift version: 1.4.3-0ubuntu2 (installed by apt-get install command) keystone version: keystone 2012.1-dev (installation directory: /home/chang/keystone) Any helpful information is highly appreciated! Regards, Sean ___ Mailing list: https://lau

Re: [Openstack] Keystone Curl can't get tokens by credentials

2012-01-15 Thread Alessio Ababilov
ne) Any helpful information is highly appreciated! Regards, Sean ___ 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 Curl can't get tokens by credentials

2012-01-16 Thread Alessio Ababilov
keystone-manage endpoint add admin-tenant 2 keystone-manage endpoint add admin-tenant 3 keystone-manage endpoint add admin-tenant 4 keystone-manage endpoint add demo-tenant 1 keystone-manage endpoint add demo-tenant 2 keystone-manage endpoint add demo-tenant 3 keystone-manage endpoint add de

[Openstack] Is m1.tiny instance type supported for Xen?

2012-01-17 Thread Alessio Ababilov
"%(allowed_size_bytes)d") % locals()) if size_bytes > allowed_size_bytes: LOG.info(_("Image size %(size_bytes)d exceeded" " instance_type allowed size " "%(allowed_size_bytes)

Re: [Openstack] dashboard's tenant and users at most list 10 rows data

2012-01-17 Thread Alessio Ababilov
://help.launchpad.net/ListHelp -- Alessio Ababilov Software Engineer Grid Dynamics ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

Re: [Openstack] Keystone Curl can't get tokens by credentials

2012-01-18 Thread Alessio Ababilov
your first action to have the account created; there’s a Swift bug to be fixed soon" may NOT affect my swift command. I also got error message when I tried "swift -A http://127.0.0.1:5000/v2.0 -U asdf -K asdfasdf post myfiles" ("myfiles" is a container I created befor

Re: [Openstack] Is m1.tiny instance type supported for Xen?

2012-01-19 Thread Alessio Ababilov
d.net [mailto:openstack- bounces+armando.migliaccio=eu.citrix@lists.launchpad.net] On Behalf Of Alessio Ababilov Sent: 17 January 2012 16:12 To: openstack@lists.launchpad.net Subject: [Openstack] Is m1.tiny instance type supported for Xen? Hi! OpenStack Nova allows to run instances with local_gb =

[Openstack] Quotas for nonexistent projects

2011-07-25 Thread Alessio Ababilov
ating_ips: 10 # nova-manage project quota fgh metadata_items: 128 instances: 10 injected_file_content_bytes: 10240 injected_files: 5 volumes: 10 gigabytes: 1000 cores: 16 ram: 51200 floating_ips: 10 # nova-manage project list 1234 aproject -- Alessio Ababilov Software Engineer Grid Dynamics __

[Openstack] Is python-openstackclient dead?

2012-12-23 Thread Alessio Ababilov
convenient, and all it needs is just more attention from the community that will add lacked functionality! Lets us drop CLI support from miscellaneous python-PROJECTclients and add it to python-openstackclient! -- Alessio Ababilov Software Engineer Grid Dynamics

[Openstack] Unify services and hosts API

2013-01-22 Thread Alessio Ababilov
host":{...}} . I've updated these extensions in https://review.openstack.org/18577 . The patch has one -2 cause it updates API and one +2 since these changes are made to extensions, not to main API. Could you pay attention to it, please? -- Alessio Ababilov S

[Openstack] Fix for libvirt tests bug (Enable tox use of site-packages for libvirt)

2013-03-18 Thread Alessio Ababilov
ain with a review message "recheck no bug", and it will be Verified +1 as it must be. Thank you in advance! -- Alessio Ababilov Senior Software Engineer Grid Dynamics ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

[Openstack] [PATCH] Unify services and hosts API

2013-03-30 Thread Alessio Ababilov
Hi, Dan! Could you have a look at my patch https://review.openstack.org/#/c/18577/and possibly change your -2,please? -- Alessio Ababilov Senior Software Engineer Grid Dynamics ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

[Openstack] Keystone client auth plugins

2013-07-17 Thread Alessio Ababilov
for building CLI tools; * share one token between sessions to different servers (nova, glance, keystone, etc) The library is ready to use in keystone client. Could you take a look on it, please? Alessio Ababilov Senior Software Engineer Grid Dynamics