Help explanation for --poll under nova commands is not clear
Bug #1312747 reported by
Dafna Ron
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Undecided
|
Verónica Musso |
Bug Description
root@puma32 ~(keystone_admin)]# nova help image-create
usage: nova image-create [--poll] <server> <name>
Create a new image by taking a snapshot of a running server.
Positional arguments:
<server> Name or ID of server.
<name> Name of snapshot.
Optional arguments:
--poll Blocks while server snapshots so progress can be reported.
[root@puma32 ~(keystone_admin)]#
I am not sure what "Blocks while server snapshots so progress can be reported."
blocks what? :) I can't understand if --poll should do anything more than report the progress.
tags: | added: low-hanging-fruit |
Changed in python-novaclient: | |
assignee: | nobody → Verónica Musso (veronica-a-musso) |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The same applies to others nova commands: boot, migrate, resize, rebuild and reboot.
I will change the title to show that too.