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.
signature.asc
Description: PGP signature
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
