We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc32bd commit 33ffd38Copy full SHA for 33ffd38
openstack/compute/v2/servers/requests.go
@@ -486,6 +486,10 @@ type RebuildOpts struct {
486
// Personality [optional] includes files to inject into the server at launch.
487
// Rebuild will base64-encode file contents for you.
488
Personality Personality `json:"personality,omitempty"`
489
+
490
+ // Configuration information or scripts to use upon rebuild. Must be Base64 encoded. Restricted to 65535 bytes.
491
+ // If null is specified, the existing user_data is unset.
492
+ UserData *string `json:"user_data"`
493
}
494
495
// ToServerRebuildMap formats a RebuildOpts struct into a map for use in JSON
0 commit comments