development icon indicating copy to clipboard operation
development copied to clipboard

specifying Security Group Name for OpenStack Newton subscription fails

Open ghost opened this issue 8 years ago • 0 comments

[Build] 16.1 fix5 20.01.2017

[Steps to reproduce]

  1. Try to specify a security group name in Open Stack platform by setting TP_ARRAY_SecurityGroupName in technical service.
  2. Use delivered template.yaml

[Expected result] Security group that is not default can be specified

[Observed result] Security group is not evaluated

[Details] The resource section of template.yaml does not map SecurityGroupName to security_groups (as specified by open stack) in the resource part of the template. We tried to add the mapping by specifying instanceport: ...... security_groups: { get_param: SecurityGroupName } But then you get a format error on OpenStack. So I do not understand how to specify it. Specifying it as above was ok for K5 openstack (icehouse). So please test your fix. Please also test using multiple security groups. Please also update the json file.

ghost avatar Jan 26 '17 12:01 ghost