Advertisement
Guest User

Untitled

a guest
Nov 7th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. diff --git a/nova/compute/api.py b/nova/compute/api.py
  2. index e607006..8c5fdad 100644
  3. --- a/nova/compute/api.py
  4. +++ b/nova/compute/api.py
  5. @@ -1181,7 +1181,6 @@ class API(base.Base):
  6. build_requests=build_requests,
  7. request_spec=request_specs,
  8. image=boot_meta,
  9. - filter_properties=filter_properties,
  10. admin_password=admin_password,
  11. injected_files=injected_files,
  12. requested_networks=requested_networks,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement