-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get ID of created security group #155
Comments
Hi, Every OpenStack node template implementation exposes an "external_id" run-time property containing the UUID assigned by the OpenStack environment. By looking at the code, it doesn't seem like the "get_attribute" function gets resolved when used in properties. Thanks! |
hi @idanmo Thank you for feedback. but it does not work for property scope |
Hi, Yes, unfortunately it doesn't work. Two workarounds (not ideal):
Since I'm not sure when we will be able to solve this, but we are accepting pull requests :-) |
Hi everybody,
i want to link my security groups with
remote_group_id
but it does not work just throws internal error
i tried to use
remote_group_node: origin_security_group
but it does not work too.So how to use any group in security group rule?
The text was updated successfully, but these errors were encountered: