Hey there,
I am using the api to create and manage my virtual machines. Whenever I am going to update the given cloud-init settings, username and password are working well as expected.
Now I want to set IPv4 Settings. So I am going to set put it to .../qemu/<id>/config as a parameter "ipconfig0" with the value "ip=192.168.25.32/32,gw=192.168.0.1".
I expect that the given setup will change the ipv4 address of cloud-inits "net0" like it is whenever I am going to change it trough the webinterface but using the api, it won't change anything.
Hopefully you are able to help me.
I am using the api to create and manage my virtual machines. Whenever I am going to update the given cloud-init settings, username and password are working well as expected.
Now I want to set IPv4 Settings. So I am going to set put it to .../qemu/<id>/config as a parameter "ipconfig0" with the value "ip=192.168.25.32/32,gw=192.168.0.1".
I expect that the given setup will change the ipv4 address of cloud-inits "net0" like it is whenever I am going to change it trough the webinterface but using the api, it won't change anything.
Hopefully you are able to help me.