Commit Graph

23 Commits

Author SHA1 Message Date
Takashi Kajinami 996ae5cb6b Remove workaround for Python 2
... because Python 2 is no longer supported. Also remove a few old
comments which are no longer valid.

Change-Id: I34401721537d671ae71110fb22de9b1d5b908f0c
2023-11-28 00:22:45 +09:00
Alex Schultz 474068e487 Drop six
python2 is no longer supported so let's drop six as well.

Change-Id: I2fef470423765a9c432d33e56edf93d08254b5c9
2021-09-24 10:15:42 -06:00
Alex Schultz 52fab1e297 Drop anyjson
anyjson is not actually used so lets remove it from the requirements.

Change-Id: Idbcff33d34637cda97a711ea880e7f1461e581c6
2021-09-24 10:14:25 -06:00
OpenStack Proposal Bot 4a8265b6d0 Updated from global requirements
Change-Id: Ie7b4c2679de58631e7141bcb8d4b0118a8a93ed3
2018-03-04 10:21:00 +00:00
OpenStack Proposal Bot b10389db20 Updated from global requirements
Change-Id: Ia05867f7c6bb17403cf573c8c78dcccaf2170cca
2017-11-16 11:19:49 +00:00
OpenStack Proposal Bot 8db1c024ee Updated from global requirements
Change-Id: Ib0f1fd7f39e496f0de8ce7e6a77292d672911510
2017-09-25 19:03:53 +00:00
OpenStack Proposal Bot 8a1ff8bde5 Updated from global requirements
Change-Id: I305c921b98342de5230a60a59e8b0bdaefafadc9
2017-08-18 04:49:23 +00:00
OpenStack Proposal Bot 89b0ba7bc4 Updated from global requirements
Change-Id: I73841299f3012dfb1c70c271c129345b8597466d
2017-04-12 04:19:30 +00:00
OpenStack Proposal Bot 744feb7e26 Updated from global requirements
Change-Id: Ie9adb2abbe5001f5b2041324c999aa080b9947a5
2017-03-06 01:16:46 +00:00
OpenStack Proposal Bot 05309c4dad Updated from global requirements
Change-Id: I1027259648719f9c7f864081f0785e16a3f32256
2016-11-16 22:00:36 +00:00
OpenStack Proposal Bot a023519047 Updated from global requirements
Change-Id: I394f30a90fa185a14a0cff8427906b38158f036b
2016-02-25 01:51:41 +00:00
Andreas Jaeger 61712212b9 Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2016-01-20 19:18:10 +01:00
OpenStack Proposal Bot 0f3f8b85c3 Updated from global requirements
Change-Id: I484f45a51647d39a1017b0d7c092aaa472d88478
2015-09-17 12:15:37 +00:00
OpenStack Proposal Bot 2e0a2f6d8e Updated from global requirements
Change-Id: I536332746c57aa261f830f5b6734b191623e84af
2015-05-07 23:36:18 +00:00
OpenStack Proposal Bot 6e0912542b Updated from global requirements
Change-Id: I639678dfb56fb07dc0a60f8f97b54e76f7fc7ba5
2015-03-03 11:01:43 +00:00
OpenStack Proposal Bot c88b7c8628 Updated from global requirements
Change-Id: I3fb3dce4ed2c8d6e8020888caa0adb22a316bae2
2014-09-19 08:50:39 +00:00
Alexis Lee 6158268631 Support control files
Allow templates to provide a control file (EG foo => foo.oac). The
control file must be a single YAML mapping. Directory control files are
not supported yet.

Provide a single valid key, allow_empty, by way of example. If
allow_empty is false, either the target file will not be created or if
there's already a file in place, it will be deleted.

Add requirement on 'six' library for Python 3.3 compatibility.

Advances blueprint oac-header
See spec I8fe7126d7261c1f106d7413bd31aa379e9ae5c3e

Change-Id: Ic6952688e4f8273885192bcd5eda8cb657f5a940
2014-09-10 15:25:55 +01:00
OpenStack Jenkins a8cb935ab0 Updated from global requirements
Change-Id: Ib096b86c8938c238f95fb8073ffe0b9b1816599a
2014-04-07 21:14:52 +00:00
OpenStack Jenkins fe0b27ae92 Updated from global requirements
Change-Id: I92740aa7f7e88e7a4db78f2fb4a184561cd92408
2014-02-23 09:30:12 +00:00
Monty Taylor 60b1928075 Align with openstack requirements
Change-Id: I8f9b2743d507c39034ae4b2208731f0515c6e106
2013-08-13 13:34:24 -03:00
Clint Byrum a8f8df92d8 Make main() return rather than call sys.exit
Fixes tests not all being run and also makes main() more directly
testable. Also adding tests for log messages when main() is called.
Finally adding argparse to requirements.txt to fix python 2.6

Change-Id: I7f152c9aa1e99d0fd3d763871c96cf60840e3ff7
2013-04-10 15:56:34 -07:00
Monty Taylor 74929e70cc Aligned tests with OpenStack standards.
Made them run as testtools.TestCase tests.
Removed nose references.
2013-03-28 03:40:38 +01:00
Monty Taylor 49c060a313 Migrate to pbr and testr. 2013-03-28 02:37:45 +01:00