Commit Graph

16 Commits

Author SHA1 Message Date
Nisar 247eb845f5 Add Antelope Support
Change-Id: I2f8045476c96e575d92a9bb66868622f7341cecc
2023-04-17 09:50:09 +00:00
Sayali Naval 8c956fe3d8 Add support for zed
Change-Id: I87953ed4a1640e26f1f35a97976bd1643e21108b
2022-11-28 14:29:12 -08:00
pulkitvajpayee07 2fa82d0219 Add support for yoga
Change-Id: I61be9949c973f2430556888b37f7f02c1f390a30
2022-04-13 12:29:09 +05:30
snehal Tembhurne 3f52901e8f Add support for xena
Change-Id: I0850d7e1a154ee6485f9772b7baaa688650481a3
2021-11-30 04:34:01 -05:00
sbagalur f6366fad7b Add support for Wallaby
Change-Id: Iae2c439d6edbcc5862ad9a9d7fe5585687407566
2021-06-10 11:27:43 -07:00
Thomas Bachman 5435dcdc99 Fix upstream gate
Change-Id: If612907b1c166e0430a00b4b1d6deaf1d2c763ee
2020-12-17 14:56:37 +00:00
Thomas Bachman e87fe5c83a Fix python namespacing
Use namespaces when referencing python packages. Also, as per
https://review.opendev.org/#/c/527320/, replace all references to
django.core.urlresolves with django.urls.

Change-Id: I6460d0734aa11ffa44f259baa7155d2a202f7162
2020-12-02 12:29:13 +00:00
Thomas Bachman 7358921b34 Add stable victoria
Add support for stable/victoria

Change-Id: Ib40edf3debf91fd894202cb372ebf44e28e47ba1
2020-10-15 22:42:46 +00:00
Thomas Bachman bd0b04bf10 Add support for ussuri
Add support for stable/ussuri branch

Change-Id: I24fd7eac29d034a44499210fa9751044eabcecf5
2020-09-03 12:04:24 +00:00
Thomas Bachman f4ecc17768 Add support for train
This adds support for the stable train branch.

Change-Id: I475427b10a0f0b7f057746ecbd31089a2aa0b7e3
2020-08-27 18:22:13 +00:00
Shyam Singh 8ce07e7201 Upgrade for stable/stein branch
* Updated 'test-requirements.txt', 'tox.ini'  with relevant
        'stable/stein' branch libraries.
    * Added zuul jobs w.r.t. 'stable/stein' release.
    * Used 'coverage' library for coverage.
    * Added 'python3' as basepython for pep8, venv, coverage.
    * Added 'doc/requirements.txt' file for pep8.

Change-Id: I5ca248f31d1b6f2afaf484ce19fcf0e96f35119f
2020-07-17 05:08:24 +00:00
Shyam Singh 7d04600361 Upgrading for stable/rocky branch.
* Updated integration tests argument in 'run_tests.sh'.
    * Updated 'test-requirements.txt' w.r.t. stable/rocky branch.
    * Updated zuul jobs w.r.t stable/rocky constraints.
    * Added 'django-appconf<=1.0.3' library for py27 compatibility.
    * Added 'wheel' library to avoid "invalid command 'bdist_wheel'"
      error.

Change-Id: I9e1cb06908c0739432518db8b683666dc8b4c841
2020-06-18 15:34:35 +00:00
niteshk4 509d27eb55 Added Python3 support.
* added tox environment variable for python 3 (py35,py35dj111)
 * updated the support python 3.5
 * Added .zuul.yaml file

Fixes bug 1878181

Change-Id: I6ca151c7fe5007bad05c11393d0b8f96cf19d926
2020-05-16 15:08:54 +00:00
Sumit Naiksatam 93abeefbbb Fix patching of create instance dialog (part deux)
Patching of the create instance dialog needs to happen
only when invoked from the GBP "create member" workflow.
An earlier commit c0f6597c7f
fixed this for launching from the Compute menu but left out
the launching option from the Network Topology (under
the Network option).

An attempt was made to change the logic in a way that the check
happens for the GBP URI (instead of the logic to check for all
other URIs from where it can be launched), however that did not
work. Hence the comment on evolving to a more resrtictive logic
has been preserved in the code.

Also fixes tox.ini

Change-Id: If124971c1954cb85fce244440e2408cd58ced3e6
2018-05-24 21:14:00 -07:00
Ondřej Nový 87aa89ef50 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I41223342a691defad200dbfdc45c6df6bc37c314
2015-12-11 23:03:03 +01:00
Ivar Lazzaro f6eda6e9c7 Repo Init
enables the ability of unit testing and the Horizon dependency

Change-Id: I880eec30ad032e2cfe02ab9303a2a8b00904fc70
2014-10-17 17:54:15 -07:00