Fix [H405] pep rule in bin

Implements bp docstring-improvements

Change-Id: If2daff413814fe0a7b5d5fbc4e2262b06aa90c5e
This commit is contained in:
Peter Razumovsky
2015-09-22 10:00:50 +03:00
parent 00b2c9da15
commit 2f9ea624de
4 changed files with 26 additions and 22 deletions

View File

@@ -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