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

« back to all changes in this revision

Viewing changes to heat/engine/resource.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short
  • Date: 2013-08-08 01:08:42 UTC
  • Revision ID: package-import@ubuntu.com-20130808010842-77cni2v4vlib7rus
Tags: 2013.2~b2-0ubuntu4
[ Chuck Short ]
* debian/rules: Enable testsuite during builds.
* debian/patches/fix-sqlalchemy-0.8.patch: Build against sqlalchemy 0.8.
* debian/patches/rename-quantumclient.patch: quantumclient -> neutronclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
    def swift(self):
322
322
        return self.stack.clients.swift()
323
323
 
324
 
    def quantum(self):
325
 
        return self.stack.clients.quantum()
 
324
    def neutron(self):
 
325
        return self.stack.clients.neutron()
326
326
 
327
327
    def cinder(self):
328
328
        return self.stack.clients.cinder()