Commit Graph

194 Commits

Author SHA1 Message Date
Tony Breeds 748c29008a Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: I0557df470bc0b57f7f93b5efd83d01f520a896ca
2017-09-12 15:44:24 -06:00
Jenkins 7fa6d23311 Merge "Updated from global requirements" 2017-07-11 06:09:59 +00:00
Jenkins a3a95c3cd1 Merge "Enable to stop taas_openvswitch_agent on unstack" 2017-07-11 05:57:41 +00:00
YAMAMOTO Takashi 7cb6e1836c devstackgaterc: Enable n-api-meta
Adapt to the recent devstack change. [1]

[1] If2d7e363a6541854f2e30c03171bef7a41aff745

Closes-Bug: #1702097
Change-Id: I9dd4de19329fdc6bfcf500861b09e4d05403b8e2
2017-07-03 22:07:16 +09:00
OpenStack Proposal Bot 35649f9220 Updated from global requirements
Change-Id: I1667038cd70b3831ceda0fa6350ac34c0b730a31
2017-06-27 12:24:13 +00:00
Jenkins cef464a091 Merge "Drop py34 target in tox.ini and setup.cfg" 2017-06-15 03:06:58 +00:00
Jenkins ce4d93b14a Merge "Remove log translations" 2017-06-15 03:01:33 +00:00
Jenkins 4fce60fbe0 Merge "Undefined name '_'" 2017-06-14 06:01:05 +00:00
Kazuhiro Suzuki a6f8fb1064 Enable to stop taas_openvswitch_agent on unstack
Change-Id: I3f989509a79d0b43ea046be8fcf8ac2cf8d2ccef
2017-06-14 10:14:34 +09:00
OpenStack Proposal Bot 0087038d64 Updated from global requirements
Change-Id: I54d0d29ef359a6bb7a0e034a7d3daf7577545366
2017-05-30 13:44:51 +00:00
Jenkins 8cc7f7fc90 Merge "Use data_utils from tempest.lib" 2017-05-29 06:57:07 +00:00
Jenkins 3ddc3d0e29 Merge "tempest: Switch to local copy of tempset/scenario/manager.py" 2017-05-29 06:54:41 +00:00
YAMAMOTO Takashi e15cbf3892 devstack: Update after systemd change
Closes-Bug: #1690722
Change-Id: I203de80429d3b81c3b386de8d7279663a7d46d6f
2017-05-15 14:40:03 +09:00
daohanli ee64e4ae60 Drop py34 target in tox.ini and setup.cfg
We support py35 now.We do not have python 3.4 in setup.cfg which
declares the explicit
supported versions.so it is no need to keep the supoort for py34.

see:https://review.openstack.org/#/c/349069/

Change-Id: I1a37b49bf15906578d098620a972899f3b9d48dc
2017-03-30 09:07:16 +08:00
zoushilin 7a54688132 Undefined name '_'
In line help=_("Name of the TaaS Driver")) and line help=_("Enable TaaS")),
'_' is undefined, need to import _ from neutron_taas._i18n

Use oslo_i18n to provide internationalization, delete gettext.install

Change-Id: I6580ae1c2391a00d61327195159c2460cb4f8d6b
2017-03-25 11:04:50 +08:00
Jenkins 7ccf18786b Merge "Remove unused logging import" 2017-03-22 02:50:44 +00:00
Jenkins 2d6958e8f5 Merge "Use get_random_mac from neutron-lib" 2017-03-22 02:50:38 +00:00
Jenkins 1e255bb724 Merge "Updated from global requirements" 2017-03-22 02:50:29 +00:00
zoushilin 4a9b5a7f1c Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I967579499d16240a4b00642fbb608a68b3db4292
2017-03-21 15:58:40 +08:00
Gary Kotton 8aa394e0fe Fix breakage due to neutron-lib update
Commit a6a344c7b57d0b234fd67c6e05b8ae9cd9f9f219 breaks TaaS

