Fix wrong api request for the deployed network configuration

Change-Id: I95cd6e5288fb6d31a2f16054d2c69ceb5c462a99
Closes-Bug:#1572113
This commit is contained in:
Alexey Shtokolov 2016-06-01 17:07:57 +03:00
parent d458c74ed0
commit 3c23de4009
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.