commit 188ab8e66d01fbaa0c4c3739ca3a61b7ef848b8b
Merge: 41c5ddb 43945a2
Author: Jenkins <jenkins@review.openstack.org>
Date:   Tue Oct 1 09:40:33 2013 +0000

    Merge "Bump oslo.config to >=1.2.0"

commit 43945a252f1869943e96194be8d5bc7aa8cb62b1
Author: Sergey Lukjanov <slukjanov@mirantis.com>
Date:   Tue Oct 1 01:21:20 2013 +0400

    Bump oslo.config to >=1.2.0
    
    Change-Id: Idc4c2f29cecacf6e1531aa474b3140ce4ef10253

commit 41c5ddb7de8c2f4f82dc959d7cd4e1e1f14e6754
Merge: ac25b6d 6562cf8
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon Sep 30 16:34:32 2013 +0000

    Merge "Fix Node Groups handling on creation"

commit ac25b6d2211b946bbdae68df32fb0f0d2bb9f3a9
Merge: 89ce51b 04d371e
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon Sep 30 16:34:27 2013 +0000

    Merge "Fix job_binary_internals creation"

commit 6562cf8ffdeb193d2ca6739d4a9bc3e9d044858d
Author: Nikita Konovalov <nkonovalov@mirantis.com>
Date:   Mon Sep 30 20:14:35 2013 +0400

    Fix Node Groups handling on creation
    
    'node_group_template_id' is now passed correctly
    
    Change-Id: I9098cee8937c7130038dfabfba69cf3e4deeb513

commit 04d371ecdf8c81b463e775b5d602540ef101e1b7
Author: Nikita Konovalov <nkonovalov@mirantis.com>
Date:   Mon Sep 30 18:50:49 2013 +0400

    Fix job_binary_internals creation
    
    Change-Id: I04f8f282b3823ff6d8f060c9836ba29f22889a61

commit 89ce51bd2559907e2c23f38bb8493ef3a2145b53
Merge: 105f715 526e39f
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon Sep 30 14:16:07 2013 +0000

    Merge "Get job configs call for sync dashboard"

commit 105f715f37c1283d062dcb4fb2d4ec4319873594
Author: Nikita Konovalov <nkonovalov@mirantis.com>
Date:   Mon Sep 30 17:59:24 2013 +0400

    Fix job_binary_internals creation
    
    Change-Id: I25b44406d3e4e73eb11a068be5c939fa34f1ad78

commit 526e39f78d62dff680fe4ef89cfa53f046066df0
Author: Nikolay Mahotkin <nmakhotkin@mirantis.com>
Date:   Mon Sep 30 15:34:01 2013 +0400

    Get job configs call for sync dashboard
    
    Change-Id: Ib646da8a16360ce7d6a0caf4b7d515bd01968ea8

commit 2554d3da7fcfdd725b379f3822212b708ac67501
Author: Nikita Konovalov <nkonovalov@mirantis.com>
Date:   Thu Sep 26 18:20:18 2013 +0400

    Sync with dashboard
    
    All recent changes made to savanna-dashboard
    applied to client.
    
    This patch should be last sync between repositories.
    
    Savanna Dashboard will be updated to use python-savannaclient
    
    Change-Id: Ib9807c05ba5af650e1f668e8c642be58025b85ef

commit 6389f8fb58d1949f195b9b1deac20fc022324cef
Merge: c708c90 098c363
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon Sep 23 09:39:53 2013 +0000

    Merge "Adjusting json resource names"

commit c708c90e7f7f0be343b1c7733a9ac20c1cf5aab1
Author: Sergey Lukjanov <slukjanov@mirantis.com>
Date:   Sun Sep 22 12:53:39 2013 +0400

    Remove version pbr pins from setup_requires
    
    * setuptools can never upgrade things based on setup_requires versions
    * actual pbr version range should be defined in requirements.txt
    
    Change-Id: Ia14bb4ceba874aaa2a873134efc72bc7aae0a531

commit e498b0859aee5d31ed435168f5b387ded061b568
Author: Sergey Lukjanov <slukjanov@mirantis.com>
Date:   Sun Sep 22 12:52:03 2013 +0400

    Sync requiremnts with global requirements
    
    * bump python-keystoneclient to >=0.3.2
    * remove upper pin of requests (requests>=1.1)
    * remove version pin for six
    * bump pyflakes to >=0.7.2,<0.7.4
    
    Change-Id: Id0dfce8d09a184899979b07dd62c7bc80135c774

commit 098c36348f45884e0963a092d6c7ba98a4e32184
Author: Renat Akhmerov <rakhmerov@mirantis.com>
Date:   Fri Sep 20 22:09:48 2013 +0700

    Adjusting json resource names
    
    * "data_source" for data sources
    * "job_binary" for job binaries
    * "job_binary_internal" for job binary internals
    * "job_origin" for job origins
    * "job" for jobs
    
    Change-Id: Ib5f9dc9f4646fc45a6bf2c5c7a822041e1968213