Change-Id: I3af0b591084d455f0ee7daed8c7c10ea242e8acc
2017-03-19 03:28:11 -07:00
Andrea Frittoli c25b569a39 Use data_utils from tempest.lib
Use the stable version of data_utils from tempest.lib rather than
the tempest internal version from tempest.common.

Change-Id: Ie32e956a27c6a01bb5106c38ef9dddfda76edcca
2017-03-18 10:22:32 +00:00
Jenkins 02e6dff51a Merge "Add DB migration milestone for Ocata" 2017-03-14 19:46:14 +00:00
Jenkins 4ceba98524 Merge "[Fix gate]Update test requirement" 2017-03-14 19:21:25 +00:00
Trevor McCasland 48f528160a Use get_random_mac from neutron-lib
Neutron-lib 1.1.0 is now out and contains the get_random_mac
definition[1]. This patch moves neutron references over to
the neutron-lib version.

[1] ee0f5b2ab27c828cfedb771735d237a968423da2

Change-Id: I522535ea4a16ee6d3432c66ee0c3c290cdd8db77
2017-03-14 08:46:09 -05:00
OpenStack Proposal Bot 39f569171a Updated from global requirements
Change-Id: I6e2416cc5f4ac15d4e72ab0920b80be51b43c03e
2017-03-07 06:47:52 +00:00
ricolin aa160147e2 [Fix gate]Update test requirement
Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848

NOTE(yamamoto): I rerun "update-requirements -H" manually

Change-Id: I347c7c25a2e4f1942b2a94689a7909a61279abf5
2017-03-03 10:29:50 +09:00
Gary Kotton 37e1f19481 Use neutron-lib's context module
Change-Id: I4ea0aa88fc8b1610722f88b3e02a1d5120d93c01
Depends-on: I48cf45dc1b07035d952152eac2548a3bd9fc2832
2017-03-01 07:39:54 +02:00
YAMAMOTO Takashi 062c8665b2 tempest: Switch to local copy of tempset/scenario/manager.py
The manager.py file was literally copied from
tempest as of today. [1]

tempest/scenario/manager.py is not a part of tempest stable
interface for plugins. [2]

This was suggested on openstack-dev as a preparation for
the coming refactoring in tempest. [3]

As tempest is branchless, this change needs to be backported
to all relevant stable branches.

[1] d184d619d7adc6ab60055884515055a7f3cf7770
[2] https://docs.openstack.org/developer/tempest/plugin.html#stable-tempest-apis-plugins-may-use
[3] http://lists.openstack.org/pipermail/openstack-dev/2017-February/112938.html

Change-Id: I0797e2948e992fd3399e6c3683745610d0eaadff
2017-03-01 09:05:51 +09:00
Anh Tran 6c14f9435d Remove unused logging import
Change-Id: I487739a2ad65b8bffa18ac967e462b6ef7f9f90c
2017-02-20 13:59:58 +07:00
Jenkins fd236b9ba9 Merge "Updated from global requirements" 2017-02-14 02:20:49 +00:00
Jenkins c3b93c46be Merge "Prepare for using standard python tests" 2017-02-14 02:01:43 +00:00
OpenStack Proposal Bot 53bc901fdc Updated from global requirements
Change-Id: I8e2e556bd73bcbb23b6f2dc2de59ab53bbc2cd4b
2017-02-10 06:01:03 +00:00
Jenkins 1994bbb900 Merge "Add tap-as-a-service spec" 2017-02-09 10:54:54 +00:00
Andreas Jaeger 24f24f8745 Prepare for using standard python tests
Add simple script to setup mysql and postgresql databases, this script
can be run by users during testing and will be run by CI systems for
specific setup before running unit tests. This is exactly what is
currently done by OpenStack CI in project-config.

This allows to change in project-config the python-db jobs to
python-jobs since python-jobs will call this script initially.

