Commit Graph

2 Commits

Author SHA1 Message Date
Alex Schultz 87abe05ba0 Retire instack-undercloud
instack-undercloud is no longer in use by the TripleO project. Removing
the code to avoid confusion. Stable branches will continue to be
maintained for their life however no new features should be added.

Change-Id: I63a813c7c1ffd30ca30017133d31a497b77a9a4d
Blueprint: remove-instack-undercloud
2018-10-30 12:16:18 +00:00
Emilien Macchi 96f09de818 Switch stackrc and undercloud.py to use Keystone v3
- Update undercloud stackrc to use Keystone v3 API.
  It updates OS_AUTH_URL to use a versionless endpoint, change OS_TENANT_NAME
  to OS_PROJECT_NAME, force OS_IDENTITY_API_VERSION to 3 and
  add OS_PROJECT_DOMAIN_NAME pointing to default domain.

- In undercloud.py, rename tenant to project which is the right word
  in Keystone v3 vocabulary.

- Support the _member_ role addition to the admin user using v3

Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Change-Id: I4fe6d9767a104af1cfef83b27869df7210e65b83
Partial-implement: blueprint keystone-v3
2017-04-28 16:40:16 +03:00