Remove VERSION_MAP and rely on facade list from controller (#118)
authorCory Johns <johnsca@gmail.com>
Thu, 27 Apr 2017 20:45:28 +0000 (16:45 -0400)
committerPete Vander Giessen <petevg@gmail.com>
Thu, 27 Apr 2017 20:45:28 +0000 (16:45 -0400)
commit6a363710a84d62a6ad1268045f319611f356f453
tree42b6ad0eaadefb317fac3a859c03b1918f98db60
parent054805953c7c8ed11ce341adf55bf6e19e589fbe
Remove VERSION_MAP and rely on facade list from controller (#118)

Based on feedback from core, the facades list is complete and accurate,
but does depend on the connection type.  So, we don't need to maintain
our own mapping of it.

Tested with Juju 2.1.2 and Juju 2.2-beta3
juju/client/connection.py
juju/client/facade.py
juju/client/version_map.py [deleted file]