
swift_service_admin_username and swift_service_admin_tenant_name are not used anywhere. The correct (and used) variables for the purpose are swift_service_user_name and swift_service_project_name Change-Id: I26cbbb77ddbf46fa64d8d34e5625590f3f66c515 Closes-Bug: #1460497
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