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-02-11 18:30:24 +0000
commit88ec163a48a8a2f647b2a36c37cf9697f3500c89 (patch)
treeee56c7c96511ff883638c7d3e1e9c238757df7b5 /strata/openstack-clients-full.morph
parent236316e91a725a085ddca838e599620a76e8564d (diff)
downloaddefinitions-88ec163a48a8a2f647b2a36c37cf9697f3500c89.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