~sandy-walsh/nova/api-parity

« back to all changes in this revision

Viewing changes to nova/tests/api/openstack/fakes.py

  • Committer: Sandy Walsh
  • Date: 2011-01-11 06:47:35 UTC
  • mfrom: (515.3.28 nova)
  • Revision ID: sandy.walsh@rackspace.com-20110111064735-ws352hz2hb2tj2fk
Changed shared_ip_group detail routing

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
def stub_out_networking(stubs):
108
108
    def get_my_ip():
109
109
        return '127.0.0.1'
110
 
    stubs.Set(nova.utils, 'get_my_ip', get_my_ip)
 
110
    stubs.Set(nova.flags, '_get_my_ip', get_my_ip)
111
111
 
112
112
 
113
113
def stub_out_compute_api_snapshot(stubs):