Darren Birkett 61e926db08 set correct swift dispersion tenant
In kilo, the swift dispersion user is created as a member of
the 'service' tenant.  However, we are populating the
swift-dispersion.conf as though it was a member of the admin tenant (as
it was in juno).  This commit fixes that, and makes
swift-dispersion-report (and any monitoring plugins that rely on it)
work again

Change-Id: I0e9b9ccaa487ee0242346ee279821aa09dd5b022
Closes-Bug: #1479006
2015-07-28 15:55:20 +01:00
2015-05-08 13:22:42 -05:00

OpenStack swift

tags

openstack, swift, cloud, ansible

category

*nix

Role to install swift and swift registry.

This role will install the following:
  • swift
- name: Install swift server
  hosts: swift_all
  user: root
  roles:
    - { role: "os_swift", tags: [ "os-swift" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
Description
Role os_swift for OpenStack-Ansible
Readme 7 MiB
Languages
Jinja 80.4%
Python 14.1%
Shell 5.5%