Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger ec5a0f2607 Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: Icdf31c157dba7018770502517ad6cee87b73c16f
2017-12-01 15:37:36 +01:00
Tomasz Trębski 175577d35b Validate all bash files inside devstack
Previously only plugin.sh was validated.
At the monent some parts of the plugin
were moved under devstack/lib to increase plugin.sh
readability. Those files were not validated.

Note:
    Tweaked a tox.ini by removing installing the monasca-api
    package in environments that do not actually need it.
    Also removed redundant references to main environment
    dependencies.

Change-Id: I43381647228fad99603b5717c37496e80f409d4f
2017-07-12 06:28:07 +00:00
Andreas Jaeger 2b392c7de5 Sync tools/tox_install.sh
Sync tools/tox_install.sh with python-openstackclient. This brings in
the following improvements:

* Do not leave temporary directory around, instead delete temporary
  directory directly after usage (change
  I939eae82dba3287fd4e4086128ebf4609a0e0770).
* Do not set ZUUL_BRANCH explicitely and remove unused if condition
  (change I0077c986a17d6bb92791474e03d1e77776e9382f).

Change-Id: Ie16ddc2717b2502d7765fed816342b0e9b38a783
2016-08-30 20:11:09 +02:00
Kaiyan Sheng 0602f6848a [monasca-api] Change tox to use https instead of git
Change in tox_install to work around proxy settings

Change-Id: I90f4a989bca7f0ee6ad001c94878e192b4dbcafe
2016-05-26 14:31:06 -06:00
Kaiyan Sheng ea2447df72 [monasca-api]Constraint tox targets with upper-constraints.txt
This review is to prepare for adding monasca-api into openstack
global-requirements. After this project gets into global requirements,
it will be in upper-constraints.txt. If we make changes on this
specific project, we need to replace it in the upper-constraints with
source based specifier before applying it to pip install.

Change-Id: Ib2505d53591f978353622a80f539d91285c966df
2016-05-20 22:10:22 +00:00