Guest User

Untitled

a guest
Jan 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def instance_set_state(context, instance_id, state, description=None):
  2. """Set the state of an instance."""
  3. return IMPL.instance_set_state(context, instance_id, state, description)
Add Comment
Please, Sign In to add comment