Skip to content

Commit

Permalink
Adding python-memcache to contrail-openstack-config dependency
Browse files Browse the repository at this point in the history
contrail-config uses keystonemiddleware to authenticate with keystone.
keystonemiddleware has a dependency on memcache, but the dependency is
not defined in the upstream keystonemiddleware package.
Adding the dependency in contrail-openstack-config as the config node
needs memcache installed while using keystonemiddleware.

Change-Id: Ia863502b23e97e127acc87c8bd6839a1a482a9bf
Closes-Bug: #1602618
  • Loading branch information
Amudha committed Nov 16, 2016
1 parent be8fc0e commit 64cee18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion common/debian/contrail-openstack-config/debian/control.in
Expand Up @@ -28,5 +28,7 @@ Depends:
python-bottle,
ifmap-python-client,
contrail-config-openstack,
keepalived (=1:1.2.13-1~bpo70+1) | keepalived (=1.2.13-0~276~ubuntu14.04.1)
keepalived (=1:1.2.13-1~bpo70+1) | keepalived (=1.2.13-0~276~ubuntu14.04.1),
memcached,
python-memcache
Description: Contrail Openstack Config composite debian package
Expand Up @@ -30,5 +30,7 @@ Depends:
ifmap-server,
ifmap-python-client,
contrail-config-openstack,
keepalived (>=1.2.13-1) | keepalived (>=1.2.13-0~276~ubuntu14.04.1)
keepalived (>=1.2.13-1) | keepalived (>=1.2.13-0~276~ubuntu14.04.1),
memcached,
python-memcache
Description: Contrail Openstack Config composite debian package
Expand Up @@ -30,5 +30,7 @@ Depends:
ifmap-server,
ifmap-python-client,
contrail-config-openstack,
keepalived (>=1.2.13-1) | keepalived (>=1.2.13-0~276~ubuntu14.04.1)
keepalived (>=1.2.13-1) | keepalived (>=1.2.13-0~276~ubuntu14.04.1),
memcached,
python-memcache
Description: Contrail Openstack Config composite debian package

0 comments on commit 64cee18

Please sign in to comment.