Commit Graph

7 Commits

Author SHA1 Message Date
Ryan Beisner e133119e9b
Retire project
Leave README around for those that follow.

http://lists.openstack.org/pipermail/openstack-discuss/2019-February/003186.html
http://lists.openstack.org/pipermail/openstack-discuss/2018-November/000057.html

Change-Id: I050457c5b596f935840618013003d558c5f7651d
2019-02-27 10:32:25 +01:00
Alex Kavanagh 7005536b4b Use charms.openstack charmhelpers test_mocks
Every reactive charm that uses charms.openstack and implements unit
testing needs to mock charmhelpers, as otherwise the tests blow up.
This patch uses the mocking of charmhelpers in charms.openstack so that
a charm layer can just import test_mocks and charmhelpers will be mocked
out along with setting up a default
charmhelpers.c.o.u.OPENSTACK_RELEASES so that when an OpenStackCharm()
derived charm class won't fail on definition.

Change-Id: I453d1f57d723a2519f6191f585fa378150fc61d8
Related-Bug: #1693017
Depends-On: I5ac40617ee30e5f421ec16fc7592177a5e6aa166
2017-05-25 12:56:03 +01:00
James Page cea8c5c3d1 Update active status message
Align active status message with other OpenStack related charms,
ensuring a consistent user experience and aligning with monitoring
code checks in amulet functional test helpers.

Change-Id: I97324c80e0c5a4ea406c9a53b1bb80a7e4234661
Closes-Bug: 1632095
2016-10-12 14:59:28 +01:00
Liam Young a8091a7886 Switch charm to new format
This charm was written when the reactive framework was in its infancy
and the layers for Openstack had not been written. This change
updates the charm to use the new layout and removes code which now
resides in a shared layer. The unit tests have also been updated and
extended.

Change-Id: Ib75710021aa48fb739c6fbca8ef52bf296d2a26a
2016-10-04 15:03:29 +01:00
James Page 08de6632d0 Re-license charm as Apache-2.0
All contributions to this charm where made under Canonical
copyright; switch to Apache-2.0 license as agreed so we
can move forward with official project status.

Change-Id: I1135f2cc3d4da7f9ab5cdd5535053ccc0a4f897a
2016-07-01 18:03:05 +01:00
James Page 7168338dc2 Ensure neutron is used for security group management 2015-11-10 13:17:20 +00:00
James Page 00cc5dd5b6 Initial baseline 2015-11-03 09:06:55 +00:00