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
I'm running Agama inside of Virtualbox 7.0.18 on openSUSE Leap 15.6. I tried using the Agama CLI from the latest Live ISO (agama-installer.x86_64-10.0.0-openSUSE-Build25.145.iso) to load a profile. If the profile has a network section, the profile fails to load:
agama:~ # agama profile validate n.json
The profile is valid
agama:~ # agama config load < n.json
Anyhow(Backend call failed with status 405 and text '')
## Problem
See #1701. The CLI uses a PUT instead of a POST when applying the
network configuration.
## Solution
Use the correct HTTP verb when applying the network configuration.
## Testing
- Tested manually
I'm running Agama inside of Virtualbox 7.0.18 on openSUSE Leap 15.6. I tried using the Agama CLI from the latest Live ISO (agama-installer.x86_64-10.0.0-openSUSE-Build25.145.iso) to load a profile. If the profile has a network section, the profile fails to load:
The n.json profile that I'm trying to load is:
If I remove the network section, Agama loads the profile.
The text was updated successfully, but these errors were encountered: