72 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
cf97a4072c Updated from global requirements
Change-Id: Id50548967e71d4635b5266f3778bbe4c3bd1e7c2
2018-03-23 01:26:24 +00:00
OpenStack Proposal Bot
c2dbd82e5c Updated from global requirements
Change-Id: I044f2f25f9090d24dcc68b77af39cd4f3b1b2cb1
2018-03-16 07:34:35 +00:00
OpenStack Proposal Bot
75a15c72ba Updated from global requirements
Change-Id: I863edd1c8cb8a8ffb51c061f781123866b90fd11
2018-03-14 05:47:25 +00:00
OpenStack Proposal Bot
ad196ef7da Updated from global requirements
Change-Id: Ia0fa327c39f51ca8184fd0ea8602760d696b9008
2018-03-10 13:31:45 +00:00
OpenStack Proposal Bot
06f1dcd286 Updated from global requirements
Change-Id: I692244236537ac52a1bcfcc278c566c7dc2eec45
2018-02-17 09:53:02 +00:00
Michael Johnson
4120ad721f Fix missing test-requirement and cleanup docs
This patch adds oslo.serialization to the test-requirements.txt file as it is
used in some tests.
It also fixes the parameter ordering in the api-ref for the new qos parameters
on load balancers.

Change-Id: I0baf00457cb131a05b31ac83c03a7ed4a176160c
2018-02-10 14:48:31 -08:00
Michael Johnson
c548c21c3f Fix release notes job
Recently there have been a few changes to the release notes and docs jobs.
This patch returns a blank line after the release notes ToC on the index page
and updates the release notes tox job to use the new docs requirements.txt

Change-Id: I0ab2545a670a65853a9f37564d700c945d3a5092
2018-02-07 09:21:46 -08:00
OpenStack Proposal Bot
8f414d1441 Updated from global requirements
Change-Id: I0090f5689dab9d356aba401c9f4a8297cc2ea27b
2018-01-24 02:07:53 +00:00
Monty Taylor
967edebe0c Change how path munging works for sphinx docs
The 'import tools' line is fragile as it depends on how things are
executed as to whether or not '.' is in the python path.

Do the sphinx path munging before importing it.

Also, remove reference to modules/autoindex which does not exist and
thus causes sadness from warning-is-error.

Moves documentation requirements into doc/requirements.txt

Depends-On: Ib121961c5a953a434e7b333cd70f7838a2671f69
Change-Id: I23691aa1d0ea038ec1215e6199015529ddd92de4
2017-12-21 11:00:13 -08:00
OpenStack Proposal Bot
0ac6a75420 Updated from global requirements
Change-Id: I7ec6333f72229a63af6819ec9ba5488450ee592c
2017-11-16 11:16:46 +00:00
OpenStack Proposal Bot
e50d953d10 Updated from global requirements
Change-Id: Ic2ec8033743569400a40d0bfd513947ea41390ac
2017-11-15 11:53:48 +00:00
Dong Jun
344b8fa871 Support pylint
Support pylint for octavia, some harmless rules are added to messages
control group.

Change-Id: I88577b1ab918fc7a19b2323ca652bde7ffad64ef
2017-10-16 09:32:41 +08:00
Michael Johnson
8608a59e2e Adds automatic ERD generation for the Octavia DB
This patch adds automatic Entity Relationship Diagraming (ERD) for
the Octavia database schema. The ERD will be available as part of the
Octavia developer reference documentation.

Story: 1558379
Task: 5271

Change-Id: I282b4128fcc72babd1a128d95ec0b3342802c2d4
2017-10-05 12:18:42 -07:00
OpenStack Proposal Bot
ae63d247ed Updated from global requirements
Change-Id: I7e9ed0fffa0188147c7df06a0ee81c769c683ba9
2017-09-26 03:32:20 +00:00
Jenkins
1421d451ee Merge "Use flake8-import-order plugin" 2017-09-20 21:47:10 +00:00
Nir Magnezi
4f7c541793 Use flake8-import-order plugin
This addition automates the process, as opposed to relying on review inputs.
Inspired by Ib51bd97dc4394ef2b46d4dbb7fb36a9aa9f8fe3d

