88 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
97ceec242b Updated from global requirements
Change-Id: Ica06cd7e495c2099439c895112a542fef269883e
2016-08-26 22:06:20 +00:00
OpenStack Proposal Bot
3ba521e182 Updated from global requirements
Change-Id: Iac715ee7fef7aca03b158dd879f019b9875ce7d0
2016-08-26 05:07:44 +00:00
OpenStack Proposal Bot
a9a45e505a Updated from global requirements
Change-Id: I9e885179db21347366eecdef7fdfbc198ca2f450
2016-08-24 01:31:49 +00:00
Jenkins
cdea379a11 Merge "Updated from global requirements" 2016-08-22 06:41:54 +00:00
OpenStack Proposal Bot
c3fd83aa18 Updated from global requirements
Change-Id: Idd6ce3247b26b005c2e1679ab7bc1f9bb649b129
2016-08-22 03:07:43 +00:00
Steve Baker
d21be7dedc Depend on tempest in test-requirements.txt
This replaces the requirements.stub dependency approach for
heat_integrationtests with a single dependency on tempest in
test-requirements.txt.

tempest provides all the required dependencies for the current
heat_integrationtests, and this helps the transition of being able to
run tests both with the current runner and as a tempest plugin.

blueprint tempest-plugin-support

Change-Id: I6fc5886feec5de71826f640cd29990114bd7781c
2016-08-13 09:51:11 +12:00
OpenStack Proposal Bot
49bc52eddf Updated from global requirements
Change-Id: Icf6741af6e3c1a9b733422554248803c27153c70
2016-08-08 11:50:04 +00:00
OpenStack Proposal Bot
bf8031a3ce Updated from global requirements
Change-Id: Ifc34ab93b273015648bfdb0ec2e33c2e8f0e2546
2016-07-21 13:36:43 +00:00
OpenStack Proposal Bot
5c7bd7fc74 Updated from global requirements
Change-Id: Ieae45d7e0e028f26b9679d3d96371c2159012c19
2016-06-24 08:39:27 +00:00
OpenStack Proposal Bot
920f661b23 Updated from global requirements
Change-Id: Ic68987a3d1acb9ce71e449549204b39350ade417
2016-06-23 08:39:47 +00:00
OpenStack Proposal Bot
e6ef39aeb2 Updated from global requirements
Change-Id: I9451d0fd2fdaadfe1a1a91f970b75cda61f47c7a
2016-06-22 05:41:55 +00:00
OpenStack Proposal Bot
39cb8ef007 Updated from global requirements
Change-Id: I752206f9c01685b6d6b7ad04044bff2de3c71d79
2016-06-09 18:11:02 +00:00
Petr Kovar
3a93b123ac Add install-guide for heat
This adds heat-specific contents of the OpenStack Installation Guide
in the heat repo per [1]. A separate change will remove the heat
contents from the OpenStack Installation Guide for Newton per [2].

The heat install-guide structure is based on Install Guide
Cookiecutter [3].

Also adds tox.ini environment for install-guide and adds
openstackdocs-theme to test-requirements.txt.

