diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-11-09 20:05:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-11-09 20:05:56 +0000 |
| commit | 8b2f25682850ca747dcc0961b894ed5f5644580a (patch) | |
| tree | 242f0145625692e6b31327413e11a22bcf943e6a /openstackclient/tests/unit/network/v2/fakes.py | |
| parent | a1ed3752924e38fae8829bec22b7d2006a3e8e1b (diff) | |
| parent | 52c4a55d43248d87737613509930242244b6ff3c (diff) | |
| download | python-openstackclient-8b2f25682850ca747dcc0961b894ed5f5644580a.tar.gz | |
Merge "Add 'description' option"
Diffstat (limited to 'openstackclient/tests/unit/network/v2/fakes.py')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index f1c72461..0846af15 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -952,6 +952,8 @@ class FakeSecurityGroupRule(object): # Set default attributes. security_group_rule_attrs = { + 'description': 'security-group-rule-description-' + + uuid.uuid4().hex, 'direction': 'ingress', 'ethertype': 'IPv4', 'id': 'security-group-rule-id-' + uuid.uuid4().hex, |