Change-Id: I1d6051cf6678b6d5db774fc884390fec626c1f2c
2017-09-19 05:42:07 +00:00
OpenStack Proposal Bot
307bc404e4 Updated from global requirements
Change-Id: Ide7700d3df734b5f4d9c74c6286096cf075b3732
2017-09-16 23:18:49 +00:00
OpenStack Proposal Bot
53f7fb425f Updated from global requirements
Change-Id: I38b370df277ccd9e049c965aeb6a4f6ab1edd495
2017-09-14 00:37:49 +00:00
OpenStack Proposal Bot
ff4b249f1f Updated from global requirements
Change-Id: I441d806b557763b681c5ab563330f9b302ea0767
2017-09-01 14:02:57 +00:00
Jenkins
d5d2514eb8 Merge "Move doc-requirements to test-requirements" 2017-08-31 20:31:41 +00:00
OpenStack Proposal Bot
da8ec0b013 Updated from global requirements
Change-Id: Ibf05fb9165f8c20e33b112219d2823f50bb7aa96
2017-08-18 11:36:49 +00:00
Michael Johnson
c34bd5c399 Move doc-requirements to test-requirements
The Octavia project was an oddity by having a seperate doc-requirements
file from test-requirements. This means we don't get global requirements
updates for our docs modules. With the new openstackdocstheme, keeping these
modules up to date is becoming more important.
This patch removes the doc-requirements file, removes unnecessary requirements,
and moves the modules still required into test-requirements.

Change-Id: Ida43b61b7e471f1be96b56056ed2d789b270c0cf
2017-08-17 21:13:12 -07:00
Jenkins
942bd0628f Merge "Remove WebTest from test requirements" 2017-08-04 20:14:15 +00:00
Nir Magnezi
d6b5ec1d0b Remove WebTest from test requirements
Remove WebTest since it is not being referenced in the code.

Change-Id: I2d0ef78ca5c8abdf8885c89c45d71873a1d52a1d
2017-08-03 11:11:16 +03:00
OpenStack Proposal Bot
b591adbb6a Updated from global requirements
Change-Id: I3a9a0725f59f7bbf6b9c6ca32061c7554aec340f
2017-07-16 21:27:06 +00:00
OpenStack Proposal Bot
2f4d166646 Updated from global requirements
Change-Id: Ib9e3658493c808eb58ee71ab4564a15b647f2f6f
2017-06-03 13:10:29 +00:00
OpenStack Proposal Bot
eb644135af Updated from global requirements
Change-Id: I3eb8337a03605eaadd7b92b17d54e5ea76ea0ec2
2017-05-23 16:26:08 +00:00
OpenStack Proposal Bot
21c67d24df Updated from global requirements
Change-Id: I6559645a457472038d384f93c1980e8618f68802
2017-02-15 10:24:04 +00:00
johnsom
5b72c134a9 Create api-ref base for Octavia
This patch will create the initial directory and index for the api reference
documentation (using the new guidelines) for the Octavia API.

Change-Id: Id5fbe569acfe7348f4f9dfc9cbef49834ea824c3
Partial-Bug: #1558385
2017-02-13 23:08:14 +00:00
Michael Johnson
ada92f7c0b Update test-requirements hacking
The version of "hacking" in our test-requirements.txt was out of date.
This patch updates that to the current global requirements version
and corrects the errors returned by the new version.

Change-Id: Ia1555cef868a8d215213b465fa6af666b1e81e80
2017-02-13 15:05:41 -08:00
OpenStack Proposal Bot
4909bf98c6 Updated from global requirements
Change-Id: Iaafa8d71915cdc2e3a679dc6021a015b6bed74e4
2017-02-10 09:46:19 +00:00
OpenStack Proposal Bot
5e76bab500 Updated from global requirements
Change-Id: I4c012f83dbf5d4dcc6a38c0de5214e07b22fd2aa
2016-11-06 02:03:55 +00:00
OpenStack Proposal Bot
edd37783fe Updated from global requirements
Change-Id: I2d464091d4094e58aecb9014175d7993c8eefdc1
Depends-On: Icdce83d731642724ea3ce6920b84c25d61bd63c5
2016-10-25 13:20:29 +00:00
Jenkins
a4f7f85a22 Merge "Updated from global requirements" 2016-09-26 22:00:13 +00:00
OpenStack Proposal Bot
a97dec30eb Updated from global requirements
Change-Id: I4977a5102698cd757fab20bf82ef8a170c6d90ee
2016-09-26 04:24:43 +00:00
ptoohill1
5e774f373a Octavia: Basic LoadBalancer Scenario Test
TESTING: Devstack plugin changes to run scenarios

