~reddwarf-drivers/trove/master

« back to all changes in this revision

Viewing changes to reddwarf/tests/fakes/nova.py

  • Committer: Gerrit Code Review
  • Author(s): Jenkins
  • Date: 2013-05-20 17:38:33 UTC
  • mfrom: (345.1.1)
  • Revision ID: git-v1:a44c369b744d5e85b4ccd1b82ac623a8622d9923
Merge "Adding the start of notifications"

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
            volume.set_attachment(id)
119
119
        self.host = FAKE_HOSTS[0]
120
120
        self.old_host = None
 
121
        setattr(self, 'OS-EXT-AZ:availability_zone', 'nova')
121
122
 
122
123
        self._info = {'os:volumes': info_vols}
123
124