← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1813926] [NEW] Over-indented Pep8 issue hit during keystone build

 

Public bug reported:

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]
                        ^

** Affects: keystone
     Importance: Undecided
     Assignee: Shrey bhatnagar (shrebhat)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => Shrey bhatnagar (shrebhat)

-- 
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):
  New

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


Follow ups