It was never a sub-project to begin with, so lets get it out of here.
Change-Id: Iabba3cc55c88771d3922050f23289ebdd7cbd44b
Signed-off-by: Kyle Mestery <mestery@mestery.com>
Add options to 'neutron-db-manage revision' command for specifying
a branch.
DocImpact
Change-Id: I00b00821839b0d77caaaf26b518c5c0c75e01218
Closes-Bug: 1503342
It wasn't made clear by the existing documentation that we only want
neutron, neutron-fwaas, neutron-lbaas, and neutron-vpnaas repositories
to target specs at neutron-specs. This makes it 100% crystal clear.
Change-Id: I5b87faa31d71676f1674fd7370535ae6d895b43f
Signed-off-by: Kyle Mestery <mestery@mestery.com>
The project has been removed in I8def7fc2e92f967785b9ab05f8496de641e8f866
and it's been retired from stackforge [1]. So it's safe to remove it from
the list with the remaining bits.
[1] f66ddfa0a1
Change-Id: Ic1bb021d91bbaaa01d0ac305c8060b3af9e2389b
This project is no longer maintained, there are newer talks
going on to better support the use case [1], possibly in
tree. To this aim, it's safe to remove this project from
the list.
[1] http://lists.openstack.org/pipermail/openstack-dev/2015-September/073461.html
Change-Id: Ic1ae39f19381bc912a5fdb6417fff19181916744
Provide links to who belongs to what team, and
rename the section to better reflect its content.
Add the Neutron drivers team, which apparently
was missing and only captured on the wiki.o.o.
Change-Id: Ica1de55b11f9c9f3ad24fa5bfa431548499951e8
It is easy to oversubscribe ourselves during a release
cycle. We approve specs only to experience that we fail
to review consistently; code is posted last minute,
we get lost into chasing race conditions, the odd dependency
throws the gate under the bus, and the ever-present cosmetic
refactoring patch steers our attention from what matters,
which is *reviewing what we commit to deliver*.
In order to keep ourselves focused on the bigger picture,
this patch proposes/formalizes changes to the way we
register blueprints so that we can improve our ability
to better foresee what we'll deliver at the end of a
release.
We obviously can't predict the future or chain people
to a desk, but a regular pulse check of a well planned
task list should at least help mitigate the feeding frenzy
that usually happens closer to FF. That inevitably
leads to half-baked and buggy solutions.
Change-Id: Ia27b2a779204bf98c1dec2a30d00507de285f801
Commits 874fd5b61a5d6a81f0e147a08a1da444e2380a5f and
a937582f7aa430f5edace2d52f5f6feccf381a34
both had formatting issues with links that were
added. This commit fixes both of the links in
question.
Change-Id: Ib02e7c659d18719d3a2898dbb9da147a8aa1f817
Signed-off-by: Kyle Mestery <mestery@mestery.com>
Cross link the release processes for sub-projects across the devref
and bug policy documentation.
Change-Id: Ifa548fc61777e13a0131b681610babf212b42e27
Signed-off-by: Kyle Mestery <mestery@mestery.com>
Adds a passage to clarify that the 'rfe' tag is not to be used for work
that is already well-defined, to avoid code being submitted before proper
discussion can take place.
Change-Id: I20a1a87b263154e8b7726da08bfb615b272ba4c1
Liberty is behind us. The RFE process has been in place for a cycle
and some refinements have been necessary to make it more streamlined.
The cut-over section has outlived its purpose so it can be removed.
In its place, this patch clarifies how we are going to track RFE in
Launchpad, once the RFE has been 'approved'.
The tl;dr version of this patch is: from Mitaka onwards, feature
submission must happen via RFE bug report submission. Launchpad
blueprints are going to become a tool to be used at discretion of
the project release manager for milestone tracking purposes.
Change-Id: I370e3397682d9f4ebca215b6711f23a2a4fc4233
warnerrors = True no longer works with Sphinx < 1.3, and this
makes warnings fail silently [2].
A patch [1] is out to fix that, and until pbr releases we will
have to be careful not to bitrot.
This patch fixes the outstanding link error and tweaks the wording
of the affected pill of wisdom.
[1] I680b448471e687919d202e8f2abe57f8ba3b22ee
[2] bug #1496882
Change-Id: Id9cce7ae78c51dceeb56c6b5b8b04340c5378748
Middleware class in neutron/wsgi.py can be replaced with
ConfigurableMiddleware from oslo_middleware.
Remove the Debug helper class as it doesn't seem to be used
anywhere. Instead, one can use oslo_middleware.debug.Debug.
Added a note about possible implications for out-of-tree plugins
to neutron_api.rst.
Change-Id: If7360608f94625b7d0972267b763f3e7d7624fee
sslutils and basic WSGI functionality have been moved to
oslo.service and now Neutron can reuse them.
Marked ssl options that were renamed in oslo.service as
deprecated.
Added a note about possible implications for out-of-tree plugins
to neutron_api.rst
Bumped oslo.service version to 0.9.0.
Related-Bug: #1482633
Depends-On: I0424a6c261fae447dbc25b3abf00258c860a88f5
Change-Id: Ibfdf07e665fcfcd093a0e31274e1a6116706aec2
- callers should not explicitly pass exceptions into LOG.exception
because it's already implicitly included in the message by stdlib
logging module.
- callers should not call to LOG.exception when there is no exception to
log about (known to fail in Python 3.x < 3.5).
Change-Id: I58e7e01ed152028ad43bb3ada87d719caa2ab08d
Related-Bug: #1504053
The Drivers team realized that with the current model, RFE
bugs were never off their radar even though RFE proposals were
approved and ready to be worked on. As a result it was becoming
tricky to handle the RFE backlog during the drivers meeting.
These changes are aimed at keeping the list of RFE bugs to a
manageable size, irrespective of how fast code gets submitted
and merged: the responsibilities of vetting feature proposals
and reviewing code are very much different, and this policy
changes try to reflect that.
Change-Id: I37b7f1b7c3538e871cb9bc5cbfba61d99858f16f
Whilst the porting is in progress, there can be a number
of issues popping up, so it's good to have a way to capture
them all at once.
Change-Id: I7a92bbbc67f93270f898c5dfa38d1962226c32a0
This patch adds an alternative wording of the patch sizing/scoping
recommendation that was left out of [1]
[1] https://review.openstack.org/#/c/230217
Change-Id: I64b4f4aca90c19d7dbc81a8126a7254d64876699