On 14/05/10 17:50 -0400, Chris Lalancette wrote: >This is to avoid problems with newly created instances. >GoGrid does not assign a real ID number to an instance >until it has gone through some backend initialization. >That means trying to look up an instance by ID that you >just created will fail, which is pretty non-intuitive >behavior. Fix this by using the name as the ID, which >probably should be unique enough for our purposes.
Yes, I know about this bug. I found relevant post inside GoGrid support forum. They want to fix this 'issue' in next API version. Btw. Server name needs to be <20 chars long + they have some 'weird' rules for names. (Time.now.to_i doesn't work for me as a name...)... Also we will need some 'default' name, in case when client will not sent it. For now I'm acking ACKing this patch (until ID issue will be not fixed) -- Michal -- -------------------------------------------------------- Michal Fojtik, [email protected], +420 532 294 4307 Ruby / Ruby On Rails Developer Deltacloud API: http://deltacloud.org -------------------------------------------------------- _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
