Description of problem: Provide a workaround option and/or nova-manage command to force the refresh of connection_info during a hard reboot. This is useful in the context of live migration rollback failures, environmental changes and other future issues where the fact that Nova caches connection_info for a given volume from Cinder can cause issues. A workaround option and/or nova-manage command would allow operators to resolve these issues without requiring code changes or a cold migration to another host. This should only be possible when the instance is SHUTOFF or when hard rebooting the instance. Version-Release number of selected component (if applicable): All. How reproducible: Always. Steps to Reproduce: 1. Cause stale connection_info to be populated for a given block_device_mapping in the Nova database. Actual results: There is no way to force a refresh of this stale connection_info without code changes or a cold migration to another host. Expected results: An operator should be able to force a refresh of the connection_info while the associated instance is SHUTOFF. Additional info: