33 Commits

Author SHA1 Message Date
Doug Hellmann
8857a844ba fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I6e18dd70a74694ba2e7aad535f487498a26d05bb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-17 00:16:11 -04:00
Akihiro Motoki
e910a8c84e Reorganize docs to fit openstackdocstheme
After switching to openstackdocstheme, the left side menu lists
all specs and it is no longer useful as navigation.
This commit reorganizes the doc structure and toctree so that
the toctree is easy to read with openstackdocstheme.

Change-Id: I47a8c28c038bf2022855a81f6073f4b5f4b01266
2018-03-01 06:42:34 +09:00
ZhaoBo
c95726bbf0 Need to follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

To handle this, this commit changes:

- Introduce doc/requirements.txt
- Update tox.ini [docs] target for developer convenience
- Fixes a lot of warnings caused by a newer sphinx 1.6.5 because
  sphinx specified in upper-constraints.txt is used in the new PTI.
- Drop unnecessary [pbrp] warnerrors in favor of warning-is-error.

Change-Id: If40305044c9dfe0024b64bd3921232bb0a6c9372
2018-02-28 23:58:22 +09:00
ZhaoBo
655e6c78d6 Correct the doc link
Correct the sample configuration link.

Change-Id: If229e8a1c6228f2b25b299d4a9c6aa0cca89aa47
2017-02-13 15:32:37 +08:00
xiewj
1062c22f25 Update specs use RBAC instead of ACL in rbac-qos-policies.rst
In the spec document of 'rbac-qos-policies' of Mitaka release,
should be used RBAC instead of ACL, and add 'object_type' 
in the 'QosPolicyRBAC Table structure'.

Change-Id: Ice34596579e7b7961ca9261e38fe4e5a93852000
Closes-Bug: #1596445
2016-07-05 02:11:32 +00:00
Jenkins
51cfefdaa2 Merge "Provide a release postmortem" 2016-04-14 22:26:18 +00:00
Armando Migliaccio
cab59cc0b2 Provide a release postmortem
This patch introduces a postmortem template for the
Neutron project, and brings a draft for the Mitaka
release that would need to be filled with the help
of the Mitaka contributors before Mitaka is released.

Change-Id: I30aac4e8adf57ab891f47cb7c4841d55c1422e00
2016-04-14 22:06:45 +00:00
Jenkins
006515248d Merge "Follow README guidelines in preparation of RC window" 2016-03-18 12:15:05 +00:00
Armando Migliaccio
de961fed64 Follow README guidelines in preparation of RC window
This patch moves forgotten Liberty material to the archive
section and preemptively move incompleted Mitaka effort
into backlog section (to be resubmitted as soon as Newton
opens up).

Change-Id: Ia1a3931881ea6ac65e6c4577d51f53dad5934ba3
2016-03-14 01:24:45 -07:00
Jenkins
1f1cf97dc1 Merge "Agent specific API for L2 agent extensions" 2016-02-26 16:17:44 +00:00
Ihar Hrachyshka
9eb9d7d911 Agent specific API for L2 agent extensions
This proposal should be quick to implement and unblock extensions
interested in injecting OpenFlow rules; while we work on a more long
term solution that would manage feature flows in a more controlled way.

Change-Id: I0c6937a747a7930f08a494cf237b6e50f141a49c
Partial-Bug: #1517903
2016-02-22 21:54:45 +01:00
Jenkins
29ad4086b6 Merge "Add tags for neutron resources spec" 2016-02-18 12:38:56 +00:00
Gal Sagie
8c217767b0 Add tags for neutron resources spec
Introduce a generic mechanism to allow the user to set tags
on Neutron resources.

Change-Id: I86e0c4f3081a83fa881ee8db860a3548deaeaeea
2016-02-18 10:09:47 +09:00
Jenkins
323e98d409 Merge "Proposed changes to vlan-aware-vms" 2016-01-25 08:39:14 +00:00
Russell Bryant
5b28871408 Proposed changes to vlan-aware-vms
This patch is a new version of the vlan-aware-vms spec, re-introducing
a new trunk resource, but in a way that does not affect nova.

Co-Authored-By: Bence Romsics <bence.romsics@ericsson.com>
Change-Id: I8563e54cc984b60f2be2eb7cc2e3c6fc60e6de20
2016-01-13 13:27:24 +01:00
Haim Daniel
f6f4b4fa6d Role-based Access Control for QoS Policies
Implements: blueprint rbac-qos
Change-Id: I11282abc0fac04c409bb6ad2e893133522854cef
2016-01-13 10:23:23 +02:00
Jenkins
7f14ac9fe3 Merge "Firewall as a Service API 2.0" 2016-01-12 01:49:59 +00:00
Aishwarya Thangappa
a9d5ee7f13 Firewall as a Service API 2.0
This spec introduces a few enhancements to Firewall as a Service (FWaaS)
API including making it more granular by giving the users the ability to
apply the firewall rules at the port level rather than at the router
level. Support is extended to various types of Neutron ports, including
VM ports and SFC ports as well as router ports. It also aims to provide
better grouping mechanisms (firewall groups, address groups and service
groups).

