~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to ironic/tests/api/utils.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-30 11:14:57 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150330111457-kr4ju3guf22m4vbz
Tags: 2015.1~b3-0ubuntu1
* New upstream release.
  + d/control: 
    - Align with upstream dependencies.
    - Add dh-python to build-dependencies.
    - Add psmisc as a dependency. (LP: #1358820)
  + d/p/fix-requirements.patch: Rediffed.
  + d/ironic-conductor.init.in: Fixed typos in LSB headers,
    thanks to JJ Asghar. (LP: #1429962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                         'tenantId': '123i2910',
41
41
                         'tenantName': 'mytenant',
42
42
                         'roles': [{'name': 'admin'}]
43
 
                 },
 
43
                         },
44
44
            }
45
45
        },
46
46
        'tokens/%s' % MEMBER_TOKEN: {
52
52
                         'tenantId': 'project-good',
53
53
                         'tenantName': 'goodies',
54
54
                         'roles': [{'name': 'Member'}]
55
 
                }
 
55
                         }
56
56
            }
57
57
        }
58
58
    }