Misc tidy post major changes
Restore setting of flag 'configured' once vault has had an initial
configuration set.
Drop @when_not('configured') as we always want to rewrite the
vault configuration file - but we only restart it when its changed
now!
Drop handlers for etcd states - really not needed as configuration
is not longer guarded with @when_not('configured').
Add missing patch for service enable call in configure function.
Change-Id: Ia335c3a711cf371c42483ae86980b256a07ad21d
This commit is contained in:
@@ -58,6 +58,7 @@ class TestHandlers(unit_tests.test_utils.CharmTestCase):
|
||||
'open_port',
|
||||
'service_restart',
|
||||
'service_running',
|
||||
'service',
|
||||
'set_state',
|
||||
'status_set',
|
||||
'remove_state',
|
||||
|
||||
Reference in New Issue
Block a user