Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow cloud volume to provide list of supported VMs for attachment #601

Merged

Commits on Mar 6, 2017

  1. Allow cloud volume to provide list of supported VMs for attachment

    With the introduction of Amazon EBS block storage manager, the UI should
    no longer on cloud tenant of a cloud volume to provide the list of VMs
    that the volume can be attached to. EBS has no notion of tenants. It
    does, however, require that the volume resides in the same availability
    zone as the instance to which volume is being attached.
    
    This patch therefore asks the cloud volume to provide the list of
    instances that it can be attached to.
    gberginc committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    11e5c4c View commit details
    Browse the repository at this point in the history