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:
parent
780a4c4ead
commit
9cfed61a07
@ -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 = *
|
||||
|
@ -476,7 +476,6 @@ apps:
|
||||
command: usr/sbin/rabbitmq-plugins
|
||||
environment:
|
||||
HOME: $SNAP_COMMON/lib/rabbitmq
|
||||
plugs: []
|
||||
# TODO: - microstack-support
|
||||
|
||||
# Memcached
|
||||
|
Loading…
x
Reference in New Issue
Block a user