Merge "Fix wrong api request for the deployed network configuration"

This commit is contained in:
Jenkins 2016-07-19 12:39:08 +00:00 committed by Gerrit Code Review
commit bfd958db31
1 changed files with 2 additions and 2 deletions

View File

@ -96,9 +96,9 @@ REST API
`/clusters/(?P<cluster_id>\d+)/attributes/deployed/?$`
This handler allows to load last deployed attributes for the cluster.
- New NeutronNetworkConfigurationDeployedHandler should be introduced:
- New NetworkConfigurationDeployedHandler should be introduced:
`/clusters/(?P<cluster_id>\d+)/network_configuration/neutron/deployed?$`
`/clusters/(?P<cluster_id>\d+)/network_configuration/deployed?$`
This handler allows to load last deployed network configuration
for the cluster.