Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Error
  2. exception resources() takes exactly 2 arguments (3 given)
  3.  
  4.  
  5. Code snippet
  6. stack = self.conn.orchestration.find_stack(self.configs.plan)
  7. resource = self.conn.orchestration.resources(stack, resource_name)
  8.  
  9. Following page https://developer.openstack.org/sdks/python/openstacksdk/users/proxies/orchestration.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement