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

UI does not send interface constraints when composing a machine #1107

Closed
amylily1011 opened this issue May 11, 2020 · 0 comments · Fixed by #1141
Closed

UI does not send interface constraints when composing a machine #1107

amylily1011 opened this issue May 11, 2020 · 0 comments · Fixed by #1141

Comments

@amylily1011
Copy link
Contributor

I tried to compose a machine with two interfaces using the UI. The request went through with no errors however the region never received any interface constraints. Below is what was sent over the websocket. As you can see "interfaces" is set to ""

Note this effects all Pod types and this bug may exist previous versions of MAAS.

{
"type": 0,
"request_id": 24,
"method": "pod.compose",
"params": {
"storage": "0:4(maas),1:4(maas)",
"requests": [
{
"poolId": "e9c55659-125f-4b50-abf7-7ed631b3602c",
"size": 8,
"available": 11
}
],
"interfaces": "",
"domain": 0,
"zone": 1,
"cores": "2",
"memory": "2048",
"id": 78
}
}

https://bugs.launchpad.net/maas/+bug/1876180

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

Successfully merging a pull request may close this issue.

3 participants