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
description="Name of an existing keypair in OpenStack"
31
32
}
32
33
33
34
variable"image_id" {
34
35
type=string
35
-
description="ID of image for the partition"
36
+
description="ID of image for this compute node group"
36
37
}
37
38
38
39
variable"environment_root" {
39
40
type=string
40
-
description="Path to environment root, automatically set by activate script"
41
41
}
42
42
43
43
variable"vnic_type" {
44
44
type=string
45
-
description="VNIC type, see https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/networking_port_v2#vnic_type"
45
+
description="VNIC type for this compute group, see https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/networking_port_v2#vnic_type"
46
46
default="normal"
47
47
}
48
48
49
49
variable"vnic_profile" {
50
50
type=string
51
-
description="VNIC binding profile as json string, see https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/networking_port_v2#profile."
51
+
description="VNIC binding profile for this compute group as json string, see https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/networking_port_v2#profile."
0 commit comments