commit 84ee3cff8011c8b21b1b1de5fc6aae7568ee7ea7
Author: Nikita Konovalov <nkonovalov@mirantis.com>
Date:   Wed Sep 18 18:33:39 2013 +0400

    Fix to requirements.txt
    
    Added
    * six
    * oslo.config
    
    Change-Id: I0d187dbdbff76cd49efc9fcfd453340698cba105

commit d0f6c1e2ffe9669e008927ca80f432bb3207aabb
Author: Renat Akhmerov <rakhmerov@mirantis.com>
Date:   Mon Sep 16 17:24:47 2013 +0700

    Adjust client to account API changes for EDP
    
    * Added all required facilities to access /job-binary-internals
    * Fixed client code for creating job binaries so that it passes
     name, url and description to a server
    * Fixed client code for executing jobs to change url from the form
     '/jobs/%s/execute/from/%s/to/%s/on/%s' to '/jobs/%s/execute' with
     passing paramenters 'input_id', 'output_id' and 'cluster_id' in
     json body
    * Fixed client code for creating job origins so that it passes
     'mains' and 'libs' to a server
    * Method _copy_if_defined(self, data, **kwargs) in ClusterManager
     has been moved up in the class hierarchy to ResourceManager since
     it's useful for all subclusses.
    
    Change-Id: Iaee5e5359a5701abe6b694b9a2878c7ea8362746

commit 8abe0a5f79d3a3f01fe0f77c85105b026f96be0b
Author: Sergey Galkin <sgalkin@mirantis.com>
Date:   Tue Sep 10 12:22:18 2013 +0400

    Added converting project name to project id
    
    Added converting project name to project id for getting correct URL for
    savanna.
    Added exception if project name and id is empty.
    
    Change-Id: I9d759d55dbcedbcccf7420923233435a0c25f0ec

commit 9cb41155a4309bd6c86563135ac259126161130a
Author: Sergey Galkin <sgalkin@mirantis.com>
Date:   Mon Sep 9 19:46:36 2013 +0400

    Added authentication by tenant name
    
    Added authentication in the keystone client by tenant name
    
    Change-Id: I7dbc91e86ae8a6fb7274c5cc52fd0c5f12a595ab

commit c71bf8870a170a1fe667babeeafdd06bdc9622cc
Author: Yaroslav Lobankov <ylobankov@mirantis.com>
Date:   Mon Sep 9 15:50:08 2013 +0400

    Create methods return object while object creation
    
    * Return object while cluster template creation;
    * Return object while node group template creation.
    
    Change-Id: If0f3a0692c246def71446353953a7b3849dd39c3

commit 25dd558ed25e5ed895e902429a24c74bb16992d6
Author: Alexander Kuznetsov <akuznetsov@mirantis.com>
Date:   Tue Aug 27 20:27:58 2013 +0400

    Added support for Job Binaries and Job Executions API
    
    Change-Id: I402c3a0f880b9180ef755150f781bcd063d4ebbb

commit 4e941def78f91ccc262136b359e49668fc43f02a
Author: Alexander Kuznetsov <akuznetsov@mirantis.com>
Date:   Mon Aug 19 19:26:50 2013 +0400

    Now create methods return a new object
    
    Change-Id: If7f873de119eb1615428bff4d1b7921a16f880a0

commit 847e288ff3774c96bba7441ffb4a67e641847700
Author: Alexander Kuznetsov <akuznetsov@mirantis.com>
Date:   Mon Aug 19 17:19:17 2013 +0400

    Added API for job, data_source and job_origin
    
    Change-Id: I8012670422acf87a503cefb8550dce0902e2e417

commit 02426ad4b4d3ea12ad37f25a29a0e765058f4f51
Author: Sergey Lukjanov <slukjanov@mirantis.com>
Date:   Wed Aug 21 22:06:50 2013 +0400

    Update pbr and sync requirements
    
    Change-Id: I03bcbc4adc72a0fb5e074b5aa286f8a28c1344f2

commit f8163866fb2086a574125b7b380dba54b7c74dee
Author: Nikita Konovalov <nkonovalov@mirantis.com>
Date:   Tue Jul 23 11:39:58 2013 +0400

    Python Savanna Client initial implementation
    
    Image Registry:
    * Register Images and Tags
    * Edit existing Images and Tags
    * Unregister Images
    
    Supports create, read and delete operations for:
    * Node Group Templates
    * Cluster Templates
    * Clusters
    
    No CLI support
    
    Implements blueprint python-savannaclient
    
    Change-Id: If0b7c4fb9660d646cb37c4b224bdcf39dc61bb19

commit 0f4f63b1145a10ddc476e5c4f8cbf48208cd7193
Author: Openstack Project Creator <openstack-infra@lists.openstack.org>
Date:   Wed Mar 27 17:26:54 2013 +0000

    Added .gitreview