Merge "Fix "Creates an aggregate" parameters"

This commit is contained in:
Jenkins
2016-04-19 13:24:39 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ Request
.. rest_parameters:: parameters.yaml
- tenant_id: tenant_id
- name: aggregate_name
- availability_zone: availability_zone
**Example Create Aggregate: JSON request**
+6
View File
@@ -34,6 +34,12 @@ aggregate_id:
in: path
required: true
type: string
aggregate_name:
description: |
The name of the aggregate.
in: body
required: true
type: string
alias_1:
description: |
An alias for the extension name. For example, ``os-server-external-events``.