Go to file
Matt Riedemann 2f16685403 Change Service repr to use self.id always
Before this change, the Service object repr was
the binary for microversion < 2.53. With microversion
>= 2.53, the Service repr became the id, which is a UUID.

Using the binary never really made sense since if you have
multiple nova-compute services, the binary is going to be
the same for all of them in the repr and nothing is
distinguishable.

This changes the Service repr to just use the id, which is
going to be the integer id value if microversion < 2.53 and
the UUID id value if microversion >= 2.53.

There is no release note for this change since the repr should
not be treated as a contractual API.

Change-Id: I3a7de2683e339295022efb279828ab1a91b3b62e
2017-07-26 12:14:54 -04:00
2014-05-07 12:16:41 -07:00
2017-03-23 14:55:17 -04:00
2015-09-08 10:10:25 -07:00
2013-09-20 16:02:48 -07:00
2011-08-08 13:25:29 -07:00
2016-02-21 06:19:17 +08:00
2017-04-19 09:53:03 +01:00
2017-03-06 01:18:45 +00:00

Team and repository tags

image

Python bindings to the OpenStack Compute API

Latest Version

Downloads

This is a client for the OpenStack Compute API. It provides a Python API (the novaclient module) and a command-line script (nova). Each implements 100% of the OpenStack Compute API.

Description
OpenStack Compute (Nova) Client
Readme 35 MiB
Languages
Python 100%