diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-12-03 16:01:42 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-12-19 10:16:38 +0100 |
commit | 6203ecc1513994063a5f7916999657f528a37385 (patch) | |
tree | f4c449613090a2fa4ff0a0d3460946410dd343bb /mcp/patches/salt-formula-neutron | |
parent | d8f0a6b4fd9c3cb10780abcbd9b446c48b08cced (diff) |
[fdio] Bump VPP to 19.08.1-release
- refresh formula patches with new package names where necessary;
- switch to packagecloud.io repositories;
Change-Id: I1178a387891d34117c162380d8247eb7a4212359
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/patches/salt-formula-neutron')
-rw-r--r-- | mcp/patches/salt-formula-neutron/0001-Bring-in-basic-VPP-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/patches/salt-formula-neutron/0001-Bring-in-basic-VPP-support.patch b/mcp/patches/salt-formula-neutron/0001-Bring-in-basic-VPP-support.patch index 87f79f742..d790ede3d 100644 --- a/mcp/patches/salt-formula-neutron/0001-Bring-in-basic-VPP-support.patch +++ b/mcp/patches/salt-formula-neutron/0001-Bring-in-basic-VPP-support.patch @@ -187,7 +187,7 @@ index 9e6cb36..17cd5b3 100644 {%- do server_services_list.append('neutron-rpc-server') if wsgi_enabled %} +{%- if 'vpp' in pillar.neutron.get('server', {}).get('backend', {}).get('mechanism', []) %} -+{%- do server_pkgs_list.extend(['python-networking-vpp']) %} ++{%- do server_pkgs_list.extend(['python3-networking-vpp']) %} +{%- endif %} + {% set server = salt['grains.filter_by']({ |