Go to file
Dougal Matthews 9f3cbf7706 Replace 'raise StopIteration' with 'return'
With PEP 479, the behaviour of StopIteration is changing. Raising it to
stop a generator is considered incorrect and from Python 3.7 this will
cause a RuntimeError. The PEP recommends using the return statement.

More details: https://www.python.org/dev/peps/pep-0479/#examples-of-breakage

Change-Id: I7b35bc0525b599950a7fa0e58caeffcedb6bd18b
2018-06-29 11:23:07 +01:00
2018-05-23 16:37:26 +00:00
2018-03-27 22:21:14 +00:00
2018-04-22 23:03:29 +00:00
2015-03-17 09:33:52 -04:00
2015-03-17 09:33:52 -04:00
2015-03-17 09:33:52 -04:00
2015-03-17 09:33:52 -04:00
2018-04-27 09:26:08 -06:00
2018-05-31 15:28:53 -04:00
2017-03-07 02:06:19 +00:00
2018-05-23 16:37:26 +00:00

Team and repository tags

image

tripleoclient

tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.

See the TripleO Documentation for details on using tripleoclient.

Description
RETIRED, python utility to manage a tripleo based cloud
Readme 71 MiB