[openstack-dev] [ironic] [requirements] moving driver dependencies to global-requirements?

Tony Breeds tony at bakeyournoodle.com
Wed Nov 1 03:43:30 UTC 2017


On Mon, Oct 30, 2017 at 08:07:10PM -0400, Doug Hellmann wrote:
> Excerpts from Richard.Pioso's message of 2017-10-30 23:11:31 +0000:
> > 2. And would that be correctly handled?
> 
> Good question. We should test the requirements update script to see.

It does.  I did a quick fictional test:

This:
---
diff --git a/setup.cfg b/setup.cfg
index 6c3242535..01469c39f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,11 @@ packages =
     ironic
     ironic_tempest_plugin
 
+[extras]
+redfish1 =
+  sushy>=0.0.9 # Apache-2.0
+redfish2 =
+  sushy>=0.0.10 # Apache-2.0
 [entry_points]
 oslo.config.opts =
     ironic = ironic.conf.opts:list_opts
---
Becomes:
---
 [extras]
 redfish1 =
-  sushy>=0.0.9 # Apache-2.0
+  sushy>=0.1.0 # Apache-2.0
 redfish2 =
-  sushy>=0.0.10 # Apache-2.0
+  sushy>=0.1.0 # Apache-2.0
---

After running the bot

Yours Tony.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20171101/f7df6c39/attachment.sig>


More information about the OpenStack-dev mailing list