Commit Graph

12 Commits

Author SHA1 Message Date
Alex Kavanagh 8f45645505 Sync libraries & common files prior to freeze
* charm-helpers sync for classic charms
* charms.ceph sync for ceph charms
* rebuild for reactive charms
* sync tox.ini files as needed
* sync requirements.txt files to sync to standard

Change-Id: I7c3e0a7e77e16b9bf318ca22c39f8220c5144ac7
2020-09-28 09:52:17 +01:00
Chris MacNaughton 1ea1398f45 Sync in security guide fixes and fix local
Neutron.conf, in Ocata, has a multi valued string config option
which ConfigParser treats as invalid INI. This change resovles
that and allows it to parse.

Closes-Bug: #1833368
Change-Id: I838ca6e7bf505d316e0dd703a0a50a8bc2e16e53
2019-06-19 08:35:48 +02:00
Chris MacNaughton d97244b09a Add security-checklist audit
Change-Id: I575fab32eb04efe28522b1005fb392e44c4247b4
2019-03-13 10:32:50 +01:00
Frode Nordahl ba5defdcf1
Remove orphan symlink
Support for dfs was dropped in commit 7eac81a36e

Remove orphan symlink in the actions/ directory.

Change-Id: I5a8e76bd430155dad32c99ea29fb9009adfdf87f
2018-05-28 08:44:33 +02:00
James Page 7eac81a36e Remove deploy from source support
Drop support for deployment from Git repositories, as deprecated
in the 17.02 charm release.  This feature is unmaintained and has
no known users.

Change-Id: I44f00afeee8623713055310b025f1e91af18b86a
2018-01-10 15:41:05 +00:00
James Page 5f22e621c2 Update charm to use Python 3
Updates across the charm and unit tests to switch to
execution under Python 3.

Note that the changes are not backwards compatible
with Python 2.

Refactor use of neutronclient python module to simply
wrap the neutron binary, using the yaml output format
to avoid the requirement for a Python 3 module on
older OpenStack release versions.

Change-Id: Ic26b0dd19a76552481939325963a6c21585dee3c
2017-11-07 13:53:40 +11:00
James Page 69faf85da3 Re-license charm as Apache-2.0
All contributors to this charm have agreed to the switch
from GPL v3 to Apache 2.0; switch to Apache-2.0 license
as agreed so we can move forward with official project status.

Change-Id: Ie7859853644fb819f1cd3062a2fea86766de0afb
2016-07-03 17:47:52 +01:00
Liam Young 9be47125b5 Add pause/resume actions and sync charm-helpers
Adds pause and resume unit to the charm such that the
charm stays paused during maintenance operations.

Partial-Bug: 1558642
Change-Id: Id5c44143f30305a3c412648cebb4c30caaa3e789
2016-03-20 14:25:47 +00:00
David Ames c4585495f0 Action managed upgrade 2015-09-25 09:09:26 -07:00
Corey Bryant 39189932bc Move config_changed into try block 2015-04-15 16:35:29 +00:00
Corey Bryant 371520a005 Run config-changed hook after git-reinstall action installs from source 2015-04-14 00:05:30 +00:00
Corey Bryant 60f3818f03 Overall refresh to current install from source approach 2015-03-21 10:20:49 +00:00