Re: [dev] Command Line Interface (GSoC 2012)

2012-03-30 Thread Roman Bogorodskiy
terface would be kind of limited (at least for some cloud providers) in my experience. > ps. I'm trying to get in touch with Roman to see his opinion about this. > > Got response from Roman, he is ready to help at those tasks. > > pps. i'm fluent russian speaker, we u

Re: [dev] [VOTE] Release Apache Libcloud 0.9.1

2012-04-01 Thread Roman Bogorodskiy
Tomaž Muraus wrote: > +/- 1 > [ ] Release Apache Libcloud 0.9.1 +1 Roman Bogorodskiy pgpEwtBaHs2aU.pgp Description: PGP signature

Re: [dev] [ANNOUNCE] Apache Libcloud 3.8.0 release

2023-08-27 Thread Roman Bogorodskiy
Tomaz Muraus wrote: > Libcloud is a Python library that abstracts away the differences among > multiple cloud provider APIs. It allows users to manage cloud services > (servers, storage, load balancers, DNS, containers as a service) offered by > many different providers through a single, unified

[dev] Re: svn commit: r1137972 - /libcloud/trunk/libcloud/__init__.py

2011-06-21 Thread Roman Bogorodskiy
= "/tmp/libcloud_debug.log" > -fo = open(d, "a") > -enable_debug(fo) > +if 'LIBCLOUD_DEBUG' in os.environ: > +debug_file_path = os.environ.get('LIBCLOUD_DEBUG_PATH') or \ > + DEFAULT_LOG_PATH > +fh = open(debug_file_path, 'a') > +enable_debug(fh) > > _init_once() > > Roman Bogorodskiy

Re: [dev] [VOTE] Release Apache Libcloud 0.5.2

2011-07-02 Thread Roman Bogorodskiy
Tomaž Muraus wrote: > +/- 1 > [ ] Release Apache Libcloud 0.5.2 +1 Roman Bogorodskiy

Re: [dev] [VOTE] Release Apache Libcloud 0.6.0-beta1

2011-10-17 Thread Roman Bogorodskiy
Tomaž Muraus wrote: > [ ] Release Apache Libcloud 0.6.0-beta1 +1 Tests pass for me on FreeBSD. Roman Bogorodskiy pgpEFHfdd2Hpr.pgp Description: PGP signature

Re: [dev] Brightbox load balancer support

2011-10-25 Thread Roman Bogorodskiy
le) - modify API to support multiple ports for a single load balancer, need to look if it's possible to do with keeping API backwards compatible. Roman Bogorodskiy signature.asc Description: Digital signature

Re: [dev] [VOTE] Release Apache Libcloud 0.6.2

2011-11-16 Thread Roman Bogorodskiy
Tomaž Muraus wrote: > [ ] Release Apache Libcloud 0.6.2 +1 Roman Bogorodskiy signature.asc Description: Digital signature

Re: [dev] [VOTE] Release Apache Libcloud 0.7.1

2011-12-07 Thread Roman Bogorodskiy
eeded [TOX] ERROR: py27: InterpreterNotFound: python2.7 [TOX] ERROR: pypy: InterpreterNotFound: pypy [TOX] py32: commands succeeded That's FreeBSD 8.2. +1. Roman Bogorodskiy pgpKcTldcuQSU.pgp Description: PGP signature

[dev] [jira] [Resolved] (LIBCLOUD-96) Add third-party dependencies management

2011-06-27 Thread Roman Bogorodskiy (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Bogorodskiy resolved LIBCLOUD-96. --- Resolution: Fixed Fix Version/s: 0.5.2 I've added a list of dependenci

[dev] [jira] [Assigned] (LIBCLOUD-102) Rackspace loadbalancer tests fail under 2.7

2011-07-16 Thread Roman Bogorodskiy (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Bogorodskiy reassigned LIBCLOUD-102: -- Assignee: Roman Bogorodskiy > Rackspace loadbalancer tests fail under

[dev] [jira] [Commented] (LIBCLOUD-102) Rackspace loadbalancer tests fail under 2.7

2011-07-16 Thread Roman Bogorodskiy (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066439#comment-13066439 ] Roman Bogorodskiy commented on LIBCLOUD-102: Hi, This looks quite str