See also
http://lists.openstack.org/pipermail/openstack-dev/2016-November/107784.html

Needed-By: I141f3a470ccb299ab60f68ec9cef30069d4f2303
Change-Id: I93abcf684b5be97a733cba9c378af721f2c4f557
2017-02-08 21:09:09 +01:00
Jenkins e2a1c1dc19 Merge "Added link for modindex" 2017-02-08 00:06:01 +00:00
Jenkins b4be9ed2c8 Merge "devstack: Stop using Q_PLUGIN_EXTRA_CONF_FILES" 2017-02-07 23:58:46 +00:00
Abhishek Raut 1ee06af471 devstack: Stop using Q_PLUGIN_EXTRA_CONF_FILES
Related-Bug: #1599936
Change-Id: I2ee08c9018bfd007013eb7d62c5264272faf379b
2017-02-07 19:01:06 +00:00
Reedip f9d78686c8 Added link for modindex
The documentation build does not generate any module index, therefore
modified setup.cfg to create module index.

Change-Id: Ie11cd56b9bf8c7377170a7e9e36cb05bcbc04ee1
2017-02-06 07:00:49 +00:00
YAMAMOTO Takashi f8c7f219ab Add DB migration milestone for Ocata
Closes-Bug: #1662054
Change-Id: Id62726ba6db78d6d30dfc9e6d8264b69f151ef13
2017-02-06 12:24:34 +09:00
YAMAMOTO Takashi 07848db09b Enable placement on gate
It's now a hard requirement of n-cpu.

Closes-Bug: #1662036
Change-Id: I24f9c4af0164ad644e6cff9e866046ee1e303750
2017-02-06 09:52:23 +09:00
ghanshyam 447ce96f3d Switch to decorators.idempotent_id
test.idempotent_id is being kept temporary to migrate
to new lib interface. Now idempotent_id is available as Tempest stable
interface decorators and all plugins tests using the old decorator
should be switched to new interface.

In future, Once all plugins are switched to new decorator Tempest
will remove the test.idempotent_id

Change-Id: Idf6d897fe1e4c3658f45f291dc478d8dff867628
Related-Bug: 1616913
2017-01-27 06:37:40 +00:00
vnyyad dc7fbba50d Add tap-as-a-service spec
Taken from https://review.openstack.org/#/c/96149/8 .

Co-authored-by: YAMAMOTO Takashi <yamamoto@midokura.com>
Co-authored-by: Fawad Khaliq <fawad@plumgrid.com>
Change-Id: I703902f08e8d788d10f2bdbc68db500fd26ce60b
2017-01-14 08:25:51 +00:00
Jenkins e8ab4c2a38 Merge "Updated from global requirements" 2017-01-12 00:08:27 +00:00
Jenkins 430409ea3c Merge "Use tox_install convention" 2017-01-12 00:05:56 +00:00
Rui Zang 3014fede5a Remove unnecessary executable mode of some source files
TrivialFix

Change-Id: Icb6a70023747ae98b1590de45616dc41221915a9
2016-12-27 05:56:17 +00:00
OpenStack Proposal Bot e7d6ce7471 Updated from global requirements
Change-Id: I4fcba40a0c4d60a3276ef78dd3e5b174c3aaf397
2016-12-22 19:11:06 +00:00
Jenkins 3b424826ea Merge "Updated from global requirements" 2016-12-13 11:14:18 +00:00
Jenkins 5b8e57d0f6 Merge "Include alembic migrations in module" 2016-12-13 10:55:45 +00:00
OpenStack Proposal Bot fef347e9a3 Updated from global requirements
Change-Id: If1d5795d8c273044bbb68b1a737c7cb03172fad0
2016-12-06 23:35:54 +00:00
Jenkins 0f175bab1a Merge "Tag the alembic migration revisions for Newton" 2016-12-06 19:37:12 +00:00