Comment 8 for bug 1281416

Revision history for this message
Alan Pevec (apevec) wrote :

BTW this error from the original report:

2014-02-18 03:46:03.140 | + nova aggregate-add-host 2 devstack-precise-1391998468
2014-02-18 03:46:03.737 | ERROR: There was a conflict when trying to complete your request. (HTTP 409) (Request-ID: req-df691d40-93f0-4b15-8303-db7ceb4884c1)

is expected:
if nova aggregate-add-host $AGGREGATE2_ID $FIRST_HOST; then
    die $LINENO "could add duplicate host to single aggregate"
fi