This commit is contained in:
Ian Delahorne 2014-06-29 23:50:01 -05:00
parent 946843982f
commit 3af14d3dc7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ type StateChangeConf struct {
}
// ServerStateRefreshFunc returns a StateRefreshFunc that is used to watch
// an openstacn server.
// an openstack server.
func ServerStateRefreshFunc(csp gophercloud.CloudServersProvider, s *gophercloud.Server) StateRefreshFunc {
return func() (interface{}, string, int, error) {
servers, err := csp.ListServers()