Fix [H405] pep rule in bin
Implements bp docstring-improvements Change-Id: If2daff413814fe0a7b5d5fbc4e2262b06aa90c5e
This commit is contained in:
@@ -13,17 +13,18 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
"""Heat CFN API Server.
|
||||
|
||||
This implements an approximation of the Amazon CloudFormation API and
|
||||
translates it into a native representation. It then calls the heat-engine via
|
||||
AMQP RPC to implement them.
|
||||
"""
|
||||
|
||||
import warnings
|
||||
warnings.warn("DEPRECATED: This script is deprecated. Please use the "
|
||||
"system level heat binaries installed to start "
|
||||
"any of the heat services.", DeprecationWarning)
|
||||
|
||||
"""
|
||||
Heat API Server. This implements an approximation of the Amazon
|
||||
CloudFormation API and translates it into a native representation. It then
|
||||
calls the heat-engine via AMQP RPC to implement them.
|
||||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user