Minor fixes per review 738242

* Set max_header_size to 38 per the upstream Neutron guide albeit the
header size can be variable:
https://tools.ietf.org/html/draft-ietf-nvo3-geneve-16#page-14

* The empty "plugs" entry results in the following error raised by the
auto-review tool of the snap store:

"invalid plugs entry (empty) lint-snap-v2_app_plugs (rabbitmq-plugins)"

Let's avoid this by removing the section altogether.

Change-Id: I1b192140c8ca3445bd817f7e583f303d1bb0a338
This commit is contained in:
Dmitrii Shcherbakov 2020-09-28 19:23:55 +03:00
parent 780a4c4ead
commit 9cfed61a07
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ external_network_type = flat
[ml2_type_geneve]
vni_ranges = 1:65535
max_header_size = 40
max_header_size = 38
[ml2_type_flat]
flat_networks = *

View File

@ -476,7 +476,6 @@ apps:
command: usr/sbin/rabbitmq-plugins
environment:
HOME: $SNAP_COMMON/lib/rabbitmq
plugs: []
# TODO: - microstack-support
# Memcached