Commit Graph

13 Commits

Author SHA1 Message Date
Vu Cong Tuan 259c386d42
Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ib58745d5c0d98fb79eb3cf7278c2cbfb5160efcd
2018-09-06 01:09:28 +02:00
Akihiro Motoki 66b03a8167 Add reno for release notes management
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
2015-11-24 07:39:23 +09:00
Zhenguo Niu c3e01a7e46 Updates .gitignore
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
2013-11-28 22:31:43 +08:00
Sushil Kumar 9a2754c766 Ignores swap files generated during file editing
Closes-Bug: #1255475

Change-Id: I22b6fa351dd3a991943f432c01785c706eff8397
2013-11-27 11:33:28 +00:00
Mark McClain 93ac15bfeb Rename quantumclient to neutronclient
Implements Blueprint: remove-use-of-quantum

Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
2013-07-03 11:56:44 -04:00
Clark Boylan 898acc30f7 Migrate to pbr.
Fixes bug 1179007

Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
2013-05-24 13:08:00 -07:00
Akihiro MOTOKI a629883e79 Add AUTHOR and .testrepository to .gitignore
Also sort the entries in .gitignore in alphabetical order.

Change-Id: I25e6355b16ef490d056f0fc02ed085db5c321e8e
2013-03-27 20:06:57 +09:00
Sascha Peilicke 76066de98a Add file 'ChangeLog' to MANIFEST.in
The file is missing from tarballs released at tarballs.openstack.org.

Change-Id: Id782305495033948b05ee66da3d0ee2ff1933c20
2012-12-19 15:10:17 +01:00
Monty Taylor d955740671 Add post-tag versioning.
Change-Id: I0667c7b72c36a20827730dd829a12430954b666e
2012-06-26 21:18:29 -05:00
Monty Taylor f7086ed40a Add initial docs.
Change-Id: I846eec12e800c15a545946604fe77a0a6b83fb46
2012-06-14 18:04:52 -04:00
Maru Newby 05c5a2b4a9 Remove server-specific functionality.
* 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
2012-04-24 14:14:52 -07:00
Maru Newby 36fd3ac6c1 Add retry support to the quantum client.
* 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
2012-03-15 16:23:54 -07:00
Monty Taylor 5082b6181d Split quantumclient out. 2012-01-18 09:39:25 +11:00