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>
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
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
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
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
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
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
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
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
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
- as per mitaka summit
- note that neutron-lib is edited slightly, to reflect summit discussions
of starting with a new repo.
Change-Id: Ibbde1158533581803fc112092f8457a9b49bc3b7
There is still something left behind, but these were
some of those we don't want to fall through the cracks.
Change-Id: I5a77f86d36eddc49133e3deec2ff8b567c9c5965
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
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>
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>