In addition to the convention of releasenotes/source directory
which used in most OpenStack project, we have the release notes
in our developer documents.
Change-Id: Ied07af5ee5c8929e639e17a34b559cebfe419dc4
To ignore swap files from getting into repository
currently the implemented ignore is *.swp
however vim adds more swap files if these files exists,
so improving this with *.sw?
Change-Id: I9384015efdd1bc2a9bbfe6f25552cd909b155998
Closes-Bug: #1255876
* Moved server-specific functionality found in quantum.common to
the quantum repo.
* Renamed primary package from quantum -> quantumclient.
* Addresses bug 977711 and bug 921933
Change-Id: If34553924c8dfcc6b148c1d91f173a4b81eeb95a
* Based on the retry support in nova's melange_connection
and glance
* Retry configuration is defined during Client instantiation and
only applied to idempotent GET requests
* Updated all api methods to call http method helpers (delete/get/post/put)
rather than do_request to ensure consistent behavoir for a given http
method.
* Fixed bug in quantum.common.exceptions.QuantumClientException that
was unnecessarily overriding class's 'message' attribute.
* Resolves bug 937379
Change-Id: Iab4e2ccf97937502ee0df58dba1e2dca30a36df8