Public bug reported:

The refactor of code cause the inappropriate guide.
Code in tutorial is out of date.

For example:
role_create = {
    'properties': {
        'name': parameter_types.name,
        'description': parameter_types.description
    }
    ...
}

role_update = {
    'properties': {
        'name': parameter_types.name,
        'description': parameter_types.description
    }
    ...
}

For better tutorial, it would be better modified.

** Affects: keystone
     Importance: Undecided
     Assignee: guoshan (guoshan)
         Status: New


** Tags: documentation low-hanging-fruit

** Tags added: documentation

** Tags added: low-hanging-fruit

** Changed in: keystone
     Assignee: (unassigned) => guoshan (guoshan)

-- 
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/1597196

Title:
  API Change Tutorial doc code modify

Status in OpenStack Identity (keystone):
  New

Bug description:
  The refactor of code cause the inappropriate guide.
  Code in tutorial is out of date.

  For example:
  role_create = {
      'properties': {
          'name': parameter_types.name,
          'description': parameter_types.description
      }
      ...
  }

  role_update = {
      'properties': {
          'name': parameter_types.name,
          'description': parameter_types.description
      }
      ...
  }

  For better tutorial, it would be better modified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1597196/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to