On 2015-02-04 12:03:14 +0100 (+0100), Alan Pevec wrote: [...] > > > oslo.config==1.6.0 # git sha 99e530e > > > django-openstack-auth==1.1.9 # git sha 2079383 [...] > Clients are capped in stable/icehouse requirements but devstack in > gate seems to be installing them from git master (note # git sha)
Check that assumption. For example 99e530e is the git SHA tagged as 1.6.0 in oslo.config. This is output from `pbr freeze` rather than `pip freeze` and therefore reports this information PBR included in the EGG-INFO when the sdist/wheel was originally built. -- Jeremy Stanley __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
