summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-pysnmp: Drop recipeAdrian Dudau2017-08-101-22/+0
| | | | | | A newer version (v4.3.5) is maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-kafka: Uprev to v9.5Adrian Dudau2017-08-101-2/+2
| | | | | | This is a requirement for python-ceilometer for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-ceilometer: Remove unneeded installed filesAdrian Dudau2017-08-101-1/+3
| | | | | | These files are causing a [installed-vs-shipped] QA Issue. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-ceilometer: Uprev to v7.1.0 and update dependency listAdrian Dudau2017-08-102-63/+62
| | | | | | This is used for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-setproctitle: Add recipeAdrian Dudau2017-08-101-0/+22
| | | | | | This is a requirement for python-cotyledon. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-cotyledon: Add recipeAdrian Dudau2017-08-091-0/+29
| | | | | | | This is needed for the uprev of python-ceilometer to the latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-ceilometerclient: Uprev to v2.6.2 and update dependency listAdrian Dudau2017-08-091-11/+12
| | | | | | This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-websockify: uprev to 0.8.0Adrian Dudau2017-08-081-3/+3
| | | | | | This is required to upgrade python-nova to latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-routes: Update dependency listAdrian Dudau2017-08-081-1/+4
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-paramiko: Update dependency listAdrian Dudau2017-08-081-1/+5
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-os-brick: Uprev to v1.6.2 and update dependency listAdrian Dudau2017-08-081-3/+17
| | | | | | This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-lxml: Drop recipeAdrian Dudau2017-08-081-29/+0
| | | | | | Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-os-vif: Add recipeAdrian Dudau2017-08-081-0/+32
| | | | | | This is required by python-nova Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-microversion-parse: Add recipeAdrian Dudau2017-08-081-0/+23
| | | | | | | | This is a requirement for python-nova. There is no version specified for stable/newton, so I used the minimal version requirement for python-nova. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.privsep: Add recipeAdrian Dudau2017-08-081-0/+36
| | | | | | This is required by python-nova. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-castellan: Uprev to v0.4.0Adrian Dudau2017-08-081-2/+2
| | | | | | | | | Thre is no version specified for the newton release, Castellan is listed as independed under the Barbican project. However it is listed as a requirement for Nova, so I upgraded to the minimum required version specified there, i.e. 0.4.0. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-os-win: Add recipeAdrian Dudau2017-08-081-0/+32
| | | | | | This is required by python-nova. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add ${SRCPV} to multiple git recipesAdrian Dudau2017-08-085-6/+5
| | | | | | Use the right way of versioning git based recipes. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-nova: Update dependency list and sort alphabeticallyAdrian Dudau2017-08-081-65/+82
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-sqlalchemy-migrate: Update dependency listAdrian Dudau2017-08-081-2/+5
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-pyasn1: Drop recipeAdrian Dudau2017-08-081-17/+0
| | | | | | Newer recipe (v0.2.3) maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-nova: Uprev to 14.0.7Adrian Dudau2017-08-081-2/+2
| | | | | | This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-osprofiler: Downgrade to v1.4.0Adrian Dudau2017-08-081-2/+2
| | | | | | This is the latest recommended by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-designateclient: Uprev to v2.3.0 and update dependency listAdrian Dudau2017-08-081-5/+7
| | | | | | This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.versionedobjects: Use correct {PV}Adrian Dudau2017-08-081-1/+1
| | | | | | | The git hash corresponds to v1.17.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-neutron: Fix sed error due to missing metadata_agent.iniAdrian Dudau2017-08-081-2/+2
| | | | | | | metadata_agent.ini is installed only if sysV is present, so use a dummy variable to avoid sed-ing it if not installed. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-keystone: Fix sed failure due to missing init.dAdrian Dudau2017-08-081-8/+8
| | | | | | | | init.d folder is created only if sysV is enabled in the image, but its contents are accessed regardless. Move the seds under the same if clause. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.rootwrap: Uprev to v5.1.2Adrian Dudau2017-08-071-2/+2
| | | | | | This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.reports: Use correct {PV}Adrian Dudau2017-08-071-1/+1
| | | | | | | The git hash corresponds to v1.14.0, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-tinyrpc: Add recipeAdrian Dudau2017-08-071-0/+16
| | | | | | This is a requirement for python-ryu v4.16. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-ryu: Uprev to v4.16 and update dependency listAdrian Dudau2017-08-071-2/+3
| | | | | | | This is according to requriements from neutron v9.4.0 for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-neutron: Update dependency list and sort alphabeticallyAdrian Dudau2017-08-071-14/+21
| | | | | | According to v9.4.0 recommended for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* conf/layer.conf: Drop version override for python-greenletAdrian Dudau2017-08-071-1/+0
| | | | | | | This was originally added due to versions <4.0.0 were segfaulting. This is no longer the case, so no need to enforce an older version. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-neutron: Uprev to v9.4.0Adrian Dudau2017-08-071-2/+2
| | | | | | This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-neutron-lib: Add recipeAdrian Dudau2017-08-071-0/+33
| | | | | | | This module is required for the uprev of python-neutron to v9.4.0, corresponding to latest Openstack stable/newton release. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-webtest: Update dependency listAdrian Dudau2017-08-071-1/+6
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-mako: Drop recipeAdrian Dudau2017-08-071-17/+0
| | | | | | Newer recipe maintained in oe-core. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-cliff: Downgrade to v2.2.0Adrian Dudau2017-08-071-3/+3
| | | | | | This is the newest version recommended by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-debtcollector: Downgrade to v1.8.0 and update dependency listAdrian Dudau2017-08-071-3/+5
| | | | | | Latest version used by stable/newton is v.1.8.0, bring it in line. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* conf/layer.conf: Drop version override for python-futuresAdrian Dudau2017-08-071-1/+0
| | | | | | | This was enforced for liberty. For stable/newton v3.0.5 from meta-oe is suitable, so no need to keep back the version. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-cinderclient: Fix typo in dependencyAdrian Dudau2017-08-071-1/+1
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-functools32: Drop recipeAdrian Dudau2017-08-071-30/+0
| | | | | | Same recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-neutronclient: Update dependency list and sort alphabeticallyAdrian Dudau2017-08-071-3/+7
| | | | | | According to v6.0.0 recommended for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-novaclient: Update dependency list and sort alphabeticallyAdrian Dudau2017-08-071-2/+9
| | | | | | According to v6.0.1 recommended for latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.db: Uprev to v4.13.6Adrian Dudau2017-07-311-2/+2
| | | | | | This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.policy: use correct SRCRVAdrian Dudau2017-07-311-1/+1
| | | | | | Use the SRCRV listed for latest stable/newton release. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-jinja2: Drop recipeAdrian Dudau2017-07-311-31/+0
| | | | | | Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.middleware: Uprev to v3.19.1Adrian Dudau2017-07-311-2/+2
| | | | | | This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-greenlet: Drop recipeAdrian Dudau2017-07-311-14/+0
| | | | | | Newer recipe in meta-cloud-services and an even newer one in meta-python Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Merge remote-tracking branch 'origin/pyro' into master-enea-newtonAdrian Dudau2017-07-3112-0/+57
|\