git-harry 7b237fc5fc Remove unused swift vars
The following variables are defined as os_swift role defaults but are
unused:

    swift_service_admin_tenant_name
    swift_service_admin_username

This commit removes these unused variables.

Change-Id: I8272f4e398030e04c69a7092d4a770675e3c6df0
Closes-bug: #1460497
2015-07-01 17:54:48 +00:00
2015-07-01 17:54:48 +00:00
2015-04-07 09:29:18 +00: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.1 MiB
Languages
Jinja 80.4%
Python 14.1%
Shell 5.5%