1126 Commits

Author SHA1 Message Date
Boden R
a73deb9909 remove unused methods from CommonDbMixin
The register_model_query_hook and _apply_dict_extend_functions methods
from CommonDbMixin is not being used by consumers today. This patch
removes them and updates any doc references as well.

NeutronLibImpact

Change-Id: I3e72d7f33f5a7b0c9c023295302929410f94eefb
2018-11-20 06:55:13 -07:00
Zuul
216ed70e4f Merge "Duplicate words were deleted in openvswitch_agent.rst" 2018-11-19 18:31:00 +00:00
guotao.bj
a26f5375e6 Duplicate words were deleted in openvswitch_agent.rst
Change-Id: I2b85b046409f935b9611e853ebfc96d822400450
2018-11-19 09:53:44 +00:00
Zuul
1e0a5b901a Merge "Select service_provider on the basis of service_module" 2018-11-15 12:47:09 +00:00
zhangzs
90dd08b156 Removed duplicated word "and".
Change-Id: Iff446e811bf1a76f2cdd76a5a2acc4a24688d384
2018-11-12 17:36:10 +08:00
Slawek Kaplonski
f4089680b5 Add missing step for ovs deploy guides
There was missing step about adding underlying interface to the
provider bridge in ovs deployment guides.
This patch adds this missing step.

Change-Id: I2ef5f12c469647d7f197cb5db71692e68d23f718
Closes-Bug: #1801361
2018-11-06 22:22:42 +00:00
Zuul
c4f081d024 Merge "supported_vnic_type configurable for sriov" 2018-11-06 04:14:20 +00:00
Lajos Katona
d860109bf6 supported_vnic_type configurable for sriov
Now supported_vnic_types is hardcoded to the mechanism drivers, but that
can depend on several factors, like type of the NIC, admin decision,
etc.
With this patch we put the right to decide which vnic types are
supported for ovs agent into the hands of the admin, by allowing
blacklisting items from the mechanism driver specific list.
Background: http://eavesdrop.openstack.org/meetings/neutron_qos/2018/
neutron_qos.2018-07-31-15.00.log.html#l-58

Change-Id: Iad9e2e966df53b4164d2a56a93215c69825b5241
Partial-Bug: #1578989
See-Also: https://review.openstack.org/502306 (nova spec)
See-Also: https://review.openstack.org/508149 (neutron spec)
2018-11-05 11:40:13 +01:00
Jens Harbott
698e6d475c Update docs for disabling DNS server announcement
The functionality allowing to disable DNS server announcement from the
DHCP agent for certain subnets was introduced in [0]. We should mention
this feature in the corresponding documentation.

[0] https://review.openstack.org/495781

Change-Id: I4adfa7ba789a59f967297ebb6c571deb0652c7ca
Related-Bug: 1311040
2018-11-01 11:15:01 +00:00
Zuul
03310bd9b0 Merge "Add neutron-status upgrade check command framework" 2018-10-30 04:57:24 +00:00
Slawek Kaplonski
152364dbc8 Add neutron-status upgrade check command framework
This adds basic framework for neutron-status upgrade check commands.

For now it has only "check_nothing" check implemented.
Real checks can be added to this tool in the future.

Depends-On: https://review.openstack.org/#/c/610061/

Change-Id: Ib08119e1bb8de80856edb6a39769d4bc9d98c587
Story: 2003657
Task: 26144
2018-10-25 12:11:27 +02:00
Zuul
0fdec013de Merge "supported_vnic_type configurable for ovs" 2018-10-24 04:00:36 +00:00
Zuul
e03f2d95ae Merge "Add both directions for minimum bw rule in doc" 2018-10-22 23:34:54 +00:00
SapanaJadhav
f4d438019e neutron.conf needs lock_path set for router to operate
This change is adding required configuration in neutron.conf
to set the lock_path parameter, which was missing in
compute-install-ubuntu.rst

Change-Id: If090bdf060dfe21d11b1a5dfd010dc8167d9e45e
Closes-Bug: #1796976
2018-10-21 22:00:50 +05:30
junbo
b62ae3d522 Fix enable_distributed_routing option section in docs
The enable_distributed_routing option in the OVS-HA-DVR doc
is shown in the [DEFAULT] section in the openvswitch_agent.ini
file, but it is actually in the [agent] section.

Change-Id: Ic81a6da71f1935e863ec698c98441b64b41bbfa3
2018-10-17 13:13:38 +08:00
Lajos Katona
a85c5ed3fb supported_vnic_type configurable for ovs
Now supported_vnic_types is hardcoded to the mechanism drivers, but that
can depend on several factors, like type of the NIC, admin decision,
etc.
With this patch we put the right to decide which vnic types are
supported for ovs agent into the hands of the admin, by allowing
blacklisting items from the mechanism driver specific list.
Background: http://eavesdrop.openstack.org/meetings/neutron_qos/2018/
neutron_qos.2018-07-31-15.00.log.html#l-58

