charm-nova-cloud-controller/templates/parts
Alex Kavanagh 9c12812735 Switch the charm to support py3
Some major changes:
* the charm has been rebased (from a Python perspective) to be rooted in
  the charm directory.  This is a single root.
* Imports have been changed so that the don't add lots of imports to the
  namespace of the module doing the import.
* The code that used to run at module import time has been made lazy
  such that it only has to run if the relevant functions are called.
  This includes restart_on_change parameters, the harden function and
  the parameters to the guard_map.  Appropriate changes will be
  submitted to charm-helpers.
* Several tests had to be re-written as (incorrect) mocking meant that
  text fixtures didn't actually match what the code was doing.  Thus,
  the tests were meaningless.
* This has had a net positive impact on the unit tests wrt to importing
  modules and mocking.

Change-Id: Id07d9d1caaa9b29453a63c2e49ba831071e9457f
2018-10-18 15:43:03 +01:00
..
cell Add cell template 2014-04-26 04:58:46 +00:00
database Created new database section for >= Icehouse since parts/database 2015-01-07 12:05:04 +00:00
database-api Switch the charm to support py3 2018-10-18 15:43:03 +01:00
database-v2 Switch the charm to support py3 2018-10-18 15:43:03 +01:00
novnc [xianghu,r=hopem] 2015-07-24 13:29:29 +01:00
rabbitmq [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
section-cinder Sync charm-helpers and use VolumeAPIContext 2018-02-08 19:01:44 -07:00
section-database Switch the charm to support py3 2018-10-18 15:43:03 +01:00
section-neutron Add nova-metadata service 2018-10-03 07:24:05 +00:00
section-placement Enable nova-placement-api 2017-02-09 21:30:13 +00:00
section-serial-console Add support for serial console proxy access 2016-09-15 12:37:33 +01:00
spice [xianghu,r=hopem] 2015-07-24 13:29:29 +01:00