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

[LIBCLOUD-649] Add new methods for LinodeNodeDriver #430

Commits on Nov 9, 2014

  1. Experimental create and list volumes for linode

    It's to be rewritten to comply with libcloud design
    wirkijowski committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    07c582d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Configuration menu
    Copy the full SHA
    e05907c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Add new methods for the Linode driver

    * ex_create_volume() for adding volumes for the Linode
    * ex_list_volumes() for listing volumes for the Linode
    * LINODE_DISK_FILESYSTEMS
    * updated _linode_disk_list.json
    
    Includes tests for new methods
    wirkijowski committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    96409b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Add destroy_volume() method for Linode driver

    * destroy_volume() method for Linode
    * basic test for destroy_volume()
    wirkijowski committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    d805e3a View commit details
    Browse the repository at this point in the history
  2. Fix coding conventions

    wirkijowski committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    257ff82 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Minor refactoring of destroy_volume() method for Linode

    * refactoring of destroy_volume()
    * minor fixes for coding style
    wirkijowski committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    7429360 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. Configuration menu
    Copy the full SHA
    bea25b7 View commit details
    Browse the repository at this point in the history