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
File "/var/app/maasclient.py", line 549, in update_network
range_vlan.save()
File "/usr/local/lib/pyenv/versions/3.9.1/lib/python3.9/site-packages/maas/client/utils/maas_async.py", line 43, in wrapper
result = eventloop.run_until_complete(result)
File "/usr/local/lib/pyenv/versions/3.9.1/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/usr/local/lib/pyenv/versions/3.9.1/lib/python3.9/site-packages/maas/client/viscera/vlans.py", line 118, in save
data = await self._handler.update(**update_data)
File "/usr/local/lib/pyenv/versions/3.9.1/lib/python3.9/site-packages/maas/client/bones/__init__.py", line 307, in __call__
response = await self.bind(**params).call(**data)
File "/usr/local/lib/pyenv/versions/3.9.1/lib/python3.9/site-packages/maas/client/bones/__init__.py", line 478, in dispatch
raise CallError(request, response, content, self)
maas.client.bones.CallError: PUT http://localhost:5240/MAAS/api/2.0/fabrics/1/vlans/1105/ -> HTTP 400 Bad Request ({"primary_rack": ["Select a valid choice. yfkq88 …)
yfkq88 is valid rack controller ID BTW, it's the only rack controller in whole setup.
Any ideas?
The text was updated successfully, but these errors were encountered:
Execution of this code returns this:
yfkq88 is valid rack controller ID BTW, it's the only rack controller in whole setup.
Any ideas?
The text was updated successfully, but these errors were encountered: