mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Convert the encode/decode functions from oslo-incubator to use oslo.utils encodeutils, as the incubator functions are now deprecated. Also syncs oslo-incubator to 62394a3 to purge usage of strutils from the openstack/common modules. Note includes oslo fix https://review.openstack.org/#/c/133290/ which we need or the python3 tests won't pass. Change-Id: I630fe3f3ce14ae745a8417bfe6552acd31341c9c Partial-Bug: #1380629
8 lines
169 B
Text
8 lines
169 B
Text
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=apiclient
|
|
module=cliutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=heatclient
|