Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nova server should have UUID ID #566

Open
manishtomar opened this issue Mar 15, 2016 · 0 comments
Open

Nova server should have UUID ID #566

manishtomar opened this issue Mar 15, 2016 · 0 comments

Comments

@manishtomar
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant