Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

5.145. nova secgroup-add-group-rule

usage: nova secgroup-add-group-rule <secgroup> <source-group> <ip-proto>
                                    <from-port> <to-port>
DEPRECATED: Add a source group rule to a security group.

Positional arguments

<secgroup>


        ID or name of security group.

<source-group>


        ID or name of source group.

<ip-proto>


        IP protocol (icmp, tcp, udp).

<from-port>


        Port at start of range.

<to-port>


        Port at end of range.