Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings.get_firewall_db_connection() is not found in Settings object #6

Closed
jathanism opened this issue Apr 6, 2012 · 0 comments
Closed
Assignees
Labels

Comments

@jathanism
Copy link
Member

Traceback (most recent call last):
  File "/opt/bcs/bin/acl", line 84, in <module>
    queue = Queue()
  File "/opt/bcs/packages/python-modules-2.0/lib/python/site-packages/trigger/acl/queue.py", line 42, in __init__
    self.dbconn = settings.get_firewall_db_conn()
AttributeError: 'Settings' object has no attribute 'get_firewall_db_conn'

Because of the recent changes to how settings are imported, anything not in ALL_CAPS is not attached to the settings object. Need to fix this so that the database helper can be called.

@ghost ghost assigned jathanism Apr 6, 2012
jathanism pushed a commit that referenced this issue Apr 1, 2014
Squashed commits to bring internal mirror in sync w/ public repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant