count_per_host must be used with underscores rather
than dashes to work, you need to pass service_id not
service_name and the option for the port is called
rgw_frontend_port not just "port"
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit
6b6f56a5b623f68d59af8902eae5e1157f47e382)
.. code-block:: yaml
service_type: rgw
- service_name: foo
+ service_id: foo
placement:
label: rgw
- count-per-host: 2
+ count_per_host: 2
networks:
- 192.169.142.0/24
spec:
- port: 8000
+ rgw_frontend_port: 8080
Multisite zones