c57e98d2cf
This patch is fixing the hook-docker-cmd.py module to support running when Python3 is the default interpreter. Before this patch, the code was relying on the "unicode" built-in type which is not present in Python3. The six.text_type is being used instead. Change-Id: If44b1ea7497544abbbf16fa75c61e62bcd982328 Closes-Bug: #1643578 |
||
---|---|---|
.. | ||
50-heat-config-docker-cmd | ||
configure_container.sh | ||
Dockerfile | ||
hook-docker-cmd.py | ||
run-os-net-config |