summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [ut] replace .testr.conf with .stestr.confShu Yingya2017-09-131-0/+1
| | | | | | | | | | | | | | | | | | In Chaneg[1], os_testr switches the otestr command to use stestr under the covers. So that we get warning: ostestr.py:120: UserWarning: No .stestr.conf file found in the CWD. Please create one to to replace the .testr.conf. You can find a script to do this in the stestr git repository. So remove the .testr.conf and add .stestr.conf which was generated using a utility script as documented here[2]: [1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e [2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf Change-Id: I3733a5786ef1dbc5dc234c8736b68b1e59f2cfad
* Reorganize the documentation following the new structureLuigi Toscano2017-09-041-1/+0
| | | | | | | | | | | | | - move api as "reference" guide and reword as Python client; - consolidate shell and cli as part of the "CLI" guide; - remove the "how_to_participate" page and use part of the content from the old index for a minimal "contributor" guide which redirect to the sahara contributor guide (no need to duplicate the information); - remove few references to doc/source/api from tox.ini and .gitignore (for some reason the directory was cleaned). Change-Id: Iff049ab32a7695a7a58bd370a1517b1ed7d2f048
* Add releasenotes to sahara clientSergey Lukjanov2015-12-081-0/+2
| | | | | | We need to have releasenotes in libraries Change-Id: I064ecce2093506c5ad44c7918d34ea345b8d19e9
* Add *.log to gitignorezhu.rong2015-11-021-0/+1
| | | | | | Add *.log to the gitignore file Change-Id: Ia3ad6338a48a64eea2e198b9bd4a626e1d292ada
* Remove duplicate .coverage in .gitignore filevenkatamahesh2015-09-221-1/+0
| | | | Change-Id: Ic3d4565f79516ea3b73ff213b6b723d4cc116a9d
* Move client docs to the clientSergey Lukjanov2014-02-181-0/+4
| | | | | | | It contains new index doc file with general notes and links to other docs. Change-Id: I9805b9afedccf510dd2a4aca2716a9336da0d357
* Some improvements in tox.iniAlexander Ignatov2014-02-091-0/+1
| | | | | | | * Removed all code related to nosetests env * Added coverage command to testenv Change-Id: I485f5b2c45ccafa7bdbb5aef0e796f53d7243270
* Removal of AUTHORS file from repoAlexander Ignatov2013-12-171-0/+1
| | | | | | | | | * This file is not needed anymore, because can be generated using pbr * Added this file to .gitignore Closes-Bug: #1261774 Change-Id: I0d2998b773b2b362354e8ea3c1adfec8ca9f6143
* Run tests using testrepositorySergey Lukjanov2013-11-261-0/+1
| | | | Change-Id: Ieac2b6d4aa4f8d6f0bb17c8dcb0999f0913fa3e4
* Python Savanna Client initial implementationNikita Konovalov2013-08-021-0/+31
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