~yolanda.robla/nova/precise-security

« back to all changes in this revision

Viewing changes to nova/virt/fake.py

  • Committer: yolanda.robla at canonical
  • Date: 2013-04-24 12:24:03 UTC
  • mfrom: (1.1.58)
  • Revision ID: yolanda.robla@canonical.com-20130424122403-m2v1wv4fz672e480
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
                'port': 6969}
234
234
 
235
235
    def get_console_pool_info(self, console_type):
236
 
        return {'address': '127.0.0.1',
237
 
                'username': 'fakeuser',
238
 
                'password': 'fakepassword'}
 
236
        return  {'address': '127.0.0.1',
 
237
                 'username': 'fakeuser',
 
238
                 'password': 'fakepassword'}
239
239
 
240
240
    def refresh_security_group_rules(self, security_group_id):
241
241
        return True