Versions in this module Expand all Collapse all v0 v0.5.0 Apr 3, 2015 Changes in this version + func GetCreateFlags() []cli.Flag + func NewDriver(machineName string, storePath string, caCert string, privateKey string) (drivers.Driver, error) + type Client struct + func (c *Client) Authenticate(d *openstack.Driver) error + func (c *Client) GetInstanceIpAddresses(d *openstack.Driver) ([]openstack.IpAddress, error) + func (c *Client) StartInstance(d *openstack.Driver) error + func (c *Client) StopInstance(d *openstack.Driver) error + type Driver struct + APIKey string + func (d *Driver) DriverName() string + func (d *Driver) GetDockerConfigDir() string + func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error v0.2.0-do-fix-ssh-patch Apr 3, 2015