Remove useless duplication on GetSSHHostname

Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
Olivier Gambier 2015-10-20 18:43:57 -07:00
parent 105158350c
commit 1214b16242
1 changed files with 0 additions and 4 deletions

View File

@ -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"
}