Merge "Add ceph rgw object store support into trove"

This commit is contained in:
Jenkins 2017-07-12 15:52:28 +00:00 committed by Gerrit Code Review
commit 49b8a22d56
2 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,8 @@ cinder_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ cinder_api_p
{% endif %}
{% if enable_swift | bool %}
swift_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ swift_proxy_server_port }}/v1/AUTH_
{% elif enable_ceph_rgw_keystone | bool %}
swift_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ rgw_port }}/v1/AUTH_
{% endif %}
[database]

View File

@ -0,0 +1,3 @@
---
features:
- Add ceph-rgw object store support to Trove