Change-Id: I63e562e2eccc5b02c1c767d6a2c28cb803131e99
Partial-Bug: #1578989
See-Also: https://review.openstack.org/502306 (nova spec)
See-Also: https://review.openstack.org/508149 (neutron spec)
2018-10-15 20:35:49 +02:00
Zuul
7dc80a9305 Merge "Modify the QoS doc in Neutron" 2018-10-12 01:49:18 +00:00
yanpuqing
b785199010 Modify the QoS doc in Neutron
We need to accent that only different types rules can be combined
in QoS policy Edit.

Change-Id: Ib40124127aea5d374548fb9161674975b6b906e8
Closes-Bug: 1779052
2018-10-10 19:23:31 +00:00
Lajos Katona
f849eba286 Add both directions for minimum bw rule in doc
Changed QoS backend/rule support table in devref documentation to show
that Minimum Bandwidth rule can support both Egress and Ingress
directions in case of placement based enforcement.
Added a new table to show which directions are supported for Minimum
Bandwidth rule by the network backends, and how that depends on the
enforcement type (dataplane or placement).

Change-Id: I97ab4815d134d306917a84a7b308b734d6db2dd2
Depends-On: https://review.openstack.org/580387
Partial-Bug: #1578989
See-Also: https://review.openstack.org/502306 (nova spec)
See-Also: https://review.openstack.org/508149 (neutron spec)
2018-10-10 16:39:28 +02:00
Zuul
6918f4a237 Merge "doc: OpenVSwitch firewall internal design, improvements (+ newline fix)" 2018-10-10 01:37:49 +00:00
Zuul
7b6754e9d4 Merge "Fix ADMIN output examples" 2018-10-09 10:28:41 +00:00
tianhui
e1943d9711 Fix ADMIN output examples
Update the response of openstack server list

Change-Id: I08b1476b07c4623982f3faef972f89bc7c51a1f3
2018-10-08 06:11:20 +00:00
Zuul
615705b2bd Merge "Update code review policies for sub-projects." 2018-10-03 22:39:51 +00:00
Miguel Lavalle
9a103c3c2a Update code review policies for sub-projects.
As agreed during the Stein PTG, this patch proposes an update to the
code review policies, aimed at minimizing the impact of code changes in
Neutron on the Stadium and other networking related projects.

Change-Id: I455a62daa9115962cd6347d1f3966dae533e4abb
2018-10-03 10:58:33 -05:00
tianhui
3e96bbade5 Fix doc output examples
Update the response of openstack network agent list

Change-Id: Idbc6cb24ffa0ff58eb5a67fd83508184310baac5
2018-09-30 02:29:47 +00:00
Thomas Morin
fdaf24bead doc: OpenVSwitch firewall internal design, improvements (+ newline fix)
* explain 'ingress' and 'egress'
* reword a few explanations
* provide table numbers as well as table names
* capitalize protocol names: IP, ARP, TPC, etc.
* reword explanations for tables acting as integration
  points with L2 other extensions
* nits

This change also includes a newline removal in the related portion
of the code; this newline separates constants that are in fact related,
and its removal had been agreed upon to be handle as a follow-up
change to I60d299275effd9ef35c8007773d3c9fcabfa50fa.

Change-Id: Ied215b8942bfffa1f2af2f569d0e4a110a64a364
2018-09-21 15:07:09 +00:00
Zuul
4fb500135d Merge "Fix broken link to Open vSwitch installation instructions" 2018-09-20 15:18:43 +00:00
Zuul
91dc9f9952 Merge "Update vpnaas-scenario docs" 2018-09-20 08:26:30 +00:00
Pierre Riteau
9ff9a5c69e Fix broken link to Open vSwitch installation instructions
This patch also fixes an unterminated sentence.

Change-Id: I5c0c2a1bf4b514d7314aee0c6433f2a6a7e82386
2018-09-19 12:35:53 +01:00
Zuul
9ef2823a23 Merge "[Docs] Update note about default burst value in QoS bw limit" 2018-09-16 10:28:16 +00:00
Slawek Kaplonski
8ed2ba8798 Update FIP QoS Docs
This patch updates QoS docs to remove "port show" command
before associating Floating IP to port.
It is like that to be clear that QoS policy which is attached to
the FloatingIP is NOT visible in the port's attributes.

Change-Id: I127fbd25433e39905c3b83bbe914f027ab45ef3f
Closes-Bug: #1778740
2018-09-15 11:41:13 +00:00
Slawek Kaplonski
52f0096d13 [Docs] Update note about default burst value in QoS bw limit
This patch combines two separate notes about burst value in
QoS bandwidth limit rules into one to make it more clear for
readers.