Adds: Structure for tempest testing
Adds: Required tempest files and configuration for tempest testing
Adds: Octavia clients for communication with the API
Adds: Utilities for tempest testing
Adds: Mock session in method test_update_health_no_status_change of test_update_db

Co-Authored-By: Franklin Naval <franklin.naval@gmail.com>
Co-Authored-By: Madhusudhan Kandadai <madhusudhan.openstack@gmail.com>
Co-Authored-By: min wang <swiftwangster@gmail.com>

Change-Id: Ifd821ad0d94131e7dc42f2a52746ec094cf4153e
2016-09-23 22:50:05 +00:00
Gregory Haynes
579e24b727 Make pyroute2 a requirement of octavia
We currently install this via its own element, but this could be made
more simple / obvious by using the python requirements tooling.

Change-Id: I2a2eed2b8ee481189c1694659ac8100062a25cf2
2016-08-22 17:56:00 +00:00
OpenStack Proposal Bot
bbb718517a Updated from global requirements
Change-Id: I7ddf3a0f4805511305e7962e1258d42587b3caa3
2016-08-19 09:08:19 +00:00
OpenStack Proposal Bot
d19eb06a67 Updated from global requirements
Change-Id: I6e24c516267473769b05400e859fabb800915745
2016-06-24 03:16:02 +00:00
OpenStack Proposal Bot
7325db3738 Updated from global requirements
Change-Id: Ifba9422f16e648d64786cf44bbc1482f70bc86db
2016-06-20 16:59:49 +00:00
OpenStack Proposal Bot
1023441a0a Updated from global requirements
Change-Id: I8ab1c7394e54b921549d1a61c234cd5e9f9af9f5
2016-05-28 00:37:50 +00:00
OpenStack Proposal Bot
e2d815f2ee Updated from global requirements
Change-Id: I06519437a58bab4f66d6559c7e52d8f413326e86
2016-04-28 16:15:39 +00:00
OpenStack Proposal Bot
a3361b4b61 Updated from global requirements
Change-Id: Ic9b3f1689f056dc589a610fb18668a5018c506cd
2016-04-14 11:27:36 +00:00
Grant Murphy
61a9894527 Add bandit baseline to tox
Bandit baseline will check the last commit to see if
it introduced any new security problems.

Details of how bandit can be configured for the gate are
documented here:

https://wiki.openstack.org/wiki/Security/Projects/Bandit#Gate_Testing_with_Bandit

Change-Id: I791d897c4efe00bc4c0fd3b9d249e561eeb82acb
Partial-Bug: #1552002
2016-03-03 22:42:15 +00:00
OpenStack Proposal Bot
0939f8224f Updated from global requirements
Change-Id: I15c9ac7df68425c3a35a36dba1c5246dba8ae6c4
2016-01-16 03:30:39 +00:00
Kyle Mestery
8c741ba383 Add reno for release notes management
Change-Id: I963992cc0278d38ecae506d597072e8eb8b45e13
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-12-04 14:42:32 -06:00
OpenStack Proposal Bot
0a1d45f696 Updated from global requirements
Change-Id: Ic05beccd8e6bfa34437eaeec9ad98f6f5730cb38
2015-12-02 20:30:35 +00:00
Bertrand Lallau
6e66ba525b Get rid of unused dependencies in test-requirements.txt
- cliff (not used)
- fixtures (actually not used in unit tests)
- ordereddict (py26 references)

Change-Id: I3277a9e62822c6279365d2ec2b00270c9a5e9dfb
2015-11-13 11:40:43 +01:00
ptoohill1
4ffa5b64d8 Fixes missing testresource dependency
oslo.db made dependency changes that breaks us.

Change-Id: I3647189280115f708fac3301762e2ef57fad85e2
Closes-Bug: #1505327
2015-10-12 13:15:02 -05:00
Chandan Kumar
b165d191f6 Removing unused dependency: discover
Change-Id: I2611311405bee9aab1c4aac11268d77e4d070b59
2015-08-28 20:11:50 +05:30