yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #76804
[Bug 1813926] Re: Over-indented Pep8 issue hit during keystone build
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1813926
Title:
Over-indented Pep8 issue hit during keystone build
Status in OpenStack Identity (keystone):
Invalid
Bug description:
There are few lines of code that are "over-indented" in below files,
1) keystone/tests/unit/backend/core_ldap.py
2) keystone/identity/core.py
3) keystone/cmd/cli.py
Please find below the error that we see during build:
./keystone/tests/unit/backend/core_ldap.py:30:9: E117 over-indented (comment)
# Create the groups base entry (ou=Groups,cn=example,cn=com)
^
./keystone/tests/unit/backend/core_ldap.py:31:9: E117 over-indented
group_api = identity_api.driver.group
^
./keystone/tests/unit/backend/core_ldap.py:68:13: E117 over-indented
user_dn = (
^
./keystone/identity/core.py:750:21: E117 over-indented
LOG.warning('Found multiple domains being mapped to a '
^
./keystone/cmd/cli.py:967:25: E117 over-indented
sections[group][option] = sections[group][option][0]
^
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1813926/+subscriptions
References