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

« back to all changes in this revision

Viewing changes to heat/engine/resources/rackspace/rackspace_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:
83
83
 
84
84
        return self._cloud_blockstore
85
85
 
86
 
    def quantum(self):
87
 
        '''Rackspace quantum client.'''
 
86
    def neutron(self):
 
87
        '''Rackspace neutron client.'''
88
88
        if not self._cloud_nw:
89
89
            self.__authenticate()
90
90
            self._cloud_nw = self.pyrax.cloud_networks