
In Python3, urlencode is not ins urllib module as it used to be in Python2.7. To keep compatibility, use urllib.parse.urlencode instead of urllib.urlencode. Targets blueprint: murano-python-3-support Change-Id: I6c04049636bd1e853b87cd6913ac6adf002aa76f
Murano
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.
Project Resources
- Murano Official Documentation
- Project status, bugs, and blueprints are tracked on Launchpad
- Additional resources are linked from the project Wiki page
- Python client
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Description