diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-03-10 13:48:22 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-03-12 15:32:08 +0000 |
commit | 2f91b8a0eeeb15469f3c5e1b104e34e88fe7df62 (patch) | |
tree | 5858f07da3d551cf3f33f78e85806a76e38e8a6d /systems/devel-system-armv7lhf-highbank.morph | |
parent | 0db32c56302cd8dda05372480cb3515181af65a1 (diff) | |
download | definitions-2f91b8a0eeeb15469f3c5e1b104e34e88fe7df62.tar.gz |
Move cliapp into its own 'python-cliapp' stratum
This allows us to have a system with Lorry and Lorry Controller but
without Morph.
Change-Id: I5164237601d0ff028834c674274f13b6e1f315c9
Diffstat (limited to 'systems/devel-system-armv7lhf-highbank.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-highbank.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index 5c987497..e3c467c2 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -17,6 +17,8 @@ strata: morph: strata/bsp-armv7-highbank.morph - name: tools morph: strata/tools.morph +- name: python-cliapp + morph: strata/python-cliapp.morph - name: morph-utils morph: strata/morph-utils.morph - name: openstack-common |