Jump to: navigation, search

Difference between revisions of "Horizon/DomainWorkFlow"

(Created page with "'''Intro''' This wiki describes how to enable Domain Scoped Token support in Horizon and how to navigate the existing work flows. '''Prerequisites''' *devstack *https://git...")
 
Line 1: Line 1:
'''Intro'''
+
== Intro ==
 
  This wiki describes how to enable Domain Scoped Token support in Horizon and how to navigate the existing work flows.
 
  This wiki describes how to enable Domain Scoped Token support in Horizon and how to navigate the existing work flows.
  
'''Prerequisites'''
+
=== Prerequisites ===
 
*devstack  
 
*devstack  
 
*https://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json
 
*https://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json
*memcached  
+
*memcached
*memcached library
+
*keystone v3 enabled
*local_settings.py
+
*https://review.openstack.org/#/c/141153/
 +
*Cloud Admin account in keystone
  
*django-openstack-auth patch
+
==== devstack ====
 +
You'll need to have keystone running in VM or somewhere you can reach it from horizon.
 +
 
 +
==== keystone policy.json file====
 +
You can start testing with the default /etc/keystone/policy.json file but at some point you will want to switch in the following file:
 +
https://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json
 +
 
 +
==== memcached ====

Revision as of 00:03, 13 January 2015

Intro

This wiki describes how to enable Domain Scoped Token support in Horizon and how to navigate the existing work flows.

Prerequisites

devstack

You'll need to have keystone running in VM or somewhere you can reach it from horizon.

keystone policy.json file

You can start testing with the default /etc/keystone/policy.json file but at some point you will want to switch in the following file: https://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json

memcached