final changes needed to get kitty working

Kitty cli client and horizon dashboard were not
working. The endpoints had a v1 and tenant in them
which was not working correctly. This change removed
the v1 and tenant bits from the end point which fixed
the UI and CLI.
Implements: blueprint role-cloudkitty
This commit is contained in:
Michael Rice
2016年05月18日 20:27:56 +00:00
committed by Michael Rice
parent 525574f788
commit 52e56cc298

View File

@@ -88,7 +88,7 @@
- name:Ensure cloudkitty service
keystone:
command:"ensure_service"
service_name:"CloudKitty"
service_name:"cloudkitty"
service_type:"rating"
login_user:"{{ keystone_admin_user_name }}"
login_password:"{{ keystone_auth_admin_password }}"
@@ -104,7 +104,7 @@
- name:Ensure cloudkitty endpoints
keystone:
command:"ensure_endpoint"
service_name:"CloudKitty"
service_name:"cloudkitty"
service_type:"rating"
region_name:"{{ service_region }}"
endpoint_list:
Reference in New Issue
openstack/openstack-ansible-os_cloudkitty
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.