summaryrefslogtreecommitdiff
path: root/strata/openstack-clients-full.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-21 09:22:20 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:18 +0000
commit55d1bd5a5101e6c8e5d133617e99baba28b34567 (patch)
tree35ccbf1713f308ecdf3a45012f880c1dd2247131 /strata/openstack-clients-full.morph
parent3d49605e5a48d7e20de78519f6e70748c45fd3a6 (diff)
downloaddefinitions-55d1bd5a5101e6c8e5d133617e99baba28b34567.tar.gz
WIP: Add barbicanclient, move jsonschema to openstack-common and fix unpetrify-ref
Diffstat (limited to 'strata/openstack-clients-full.morph')
-rw-r--r--strata/openstack-clients-full.morph16
1 files changed, 8 insertions, 8 deletions
diff --git a/strata/openstack-clients-full.morph b/strata/openstack-clients-full.morph
index bfc09aa0..abb52881 100644
--- a/strata/openstack-clients-full.morph
+++ b/strata/openstack-clients-full.morph
@@ -4,11 +4,6 @@ description: Stratum with all the OpenStack clients
build-depends:
- morph: strata/openstack-common.morph
chunks:
-- name: jsonschema
- repo: upstream:jsonschema
- ref: 35b60f390098d3306c03eee27ceec8cf8a493579
- unpetrify-ref: v2.3.0
- build-depends: []
- name: python-json-pointer
repo: upstream:python-json-pointer
ref: 34073e561261cb413b9bdff5beac31b070d98ea2
@@ -25,7 +20,6 @@ chunks:
ref: 408ccb82347aabf3dc7cf6eccbd2ed2475cb0d60
unpetrify-ref: 1.1.0
build-depends:
- - jsonschema
- python-json-pointer
- name: python-prettytable
# NOTE: There are a problem with the lorry which should be
@@ -130,8 +124,14 @@ chunks:
- name: python-designateclient
repo: upstream:openstack/python-designateclient
ref: a900b41e4d8a9eb40e1812295ba16d773e2b9618
- ref: 1.1.0
+ unpetrify-ref: 1.1.0
build-depends:
- cliff
- - jsonschema
- python-keystoneclient
+- name: python-barbicanclient
+ repo: github:openstack/python-barbicanclient
+ ref: master
+ unpetrify-ref: master
+ build-depends:
+ - python-keystoneclient
+ - cliff