From 97e8b3e844d28d2516d0462344c622a636aa2901 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 1 Feb 2017 11:10:11 +1100 Subject: [PATCH] update global-requirement for os-dpm to new release 1.0.0 A new version of os-dpm has been released to pypi [1]. It renamed config options and added additional help texts to it. os-dpm is a library that is only consumed by the projects nova-dpm [2] and networking-dpm [3], so an update in the feature freeze timeframe should be safe. [1] https://pypi.python.org/pypi/os-dpm/1.0.0 [2] https://github.com/openstack/nova-dpm [3] https://github.com/openstack/networking-dpm Change-Id: If350c66b331069d758ddab8ffc2515fa7f121f14 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index c32d823f29..bdfda8797b 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -142,7 +142,7 @@ os-brick>=1.8.0 # Apache-2.0 os-client-config>=1.22.0 # Apache-2.0 os-cloud-config # Apache-2.0 os-collect-config # Apache-2.0 -os-dpm # Apache-2.0 +os-dpm>=1.0.0 # Apache-2.0 os-refresh-config # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 os-vif>=1.4.0 # Apache-2.0