Guest User

Untitled

a guest
Feb 18th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. port:
  2. type: OS::Neutron::Port
  3. properties:
  4. network: private
  5. security_groups:
  6. - all
  7.  
  8.  
  9.  
  10. PhysicalResourceNotFound: resources.scaleup_group.resources.gktzwzhdm76m.resources.port: The Resource (all) could not be found.
  11.  
  12.  
  13.  
  14. stack@ubuntu:~/devstack$ nova secgroup-list
  15. +--------------------------------------+---------+------------------------+
  16. | Id | Name | Description |
  17. +--------------------------------------+---------+------------------------+
  18. | c2595d7f-c400-48a9-ab59-5d0c720c20b4 | default | Default security group |
  19. +--------------------------------------+---------+------------------------+
Advertisement
Add Comment
Please, Sign In to add comment