Co-Authored-By: Mickey Spiegel <emspiege@us.ibm.com>
Co-Authored-By: Sridar Kandaswamy <skandasw@cisco.com>
Co-Authored-By: Dustin Lundquist <dustin@null-ptr.net>
Co-Authored-By: Sean M. Collins <sean@coreitpro.com>
Co-Authored-By: German Eichberger <german.eichberger@hp.com>
Co-Authored-By: Aishwarya Thangappa <aishwarya.thangappa@gmail.com>

Change-Id: Ib0caebf7070b67bc68286abec2c07f7eefa00325
2015-12-21 17:18:30 -08:00
Jenkins
7d7c97247a Merge "Network IP Availability Extension API" 2015-12-15 23:29:02 +00:00
dbingham
8a8a48216d Network IP Availability Extension API
Add a new network IP availability API Extension for operators to predict
and react when networks are reaching IP capacity.

ip availability api extension rfe

APIImpact
DocImpact

Change-Id: Ifd42982aea5bbfc095e30bd2a221ec472d55519a
Implements: blueprint network-ip-usage-api
Closes-Bug: 1457986
2015-12-10 19:49:08 -07:00
armando-migliaccio
bf9c27767c Move guru reports to mitaka
Change-Id: Ic1e2796cf1e0a433c1b1ea25afa96f5ff7a2f03f
2015-12-09 17:38:22 -08:00
Jenkins
45121d661e Merge "Define timestamp as extension attribute" 2015-11-20 15:17:21 +00:00
Jenkins
cf574344a6 Merge "Improve DVR L3 agent binding" 2015-11-05 19:10:13 +00:00
Carl Baldwin
fdd17b4332 Improve DVR L3 agent binding
Change-Id: I16d5567d600b065d5e58f0892521cc240aaeb88f
2015-11-04 16:53:12 -07:00
Doug Wiegley
4046ccc3c6 Re-propose l7 & neutron-lib for Mitaka, archive aas decomposition
- as per mitaka summit
- note that neutron-lib is edited slightly, to reflect summit discussions
  of starting with a new repo.

Change-Id: Ibbde1158533581803fc112092f8457a9b49bc3b7
2015-10-28 21:55:13 +00:00
Brandon Logan
dbaeb238f6 Allow lbaas drivers the option to allocate VIPs
Partial-Bug: #1463594

Change-Id: Ifba47b0d2124ae5ede17adf1c64d9f7a95f4db04
2015-10-16 02:59:32 +00:00
Jenkins
e352ee1918 Merge "Optimistically move Liberty backlog specs to Mitaka" 2015-10-14 15:14:07 +00:00
armando-migliaccio
0e9752a79c Remove these stale rst docs
I can't seem to figure out what they are for.

Change-Id: Ied772d8443b0c155d9d5bec29f92ef3c8e34be13
2015-10-13 17:06:05 -07:00
armando-migliaccio
6e469fb114 Optimistically move Liberty backlog specs to Mitaka
There is still something left behind, but these were
some of those we don't want to fall through the cracks.

Change-Id: I5a77f86d36eddc49133e3deec2ff8b567c9c5965
2015-10-13 23:58:00 +00:00
zhiyuan_cai
0903b1672a Define timestamp as extension attribute
According to the comments on the previous patch[1], define
timestamp as extension attribute here.

[1] https://review.openstack.org/#/c/196959/

Change-Id: I36cf062175f94ef0314fdf8d189578e1045d8f09
2015-09-30 12:52:27 +08:00
Kyle Mestery
4af775be4b Availability zones is approved for Mitaka
Change-Id: I9d783d9d1a7354fc1a557c1a0ac54c9f9a2aaaad
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-09-29 19:31:58 +00:00
Kyle Mestery
76bfae33e8 Specs cleanup for the Liberty release
This moves most of the Liberty specs which were not implemented into the
liberty-backlog directory. However, two specs were moved directly to
Mitaka:

external-dns-resolution.rst
restructure-l2-agent.rst

Both of those are pre-approved for Mitaka based on the work that has been
going on in Liberty (and Kilo in the case of restructure-l2-agent.rst).

Change-Id: I4d7d48ad96d01e9013fc01ea6573208b63f16521
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-09-23 14:13:26 +00:00
Kyle Mestery
f8558e77e7 Mitaka: Open Mitaka specs
This commit adds the mitaka directory in neutron-specs and opens it
up for submissions.

Change-Id: I6368456c14ea70b9faabdc70f2961c8c0511e1c9
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-09-09 17:55:18 +00:00