[1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html
[2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html
[3] https://review.openstack.org/#/c/314229/

Change-Id: I153b27dd17e5a22224bda473b19dbd76ca0cdc98
Partially-Implements: blueprint projectspecificinstallguides
2016-06-07 17:31:20 +00:00
OpenStack Proposal Bot
06a4ad7f16 Updated from global requirements
Change-Id: I5af97650c47ab9296a2d733672697e23af076780
2016-05-30 00:33:22 +00:00
OpenStack Proposal Bot
5b2bcd8b2e Updated from global requirements
Change-Id: Ie4e7b96104e56ebda53ff7d199fc629a5bc401f6
2016-05-26 16:57:42 +00:00
Sean Dague
c9751d4e60 migrate to upstream os-api-ref
This removes the in tree copy of os-api-ref and migrates to the
upstream released version. It will fix the issues with the style
because the static files weren't in the right place in tree.

Change-Id: Id3a71841f5b9a9ea7bb5803afd967ab4feadfe10
2016-05-18 08:26:55 -04:00
OpenStack Proposal Bot
ad52b42736 Updated from global requirements
Change-Id: Ia4c1d4198011f7f2664fc38f30d49ffa29693761
2016-05-14 03:56:46 +00:00
OpenStack Proposal Bot
74db0b6142 Updated from global requirements
Change-Id: I044fd9edd8859cbb532d344c48ca8902c711e3c8
2016-04-28 16:11:23 +00:00
OpenStack Proposal Bot
4ee0e8d618 Updated from global requirements
Change-Id: I2712cf7f0a99ea5f3415fb61f673c6c9b9c716c5
2016-04-10 18:22:36 +00:00
ricolin
8f630a8bda Add fixtures into test-requirements
We have broken gate, because we have no limitation to fixtures,
and the new version is incompatible to us.
We need to add fixtures into test-requirements to make
sure that we always up to date with global requirements.
Closes-Bug: #1567731

Change-Id: Ib0cac0c217db195ce3723cee3f09d26e6be9f0ea
2016-04-08 13:18:30 +08:00
OpenStack Proposal Bot
f1da4f0539 Updated from global requirements
Change-Id: I6d515ab8f3c1ab9f1ebef6eb1aeb36c827b5f6b8
2016-03-28 19:26:55 +00:00
Pavlo Shchelokovskyy
dd50ac6352 Create integration tests requirements on the fly
The problem of integration tests was that they use their own
requirements.txt that is unable to auto-sync with global requirements.

This patch removes dedicated requirements.txt and replaces it with a
stub file listing names (and possibly versions) of the packages needed.
Then a special script parses this stub file, and for every package
that is present in main project requirements files it pulls the versions
from main project requirements, generating and installing requirements
for the integration tests on the fly.

This will help keeping requirements for the integration tests always in
sync with main project requirements.

Change-Id: Ie79338cc10cc101fbf15b51c7923e3a7b8e4fbb4
Closes-Bug: #1490866
2016-03-25 13:40:50 +00:00
OpenStack Proposal Bot
fe58289da0 Updated from global requirements
Change-Id: I353e5d614df107067f6b249f225108a39fa0d439
2016-02-12 20:24:50 +00:00
OpenStack Proposal Bot
1d50cca3b2 Updated from global requirements
Change-Id: I53efb54055e3ea93d8a4d9b64a9f76197cf81a24
2016-02-10 21:53:09 +00:00
OpenStack Proposal Bot
9d5b67f103 Updated from global requirements
Change-Id: I71c62c9b5a2a67123aae6ed0c91ce242a6e56a15
2016-02-04 18:54:34 +00:00
OpenStack Proposal Bot
b445f42ff0 Updated from global requirements
Change-Id: Ic3cea0d80668a9c8dd5e4d131f0763b72e3445dd
2016-01-17 01:10:25 +00:00
OpenStack Proposal Bot
8cc95ba77d Updated from global requirements
Change-Id: Ia5cee4cab51ebbd8badd07092b70d27a7a12e39f
2015-12-03 15:03:08 +00:00
ricolin
46a102c2d1 Add reno for release notes management
Change-Id: I8ffe53af594150529c325814cf55812268193172
2015-12-01 15:04:39 +00:00
OpenStack Proposal Bot
d94b75032c Updated from global requirements
Change-Id: I3b7a451159937d50924b5b31330d91709d6c4f3e
2015-11-20 04:54:32 +00:00
Bertrand Lallau
85ad621c60 Move kombu as a test dependency only
oslo.messaging has kombu in its own requirements, so kombu
is not needed in requirements.txt.
Instead it was moved to test-requirements.txt file because
it is explicitly imported for functionnal tests.

Change-Id: I952263f1d2c61a3b700824914da499b1ece91b78
2015-11-17 23:07:17 +01:00
Sergey Kraynev
a7368fb68e Add testresources used by oslo.db fixture
If we use oslo.db fixtures, we'll need these 2 packages or
the next version of oslo.db release will break us.

Change-Id: I71f001c8b75ad52e68ccab8f07cd8946772fd03b
Closes-Bug: #1503501
2015-10-12 09:38:28 +00:00
Sirushti Murugesan
0d8dd9f06a Switch to mox3
mox is outdated and unmaintained. Switch to using mox3 instead.

Change-Id: I05ba92da6cbbf97c6a572c46e8d625c56b3a4db9
2015-10-02 13:05:51 +05:30
OpenStack Proposal Bot
a5b2f399f7 Updated from global requirements
Change-Id: I99cec6ea47a47af38ff2b842be870777a27d042e
2015-09-07 15:13:52 +00:00
Chandan Kumar
61a7bad996 Removing unused dependency: discover
Change-Id: I29718a45ce50d85b8425ea75795e7c1ccf53776e
2015-08-28 19:53:10 +05:30
OpenStack Proposal Bot
e809aad4ba Updated from global requirements
Change-Id: I0eb24197516cf19bf3019e8b7110ecfc3e30175d
2015-08-18 01:33:37 +00:00
OpenStack Proposal Bot
53c47c7047 Updated from global requirements
Change-Id: I3d5e510ff33d3a7fa4583b57b09a2f70af44c83f
2015-08-04 00:53:02 +00:00
OpenStack Proposal Bot
68cf89dff3 Updated from global requirements
Change-Id: I5b03ed38bee5ca00fbab6116cb9b2a4b0d1e677a
2015-07-31 16:36:54 +00:00
Jenkins
583fa18120 Merge "Move qpid-python to test-requirements" 2015-07-28 09:43:06 +00:00
OpenStack Proposal Bot
e46bb38f7e Updated from global requirements
Change-Id: I5b2d8cce3e53f0375ef2ffcd2775e2e9e613f7d6
2015-07-23 04:38:27 +00:00
OpenStack Proposal Bot
575094697f Updated from global requirements
Change-Id: I9bd04a4e0c97c6a5f58977146a8961f6fc8d2a3e
2015-07-18 16:04:35 +00:00
OpenStack Proposal Bot
09c8a4c159 Updated from global requirements
Change-Id: Id1d516edc130dbff51909daab03536017a471542
2015-07-15 07:33:24 +00:00
Jenkins
e8c661f736 Merge "tox environment for bandit" 2015-07-13 20:29:18 +00:00
Dirk Mueller
a5c7da576c Move qpid-python to test-requirements
qpid-python is only needed if the qpid backend is actually used.
when it is part of requirements.txt, loading of heat-engine
(which is done via stevedore) fails as it forcefully requires
qpid-python then. However heat seems to work just fine without it.

Change-Id: I1c49ec709995da145849d8616fe7207908637fb9
2015-07-13 10:21:36 +02:00
OpenStack Proposal Bot
5f57b514ca Updated from global requirements
Change-Id: I8e0be09fe385bb98cde61b091bb85cad9db31a03
2015-07-12 15:17:51 +00:00
Ryan Brown
5c91051200 tox environment for bandit
Add a tox environment for bandit so it can be run as a gate job
eventually. As-is, there are no high severity issues detected in heat.

Change-Id: Iab098a1d8bac5c95d67e6867ad5249987c3a786e
2015-07-08 09:13:35 -04:00
Sirushti Murugesan
cdfcd61a1d Override mox in sys.modules to mox3 in a py3 env
partial blueprint heat-python34-support

Change-Id: Iabb0435254ce07163f979160b312fc0e5d9e8a97
2015-07-02 11:41:49 +05:30
OpenStack Proposal Bot
995b32bdbb Updated from global requirements
Change-Id: I97e79c84b36b11962cf50a393f9645115b3886e7
2015-06-22 21:57:19 +00:00
Jeremy Stanley
f6e34c9017 Switch from MySQL-python to PyMySQL
As discussed in the Liberty Design Summit "Moving apps to Python 3"
cross-project workshop, the way forward in the near future is to
switch to the pure-python PyMySQL library as a default.

https://etherpad.openstack.org/p/liberty-cross-project-python3

Also set the OS_TEST_DBAPI_ADMIN_CONNECTION override variable so
that oslo.db opportunistic detection will know to use PyMySQL until
I12b32dc097a121bd43991bc38dd4d289b65e86c1 makes it the default
behavior.

Change-Id: I17e052215ce6e1604cdda848ccc20862452ccbc7
Co-Authored-By: Victor Sergeyev <vsergeyev@mirantis.com>
2015-06-18 18:05:44 +00:00
OpenStack Proposal Bot
97d1860782 Updated from global requirements
Change-Id: I2b39844045bb0d012ecfa6a2a6948bb60c1fbc20
2015-04-23 17:54:51 +00:00
Joe Gordon
3eb0fd1771 Move to hacking 0.10
Release notes: http://lists.openstack.org/pipermail/openstack-dev/2015-January/054165.html

Remove deleted hacking rules from toxini (H803)

Change-Id: I97965ec81e6eaf771f74b6044945f23fae395ba5
2015-03-24 11:46:35 -07:00