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: I42d0bdb4dfa021c0b09e719c66c20f98fea1186e
Closes-Bug: #1602618
  • Loading branch information
Amudha committed Aug 26, 2016
1 parent 87aa61d commit 35e8de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 35e8de1

Please sign in to comment.