We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, I add a metadata (cpu_allocation_ratio) to hostAggregate and success !
Then, I want to delete this metadata , set this metadata value to null and send request :
Executing Request: POST http://novahost:8774/v2.1/os-aggregates/11/action, Headers -> {X-Auth-Token=gAAAAABgk1n......, User-Agent=OpenStack4j / OpenStack Client}, Params -> null, Body -> HostAggregateMetadata{metadata={cpu_allocation_ratio=null}}, Json -> null:50
It returned success ,but don't remove this metadata.
I watch the nova host , don't receive the request body : { "set_metadata" : { "metadata" : { } } }
The text was updated successfully, but these errors were encountered:
@olivergondza @drerik @frsyuki @gondor HELP!
Sorry, something went wrong.
No branches or pull requests
First, I add a metadata (cpu_allocation_ratio) to hostAggregate and success !
Then, I want to delete this metadata , set this metadata value to null and send request :
Executing Request: POST http://novahost:8774/v2.1/os-aggregates/11/action, Headers -> {X-Auth-Token=gAAAAABgk1n......, User-Agent=OpenStack4j / OpenStack Client}, Params -> null, Body -> HostAggregateMetadata{metadata={cpu_allocation_ratio=null}}, Json -> null:50
It returned success ,but don't remove this metadata.
I watch the nova host , don't receive the request body :
{
"set_metadata" : {
"metadata" : { }
}
}
The text was updated successfully, but these errors were encountered: