ioggstream

stack_update_bastion_host

Jul 24th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. >>> print(json.dumps(u['updated'][3],indent=1))
  2. {
  3. "resource_name": "bastion_host",
  4. "resource_identity": {
  5. "stack_name": "shift",
  6. "stack_id": "e8913701-9c3d-4eda-88ae-0417bd080483",
  7. "tenant": "ace1e2b3958743b8f2f6781449f5df3b",
  8. "path": "/resources/bastion_host"
  9. },
  10. "description": "",
  11. "stack_identity": {
  12. "stack_name": "shift",
  13. "stack_id": "e8913701-9c3d-4eda-88ae-0417bd080483",
  14. "tenant": "ace1e2b3958743b8f2f6781449f5df3b",
  15. "path": ""
  16. },
  17. "stack_name": "shift",
  18. "creation_time": "2017-05-03T18:31:29Z",
  19. "resource_action": "CREATE",
  20. "updated_time": "2017-05-03T18:31:29Z",
  21. "resource_status": "COMPLETE",
  22. "required_by": [
  23. "openshift_masters",
  24. "openshift_infra_nodes",
  25. "openshift_nodes",
  26. "loadbalancer"
  27. ],
  28. "nested_stack_id": {
  29. "stack_name": "shift-bastion_host-ewzpcg5kkn5m",
  30. "stack_id": "02b13830-2c73-4bd9-a469-ad0c76a0d2a4",
  31. "tenant": "ace1e2b3958743b8f2f6781449f5df3b",
  32. "path": ""
  33. },
  34. "resource_status_reason": "state changed",
  35. "physical_resource_id": "02b13830-2c73-4bd9-a469-ad0c76a0d2a4",
  36. "attributes": {
  37. "instance_ip": "192.168.0.10"
  38. },
  39. "resource_type": "file:///home/stack/shift/openshift-on-openstack/bastion.yaml",
  40. "metadata": {}
  41. }
Advertisement
Add Comment
Please, Sign In to add comment