[Openstack] customizing trove instances security group

Mark Kirkwood mark.kirkwood at catalyst.net.nz
Wed Feb 11 23:01:41 UTC 2015


On 12/02/15 09:09, Ali Nazemian wrote:
> Dear all,
> Hi,
> I was wondering how can I customize the security group of created trove
> instance in order to add ssh rule for the purpose of accessing to the
> created instance using ssh.
>

You can set this via the command line tools e.g:

$ neutron security-group-list
$ neutron security-group-rule-create --protocol tcp \
   --port-range-min 22 --port-range-max 22 --direction ingress <sec 
group id>

Cheers

Mark




More information about the Openstack mailing list