Allow shutting-down state to be returned

If the machine is in a shutting-down state, simply return this instead
of waiting until the machine has reached a steady state.
This commit is contained in:
Darragh Bailey
2015-07-28 15:41:13 +01:00
parent e7dec9acc3
commit efeb6c6b8a
2 changed files with 8 additions and 18 deletions

View File

@@ -141,6 +141,9 @@ en:
states:
paused: |-
The Libvirt domain is suspended. Run `vagrant resume` to resume it.
shutting_down: |-
The Libvirt domain is shutting down. Wait for it to complete and
then run `vagrant up` to start it or `vagrant destroy` to remove.
shutoff: |-
The Libvirt domain is not running. Run `vagrant up` to start it.
not_created: |-