~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/manager.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
        """Pass data back to the scheduler at a periodic interval."""
215
215
        if self.last_capabilities:
216
216
            LOG.debug(_('Notifying Schedulers of capabilities ...'))
217
 
            self.scheduler_rpcapi.update_service_capabilities(context,
218
 
                    self.service_name, self.host, self.last_capabilities)
 
217
            self.scheduler_rpcapi.update_service_capabilities(
 
218
                context,
 
219
                self.service_name,
 
220
                self.host,
 
221
                self.last_capabilities)