From f81e32c9d1a157b0277d6d797eff54169295fbd6 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Wed, 21 Sep 2016 19:50:41 +0800 Subject: [PATCH] Add more description when service delete As service delete will affect host aggregate, add more info Change-Id: I57b17f60228df83a033735c33cc74589dad30553 Implements: blueprint api-ref-in-rst-ocata --- api-ref/source/os-services.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-ref/source/os-services.inc b/api-ref/source/os-services.inc index 384da7ee7239..0f9a1b6b2cf0 100644 --- a/api-ref/source/os-services.inc +++ b/api-ref/source/os-services.inc @@ -221,7 +221,8 @@ Delete Compute Service .. rest_method:: DELETE /os-services/{service_id} -Deletes a Compute service. +Deletes a Compute service. If it's a nova-compute service, then corresponding host will +removed from all the host aggregates as well. Normal response codes: 204