summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Support building wheels (PEP-427)"Sergey Lukjanov2013-11-261-2/+0
| | | | | | | | | | 'universal=True' means app supports py2 and py3 which isn't checked right now for savanna client, so, my bad, it should reverted atm. W/o 'universal=True' wheel bdist still could be built. This reverts commit c73fcd1656bf3679e8cf2a3748d3e3d2672797f9 Change-Id: Ic56d9f484eab487562cf6d9d0623cf750c0ff237
* Bump version to 2014.1Sergey Lukjanov2013-11-191-1/+1
| | | | Change-Id: Ied1ee485bd59e5d0b139a3fcf4c686372a7a9a05
* Support building wheels (PEP-427)Sergey Lukjanov2013-11-191-0/+2
| | | | | | With that, "python setup.py bdist_wheel" could be used for building and uploading wheels to PyPI. Change-Id: I1cbbb0f8db40bfce6e9a64f4dc14596baa90834b
* Sync with dashboard0.3a1Nikita Konovalov2013-09-271-6/+6
| | | | | | | | | | | 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
* Python Savanna Client initial implementationNikita Konovalov2013-08-021-0/+28
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