diff --git a/drivers/openstack/openstack.go b/drivers/openstack/openstack.go index fc5e9e0..3aa9af8 100644 --- a/drivers/openstack/openstack.go +++ b/drivers/openstack/openstack.go @@ -218,10 +218,6 @@ func NewDerivedDriver(hostName, storePath string) *Driver { } } -func (d *Driver) GetSSHHostname() (string, error) { - return d.GetIP() -} - func (d *Driver) DriverName() string { return "openstack" }