charm-swift-proxy/actions
Corey Bryant 5f3735f884 py3: Switch packages to Python 3 for train and later
Switch package install to Python 3 for OpenStack Train and later.

When upgrading, remove any python-* packages that were explicitly
installated and then autoremove --purge any dependencies that are
no longer required.

This patch also includes the following related changes:
  * Use the common files package, swift, rather than python-swift
    as the package name when determining releases.
  * Drop the python2 shebang from manager.py in favor of specifying
    the interpreter on the subprocess call. The python interpreter
    version must match the python version of the OpenStack payload
    due to the swift library imports.
  * Enable the cPickle import in manager.py for Python 3
    (C-optimized module name is _pickle), and fix 'result'
    variable that is a set type but should be a dict type.

Change-Id: Ia3fdbf2020137bcf39039478ee3606717d3d6e20
Closes-Bug: #1841184
2019-10-10 06:51:20 +00:00
..
__init__.py Re-license charm as Apache-2.0 2016-07-01 18:12:11 +01:00
actions.py Dispersion report 2019-07-01 09:24:10 +00:00
add-user Implement swauth 2016-09-23 09:12:43 -04:00
add_user.py Convert charm to Python 3 only 2017-12-06 14:20:25 +00:00
diskusage Add an action to report utilization 2017-11-03 15:15:36 -07:00
dispersion-populate Dispersion report 2019-07-01 09:24:10 +00:00
dispersion-report Dispersion report 2019-07-01 09:24:10 +00:00
openstack-upgrade Action managed upgrade 2015-09-23 09:28:19 -07:00
openstack_upgrade.py py3: Switch packages to Python 3 for train and later 2019-10-10 06:51:20 +00:00
pause Add pause and resume actions with unit tests 2015-09-07 16:55:10 +01:00
remove-devices Add 'remove-devices' action. 2019-04-12 13:04:58 +02:00
resume Add pause and resume actions with unit tests 2015-09-07 16:55:10 +01:00
set-weight Add 'set-weight' action. 2019-06-18 10:43:44 +00:00