From 3c23de4009b8e4fadbbd795f642c8a65d46c8f2d Mon Sep 17 00:00:00 2001 From: Alexey Shtokolov Date: Wed, 1 Jun 2016 17:07:57 +0300 Subject: [PATCH] Fix wrong api request for the deployed network configuration Change-Id: I95cd6e5288fb6d31a2f16054d2c69ceb5c462a99 Closes-Bug:#1572113 --- specs/9.0/unlock-settings-tab.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/9.0/unlock-settings-tab.rst b/specs/9.0/unlock-settings-tab.rst index c0bbabdc..cce72317 100644 --- a/specs/9.0/unlock-settings-tab.rst +++ b/specs/9.0/unlock-settings-tab.rst @@ -96,9 +96,9 @@ REST API `/clusters/(?P\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\d+)/network_configuration/neutron/deployed?$` + `/clusters/(?P\d+)/network_configuration/deployed?$` This handler allows to load last deployed network configuration for the cluster.