blob: 87b14d65565a19f89245024f052bd330c408246c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
features:
- The ``security group rule list`` command now uses Network v2
when enabled which results in ``egress`` security group rules
being displayed. The ``--long`` option was also added for
Network v2 to display direction and ethertype information.
In addition, security group rules for all projects will be
displayed when the ``group`` argument is not specified
(admin only). This is done by default when using Network v2,
but requires the new ``--all-projects`` option when using
Compute v2.
[Bug `1519512 <https://bugs.launchpad.net/bugs/1519512>`_]
fixes:
- The ``security group rule list`` command no longer ignores
the ``group`` argument when it is set to an empty value.
[Bug `1519512 <https://bugs.launchpad.net/bugs/1519512>`_]
|