~ubuntu-branches/ubuntu/trusty/heat/trusty-security

« back to all changes in this revision

Viewing changes to heat/common/context.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-10-12 16:53:03 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20131012165303-0sc41ujl3luuu56q
Tags: 2013.2~rc2-0ubuntu1
New upstream release candidate (LP: #1239156).

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
    def to_dict(self):
81
81
        return {'auth_token': self.auth_token,
82
 
                'username': self.user,
 
82
                'username': self.username,
83
83
                'password': self.password,
84
84
                'aws_creds': self.aws_creds,
85
85
                'tenant': self.tenant,