Skip to content

Commit

Permalink
remove unused governance controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kteague committed Jul 26, 2019
1 parent cfc618d commit 4f0055a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 46 deletions.
2 changes: 0 additions & 2 deletions src/aim/controllers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from aim.controllers.ctl_route53 import Route53Controller
from aim.controllers.ctl_acm import ACMController
from aim.controllers.ctl_iam import IAMController
from aim.controllers.ctl_governance import GovernanceController
from aim.controllers.ctl_account import AccountController
from aim.controllers.ctl_project import ProjectController
from aim.controllers.ctl_ec2 import EC2Controller
Expand All @@ -18,7 +17,6 @@
'Route53': Route53Controller,
'ACM': ACMController,
'IAM': IAMController,
'Governance': GovernanceController,
'Account': AccountController,
'Project': ProjectController,
'EC2': EC2Controller,
Expand Down
43 changes: 0 additions & 43 deletions src/aim/controllers/ctl_governance.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/aim/stack_group/grp_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self,

def init(self):
# Monitoring
self.aim_ctx.log("StackGroup: Governance: Monitoring: init")
self.aim_ctx.log("StackGroup: Monitoring: init")
# Lambda Monitoring Service
# Monitoring Repository
for [res_id, res_config] in self.config.resources.items():
Expand Down

0 comments on commit 4f0055a

Please sign in to comment.