bdcce8b8ad
Minor formatting improvements found during the document check are also done. Change-Id: I55d582100c40961a5b0f5ec4b2ea9a55f2d8d8a1
298 B
298 B
Installation
At the command line:
$ pip install oslo.versionedobjects
To use oslo_versionedobjects.fixture
, some additional
dependencies are needed. They can be installed using the
fixtures
extra:
$ pip install 'oslo.versionedobjects[fixtures]'