Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Add ResetState for compute instances #555

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kars7e
Copy link

@kars7e kars7e commented Apr 13, 2016

I'd like to add a ResetState method which allows resetting instance's state to either 'active' or 'error'. Python nova client exposes this feature via nova reset-state [--active].

It's often used to reset the state of instance which is in unknown state, or is stuck in certain state which for example does not allow to delete the instance.


This change is Reviewable

ResetState function allows to reset the state of instance to either
"error" (default value) "active".
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 80.113% when pulling 211ec39 on kars7e:add-resetstate-method into 231898e on rackspace:master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants