diff options
| author | Dongcan Ye <hellochosen@gmail.com> | 2018-02-24 09:13:48 +0000 |
|---|---|---|
| committer | Dongcan Ye <hellochosen@gmail.com> | 2018-06-14 01:01:58 +0000 |
| commit | aaed4b315fa1e86b1ddf73201b5350dbdb4a660e (patch) | |
| tree | a269d0099c7024954fdba2b12a2b56ff29576258 /openstackclient/tests/unit/network/v2/fakes.py | |
| parent | 7505831e813bf2dc90361930f2837e77e376768f (diff) | |
| download | python-openstackclient-aaed4b315fa1e86b1ddf73201b5350dbdb4a660e.tar.gz | |
Network: Add tag support for security group
Change-Id: Icccb23429913724c6a8bd15d4737672b47a5f13a
Closes-Bug: #1750983
Diffstat (limited to 'openstackclient/tests/unit/network/v2/fakes.py')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index a77cab8b..e69df88a 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -1131,6 +1131,7 @@ class FakeSecurityGroup(object): 'description': 'security-group-description-' + uuid.uuid4().hex, 'project_id': 'project-id-' + uuid.uuid4().hex, 'security_group_rules': [], + 'tags': [] } # Overwrite default attributes. |
