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

Rename Amazon block storage manager #107

Merged
merged 3 commits into from
Jan 18, 2017

Commits on Jan 17, 2017

  1. Rename Amazon BlockStorageManager to StorageManager::Ebs

    Initial implementation of the block storage manager presumed that Amazon
    provider would only have a single block storage manager and consequently
    used the generic class name `Amazon::BlockStorageManager`. @rolivery
    suggested to change the name to indicate the actual type of the manager,
    which in this case is EBS.
    
    This patch thus replaces all occurrences where `BlockStorageManager` was
    used before with `StorageManager::Ebs`.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    99efe4b View commit details
    Browse the repository at this point in the history
  2. Replace ec2_block_storage with specific ec2_ebs_storage

    Since we are now explicitly adding EBS provider, this patch changes the
    name of the corresponding dependent block storage manager.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    b8f8ba1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Rename EBS storage config key

    Following the renaming of the EBS storage manager, this patch also
    changes the EBS storage key in the `config/settings.yml` file.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    7cf0783 View commit details
    Browse the repository at this point in the history