Change-Id: I48fa93969416db0b0049af533b6aa4021fa22616
Related-Bug: #1777866
2018-09-15 11:41:02 +00:00
Zuul
448537a4f4 Merge "doc: Address nits from I45fdc8e40121698bf144d0e0a65537edda2c805d" 2018-09-04 21:33:02 +00:00
Thomas Morin
9feb5db61c ovs fw: apply the NORMAL action on egress traffic in a single table
This change is a follow-up to Ib6ced838a7ec6d5c459a8475318556001c31bdf,
reintroducing a single place for applying the NORMAL action to
egress traffic, which is necessary to fix a regression introduced
by Ib6ced838a7ec6d5c459a8475318556001c31bdf.

Change-Id: I60d299275effd9ef35c8007773d3c9fcabfa50fa
Partial-Bug: 1789878
2018-09-04 16:40:31 +07:00
Stephen Finucane
37212adb61 doc: Address nits from I45fdc8e40121698bf144d0e0a65537edda2c805d
Change-Id: Ibea0c001963f7773d2b832687402cb8efe650f1d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2018-09-03 10:26:07 +01:00
Stephen Finucane
e7c7ae807d doc: Additional fixes to the SR-IOV doc
- Add steps to ensure physnets VLAN ranges are configured, if necessary
- Add steps to ensure a network using the given physnet is configured
- Update nova scheduler options, which have been moved since Ocata
  (nova 15.0.0) [1]
- Update nova PCI options, which have been moved since Ocata (nova
  15.0.0) [2]
- Simply some commands
- Some typo/grammar fixes

[1] https://github.com/openstack/nova/commit/7d0381c91a6
[2] https://github.com/openstack/nova/commit/4e5ed1c4891

Change-Id: I45fdc8e40121698bf144d0e0a65537edda2c805d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Closes-Bug: #1788900
2018-08-31 10:32:31 +01:00
Tobias Urdin
addcddbe18 Remove deprecated RamFilter from admin guide
Removes the RamFilter from the documentation as its
deprecated as of [1] and not needed when using the default
scheduler driver.

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

Change-Id: I49442352d0fec2c9ff920ac1bb21fc2e5339a41e
2018-08-29 17:11:56 +02:00
Zuul
9a0caa3527 Merge "Remove Future work from OVS-fw docs" 2018-08-29 06:19:35 +00:00
Zuul
088f51cdaf Merge "Fix the RFC and private internet network address" 2018-08-28 16:46:27 +00:00
Zuul
bca116f184 Merge "Doc: update the qos devref about SR-IOV support" 2018-08-25 01:46:32 +00:00
John-Paul Robinson
3e1512873a Fix the RFC and private internet network address
It seems the RFC should be 1918 which defines IP addresses for private
networks.

The existing RFC 5737 actually defines private IP ranges for use in
documentation.

Change-Id: Ic794585e636bb9a9c915347a801c8a4f0baa9012
Closes-Bug: 1788936
2018-08-24 16:16:49 -05:00
Jakub Libosvar
95766f20bc Remove Future work from OVS-fw docs
The last two items are already done.
 - fullstack tests implemented in commit ff9c6e21
 - updates using bundle operation implemented in commit b3b2df14

Change-Id: I2d81fde185cee04681acb9e5f156195a035cce5c
2018-08-24 09:28:28 +02:00
Matt Riedemann
60a9248b17 doc: add known limitation about attaching SR-IOV ports
Nova does not currently support attaching SR-IOV ports to
existing instances, you can only create a server with an
SR-IOV port at this time. This adds an item about that
limitation to the SR-IOV admin docs.

Change-Id: I0a954de724384a81cb45446da20fa6b17d4bd63a
Related-Bug: #1708433
2018-08-21 11:38:59 -04:00
Hongbin Lu
28e07d4c5e Doc: update the qos devref about SR-IOV support
SR-IOV has added support for enforcing egress minimum bandwidth [1]
and this commit updates the devref about that.

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

Change-Id: I0e637b893e60d7fdfb1ab4cece15aad74f43d3b5
Related-Bug: #1578989
2018-08-16 22:24:27 +00:00
Zuul
10327e00c3 Merge "Fix no ACCEPT event can get for security group logging" 2018-08-10 14:40:15 +00:00
Dongcan Ye
c1b1dac132 Update vpnaas-scenario docs
Add different configs depending upon the Linux distribution.

Change-Id: If50421ec722c89c2f37776d0df66de8a583ddb48
2018-08-10 10:58:55 +00:00
Zuul
5226e50c68 Merge "Update the doc url about SUSE basic network configuration" 2018-08-09 11:27:23 +00:00
Zuul
385238e97c Merge "Remove -u root as mysql is executed with root user" 2018-08-09 09:23:06 +00:00
Lajos Katona
59d178c9de Remove -u root as mysql is executed with root user
As openstack installation guides suggest to run mysql with root shell
user, mysql will not ask for password, so in
controller-install-*.rst "-u root -p" is useless.

Change-Id: Ib209661f6dcbbdeb158bd1acf343c084f8ed8930
Closes-Bug: #1785025
2018-08-09 07:51:40 +02:00
Zuul
8e66c4ef48 Merge "Add note to RBAC chapter of Networking Guide" 2018-08-08 21:19:32 +00:00