Deal with py2-py3 payload switch during upgrade-charm

Switch to using the default upgrade-charm handler as provided
by charms.openstack and associated layers.

This ensures that the payload execution switch from py2->py3
at OpenStack Rocky is implemented during the charm upgrade
process.

Change-Id: I7b4b785321ff42b656160b8c6c604bc816ca913c
Closes-Bug: 1803451
This commit is contained in:
James Page 2018-11-15 11:15:37 +00:00
parent 1d11bcc103
commit 0ed21fa693
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ charms_openstack.charm.use_defaults(
'amqp.connected',
'shared-db.connected',
'identity-service.available', # enables SSL support
'upgrade-charm',
)