diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-03-10 17:08:38 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-03-13 14:50:42 +0000 |
commit | 2770be545cd20c26b27e28592ed601a59ad613ad (patch) | |
tree | b75a55a190d202fc1e3c9659f7a08435edb04cae /systems/devel-system-armv7-versatile.morph | |
parent | dbdcbf87ad455ce56ce61f901d692b587ba6c065 (diff) | |
download | definitions-2770be545cd20c26b27e28592ed601a59ad613ad.tar.gz |
Move 'bottle' and 'flup' into separate python-wsgi module
The lorry-controller webapp uses these, as well as morph-cache-server.
In order to use lorry-controller in systems that don't contain Morph,
we need them to be in a separate stratum.
Change-Id: Ie187c0b506d12ed5e5f8f8ce4a4b91834bf29fe5
Diffstat (limited to 'systems/devel-system-armv7-versatile.morph')
-rw-r--r-- | systems/devel-system-armv7-versatile.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index bda502e2..12a2b2b6 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -18,6 +18,8 @@ strata: morph: strata/tools.morph - name: python-cliapp morph: strata/python-cliapp.morph +- name: python-wsgi + morph: strata/python-wsgi.morph - name: morph-utils morph: strata/morph-utils.morph - name: openstack-clients |