With Kevin Benton leaving we need to update ownership for
all the areas he covered. Also removed some people that
have left neutron recently.
Change-Id: Ie3fb6a15996bd91e9b0c8c4573afffd58582de08
After gerrit upgrade, some queries broke. This updates the queries to
reflect what's in gerrit-dash-creator (with
I0bd2a646df1e8f268472efcd740a9d3d51aea962 applied).
Change-Id: I2d4224a19580081d1e4413ff8c04924413002ed0
This patch updates our doc conf.py to support the linkcheck builder in
addition to adding a new 'linkcheck' target in tox to run the builder.
Also the release checklist is updated suggesting the linkcheck tox
target be run prior to a release.
Change-Id: Ia7c282b7331f0b624bb3324f27dfec223cf414f7
Closes-Bug: #1716005
Testing Ia7c282b7331f0b624bb3324f27dfec223cf414f7 found a broken link
in the config-agents doc. This patch updates the link.
Change-Id: I5cc146b58f3eebade9ff746a1d1fed018cd9e074
* Use openstack CLI in command examples
* Add a note on additional parameter needed with default OVS driver
* Mention project_id instead of tenant-id
Change-Id: I249ae19861b39c9a2b5ddbfcd9561bace2e33906
Related-Bug: #1717894
We need to correctly describe what is really happening: The dnsmasq
processes in the DHCP agent act as forwarding masquerading resolvers for
the instances in their particular subnets.
Change-Id: I50ef9f488eb1efb8f709b75537ca4a4e9efce75a
Closes-Bug: 1715842
The old link redirects to the top level of developer.o.o, replace
it with a link to the network api-ref instead.
Change-Id: Ifaed300c60e9afcf0f047b4370aa503d36c68836
The l2pop ML2 mechanism driver's configuration options are no longer
being generated during the docs build. This patch adds the l2pop
config options back into the ml2 sample config generation and also
fixes a link to them in the admin docs.
This fix is a candidate for backport to pike.
Change-Id: Ia26b4d1995690e7291b6476dc683271e12de09ab
Closes-Bug: #1714528
This patch updates our docs to include some details on the 'inherit'
segmentation type supported by trunk subports. The API is updated in
I0772463d71cbb6703345e66f52ad6c02163a00ff.
Change-Id: I9bebf8a3543bff43cf6e80a0d4523b0c9b5c6eb5
Closes-Bug: #1679999
This patch adds a blurb about the quota detail API extension to wrap
up the doc aspect of this feature.
Change-Id: I3de3a686d70d74e10d01880c1ec0f4dd5b047038
Closes-Bug: #1704914
This patch updates our install documentation to account for the fact
that linux systems must have net.bridge sysctl knobs.
Change-Id: I8b65e2ef22d57cd6c501f25a33af8c1900f20497
Closes-Bug: #1672922
This commit adds to the Networking Guide chapter for DNS integration the
workings of the dns_domain attribute for ports.
Change-Id: Ib775fe3d44b766c457875a04460ad90d1e377974
Closes-Bug: #1710203
This isn't actually used and is a leftover from a thing we did
seven years ago that survives today through copy-pasta.
Change-Id: I1cd098c1f5744695d3694791750e4770f8d39dca
nova_metadata_ip is deprecated in favor of nova_metadata_host. This
patch updates our docs to use the latter matching our intent on removing
the former.
Change-Id: I6a8e76acc2f01541f92123e46987b0f2f0fbf1cd
Closes-Bug: #1669955
A number of places in our docs have static links to ocata based content.
What's more some of our doc content lives at a new URL.
This patch updates our docs to ref pike rather than ocata.
This patch should be backported to pike.
Change-Id: Ieefaf7a78dce03faf9df1ca7d596bbd81230805b
Closes-Bug: #1714516
Today the revision_number exists in documentation CLI output in only
some places. This patch updates the doc CLI output to include the
revision_number in the remaining places.
Change-Id: I8000005752c4dbaa7cf7fd12d2c281abb855ae19
Closes-Bug: #1703234
Tag support was extended to all resources that support the std attr
mechanism. This patch handles a few remaining updates in the docs.
This one is also a candidate for backport to pike if warranted.
Change-Id: I7dfc7a371e6af64dde09c0e712424b8e647d7027
Closes-Bug: #1706307
A number of our RSTs under doc/srouce/contributor/internals/* are not
referenced from the index.rst and as a result are not
published/accessible in our docs.
This patch updates the index to ref all internal pages.
Change-Id: If534f8d6a7da2807285edb6885c800696d1c50a9
Closes-Bug: #1712907
The ubuntu controller install guide contains improper indentation and
extraneous new lines. As a result the sub-steps for #1 are not shown
in this HTML (generated) guide.
This one needs to also get back-ported to pike.
Change-Id: Ib2b263c8da49ccc8905cbd59331ce6694de232e6
Closes-Bug: #1712107
Today the ML2 config reference doesn't mention anything about ML2
extension drivers. While it likely doesn't make sense to clutter the
primary ML2 driver types (type/mech) with extension drivers, this patch
proposes we add a small section about them to link the concept to the
config reference.
Change-Id: Id964e6e4d13d400ea4cd8a1707ad0f08c52ef0b1
Partial-Bug: #1683102
This patch makes L3 agent to update its ports' MTU when it's changed on
core plugin side.
Related-Bug: #1671634
Change-Id: I4444da6358e8b8420a3a365e1107b02f5bb1161d
This patch adds ``net-mtu-writable`` API extension that allows to write
to network ``mtu`` attribute.
The patch also adds support for the extension to ml2, as well as covers
the feature with unit and tempest tests. Agent side implementation of
the feature is moved into a separate patch to ease review.
DocImpact: neutron controller now supports ``net-mtu-writable`` API
extension.
APIImpact: new ``net-mtu-writable`` API extension was added.
Related-Bug: #1671634
Change-Id: Ib232796562edd8fa69ec06b0cc5cb752c1467add
Added documentation reference for ingress bandwith limit QoS rule
for Open vSwitch and Linux Bridge backends.
Change-Id: I605b941efe661621298e703ee9f8ea0c1938135f
Closes-Bug: #1699802
Closes-Bug: #1698046
Current ovsfw implementation does not take care of the different
MACs in allowed_address_pairs with the VM's MAC.
This patch use the following method to fix this issue:
1. Do not check dl_src in table=72 because table=71 has checked
dl_src for Egress.
2. Add all allowed MACs in table=0 and table=73 for Ingress.
3. Do not check dl_dst in table=82 because this check has done
in table=0 and table=73.
4. Delete allowed MACs in table=0 and table=73 when needed.
Change-Id: Iad59096f0c9855ebfd4a0d5b447e73b443d66c1d
Closes-Bug: #1697593