doc
examples
functional
openstackclient
api
common
compute
identity
image
locale
network
object
tests
volume
__init__.py
i18n.py
shell.py
releasenotes
.coveragerc
.gitignore
.gitreview
.mailmap
.testr.conf
HACKING.rst
LICENSE
README.rst
babel.cfg
post_test_hook.sh
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini

Commit Id702ccaad239b916340bb17014d1ede0a28aaec9 changed the keypair create --public-key to use io.open but incorrectly reads the file in binary mode, which causes JSON serialization to fail. The unit tests mock out io.ioen (the reason for adding it in the first place actually) so any testing for this specific problem would have to be done in functional tests...yet to come. Closes-bug: 1559125 Change-Id: I7a299a542d9df543bff43d3ea1e7907fc8c5f640