cloudmesh / cloudmesh1

http://cloudmesh.org
Apache License 2.0
14 stars 12 forks source link

--refresh as a default option #161

Closed lee212 closed 9 years ago

lee212 commented 9 years ago

We have heard many complains about not seeing vms after launching them. This is normally caused by not updating mongodb with --refresh option, so we are planning to change this option as a mandatory. Cloudmesh user does not require to add this option to update mongodb anymore.

Changes for vm listing:

Previous: vm list --refresh

Future: vm list

These commands are identical.

laszewsk commented 9 years ago

We want to be able to define default behavior.

eg

set default list --refresh True

and

set default list --refresh False

On Nov 11, 2014, at 1:42 PM, Hyungro Lee notifications@github.com wrote:

We have heard many complains about not seeing vms after launching them. This is normally caused by not updating mongodb with --refresh option, so we are planning to change this option as a mandatory. Cloudmesh user does not require to add this option to update mongodb anymore.

Changes for vm listing:

Previous: vm list --refresh

Future: vm list

These commands are identical.

— Reply to this email directly or view it on GitHub https://github.com/cloudmesh/cloudmesh/issues/161.

markxiao commented 9 years ago

add value "shell_command_list_refresh_default_setting" in db_defaults, now list after refresh as default. use command default list_refresh [--on|--off] to set default setting

laszewsk commented 9 years ago

could we do without the _ ?

On Nov 11, 2014, at 7:52 PM, Mark Yukai Xiao notifications@github.com wrote:

add value "shell_command_list_refresh_default_setting" in db_defaults, now list after refresh as default. use command default list_refresh [--on|--off] to set default setting

— Reply to this email directly or view it on GitHub https://github.com/cloudmesh/cloudmesh/issues/161#issuecomment-62652105.

markxiao commented 9 years ago

replaced _ with space. Please close the issue if there is no other problems.