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

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to