Issue #8402 has been updated by Jeff McCune. Status changed from Merged - Pending Release to Closed
---------------------------------------- Bug #8402: List action should display status https://projects.puppetlabs.com/issues/8402 Author: Jeff McCune Status: Closed Priority: Normal Assignee: Jeff McCune Category: cloudpack Target version: 0.6.0 Keywords: list action status Branch: ticket/master/8402_list_should_display_status Based on the feedback from the demo, the list action for cloudnode should display the instance status. For example, the following output is "bad" because it displays null values for terminated instances: <pre> ➜ cloudpack git:(ticket/master/bigmerge_improve_actions_for_end_user) puppet cloudnode list --render-as yaml --- - - </pre> I think at a minimum we should display the instance ID, public dns name if available, and status of the instance. e.g. "terminated" "running" "shutting down" etc... -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
