the OS::stack_id of k8sbay is ip rather than id
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
Fix Committed
|
Undecided
|
PanFengyun |
Bug Description
1.when I use "openstack stack output list <stack_id>", can't get the description of output_key.
$ openstack stack output list k8sbay-
+------
| output_key | description |
+------
| kube_minion_
| kube_minion_ip | No description given |
| OS::stack_id | No description given |
+------
2.when I use "openstack stack output <stack_id> OS::stack_id", can't get a stack id and it output the private ip of node.
$ openstack stack output show k8sbay-
+------
| Field | Value |
+------
| description | No description given |
| output_key | kube_minion_ip |
| output_value | 10.0.0.5 |
+------
$ openstack stack output show k8sbay-
+------
| Field | Value |
+------
| description | No description given |
| output_key | OS::stack_id |
| output_value | 10.0.0.5 |
+------
$ openstack stack show k8sbay-
| | OS::stack_id: 4dd06a7e-
| | output_key: OS::stack_id
Changed in magnum: | |
assignee: | nobody → PanFengyun (pan-feng-yun) |
Changed in magnum: | |
status: | New → Fix Committed |
Fix proposed to branch: master /review. openstack. org/339338
Review: https:/