From 7e909a3de0898448ee43c56efb264c74aa0feac6 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 11 Jul 2019 16:02:25 +0400 Subject: Align python3 packages with stein requirements Change-Id: Ib2b1525957929c39e4b602ad1b7f4fbfd16a375c Signed-off-by: Michael Polenchuk --- .../classes/cluster/mcp-common-noha/openstack_control.yml.j2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2') diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 index 504ee087e..3d9dcf5f9 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 @@ -85,10 +85,8 @@ parameters: volume_device_name: sdc pkgs: - keystone - - python-psycopg2 - - python-mysqldb - - python-openstackclient - - python-tornado + - python3-memcache + - python3-openstackclient client: enabled: true resources: @@ -210,8 +208,6 @@ parameters: global_physnet_mtu: ${_param:interface_mtu} backend: external_mtu: ${_param:interface_mtu} - pkgs: - - neutron-server {%- if '-bgpvpn-' in conf.MCP_DEPLOY_SCENARIO %} bgp_vpn: enabled: True -- cgit 1.2.3-korg