You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Nova returns custom string like test-server5260830393-id-5260830393 as server id. Instead it should return UUID as mentioned in nova docs. See response of create server.
This breaks autoscale tests talking to RCv3 plugin since it returns server id in one of the responses that requires parsing. The parsing is based on UUID regex.
The text was updated successfully, but these errors were encountered:
Currently Nova returns custom string like
test-server5260830393-id-5260830393
as server id. Instead it should return UUID as mentioned in nova docs. See response of create server.This breaks autoscale tests talking to RCv3 plugin since it returns server id in one of the responses that requires parsing. The parsing is based on UUID regex.
The text was updated successfully, but these errors were encountered: