Create connection users

This commit is contained in:
Alexander Kukushkin
2015-05-18 10:36:09 +02:00
parent e997911b8d
commit f6d168f65e
+1
View File
@@ -54,6 +54,7 @@ class Governor:
self.etcd.take_leader(self.postgresql.name)
self.postgresql.start()
self.postgresql.create_replication_user()
self.postgresql.create_connection_users()
else:
while True:
leader = self.etcd.current_leader()