~freyes/charms/trusty/hacluster/debug-config

« back to all changes in this revision

Viewing changes to hooks/maas.py

  • Committer: James Page
  • Date: 2014-04-11 10:25:09 UTC
  • mfrom: (18.2.5 hacluster)
  • Revision ID: james.page@canonical.com-20140411102509-ulrtgrpgnjt8x9g4
Rebase on precise charm for pingd and lint tidy

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
 
12
12
class MAASHelper(object):
 
13
 
13
14
    def __init__(self, url, creds):
14
15
        self.url = url
15
16
        self.creds = creds