All the components of openstack maintain releasenotes. Similarly,
python-mistralclient must also maintain releasenotes. This adds
the releasenotes directory to the mistralclient repo.
Change-Id: Ie63aef91c8b9a1bf1008d2e0e3468ab5a1d8b5b5
Implements: blueprint maintain-releasenotes
Instead of directly mocking out the HTTPClient use requests-mock to stub
the information that is going over the wire instead of what is being
passed to HTTPClient. This ensures that the HTTPClient is always tested
as well.
Change-Id: I988fb432ced6d4946ab5301ac58fa0d7148bbb79
The oslo community has standardized on some basic test requirements.
This helps people understand what is available when moving between
projects. Use oslotest instead of testtools directly.
Change-Id: I8fa6c10810df021dd7036d1d43c562955e4dcbcc
All OpenStack clients contain osprofiler as a soft dependency
(profiling works only if osprofiler package is installed already
on the env). This is done intentionally: this allows to avoid its
installation on the client nodes, that are not supposed to present
a profiling client (e.g. non-admin users). Moreover, marking osprofiler
as a strict dependency now leads to bug #1361235 being reproduced
in specific Horizon installations (when horizon is installed in a
python virtualenv along with it's dependencies).
Change-Id: Ifdfaa89995fb2340d7b6540373f41e9f2fd35bcc
Closes-Bug: #1361235
osc-lib is a package of common support modules for writing
OSC plugins. All common functions, classes such as exceptions,
utils, logs and so on have been moved from openstackclient to
osc-lib.
So use osc-lib instead of openstackclient.
Change-Id: I8041ad5c9ff9b3c0ff772e632f401c638bb293b5
* Fixed mistral cli path: it provides via venv
like in other OpenStack projects
* Added credentials config file like in other projects
* Modified .gitignore
Depends-On: I07aabeace56d3cf336f10085179cd4aa8e0102c3
Change-Id: I742e8124fb8a74e1cca4abb8ddf25950b7b2b2c9
tempest-lib is missing (I found out building a Debian package).
Also, mistralclient is trying to "import tempest", which is wrong.
Mistral team: please address this.
Change-Id: I55f2a07d2f665680a004c295cec4da3a80d8b10a