[Openstack] Quotas for nonexistent projects

2011-07-25 Thread Alessio Ababilov
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 ___ Mailing list

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

2012-01-15 Thread Alessio Ababilov
, 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 -- Alessio Ababilov Software Engineer Grid Dynamics

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

2012-01-15 Thread Alessio Ababilov
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 -- Alessio Ababilov

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

2012-01-16 Thread Alessio Ababilov
demo-tenant 4 On 16 January 2012 00:00, Alessio Ababilov aababi...@griddynamics.com mailto:aababi...@griddynamics.com wrote: Hi! You are using sqlite and I guess that you have run ./sampledata as root. So, the database file is owned by root and cannot be writable by `keystone

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

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

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
before). Thank you so much for you help. Fine regards, Sean. -- Alessio Ababilov Software Engineer Grid Dynamics ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

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

2012-01-19 Thread Alessio Ababilov
[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 = 0

[Openstack] Common openstack client library

2012-08-13 Thread Alessio Ababilov
).tenants.list() -- 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 : https://help.launchpad.net

Re: [Openstack] Common openstack client library

2012-08-14 Thread Alessio Ababilov
. On Mon, Aug 13, 2012 at 11:45 AM, Chmouel Boudjnah chmo...@chmouel.comwrote: On Mon, Aug 13, 2012 at 9:39 AM, Alessio Ababilov aababi...@griddynamics.com wrote: from openstackclient_base.client import HttpClient http_client = HttpClient(username=..., password=..., tenant_name=..., auth_uri

[Openstack] (no subject)

2012-08-14 Thread Alessio Ababilov
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.net/~openstack Post to : openstack

[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 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
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 Software Engineer Grid Dynamics

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

2013-03-18 Thread Alessio Ababilov
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@lists.launchpad.net

[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