← Back to team overview

openstack team mailing list archive

heat-watch problem

 

Hello Steven,
I'm mikemowgli from IRC. As requested, here are the logs.


1. First, here's a stack trace I*get in my shell periodically (once per minute approximately), but not in the logs: *
http://pastebin.com/kPswnGNL
(this might not be related to cloudwatch as I got this permanently)


2. Then, here is the error I get when I perform a heat-watch command. The logs of engine and cloudwatch are in attachment. In order to minimize their size, I launched and killed the daemons for this single heat-watch command.

It seems that my AWS creds are accepted, but that the user does have enough permissions. However, in keystone, the heat user is admin of the service tenant. The config files of engine, cloudwatch and boto (2.9.0) are also in attachment.

grizzly@leonard:~$ heat-watch -d describe
DEBUG:Debug level logging enabled
INFO:No AlarmName passed, getting results for ALL alarms
DEBUG:Using access key found in config file.
DEBUG:Using secret key found in config file.
DEBUG:Got CW connection object OK
DEBUG:Method: GET
DEBUG:Path: /v1/
DEBUG:Data:
DEBUG:Headers: {}
DEBUG:Host: 192.168.202.103:8003
DEBUG:Params: {'Action': 'DescribeAlarms', 'Version': '2010-08-01', 'AlarmNames.member.1': None}
DEBUG:establishing HTTP connection: kwargs={'timeout': 70}
DEBUG:Token: None
DEBUG:using _calc_signature_2
DEBUG:query string: AWSAccessKeyId=88da7b10ddbe4f4cad198477352ef9fc&Action=DescribeAlarms&AlarmNames.member.1=None&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2013-07-03T14%3A08%3A54Z&Version=2010-08-01
DEBUG:string_to_sign: GET
192.168.202.103:8003
/v1/
AWSAccessKeyId=88da7b10ddbe4f4cad198477352ef9fc&Action=DescribeAlarms&AlarmNames.member.1=None&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2013-07-03T14%3A08%3A54Z&Version=2010-08-01
DEBUG:len(b64)=44
DEBUG:base64 encoded digest: UaFV/v+FEOEIStrQR7BAH2ci0uGjlWP+p1TwLO8FVM0=
DEBUG:query_string: AWSAccessKeyId=88da7b10ddbe4f4cad198477352ef9fc&Action=DescribeAlarms&AlarmNames.member.1=None&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2013-07-03T14%3A08%3A54Z&Version=2010-08-01 Signature: UaFV/v+FEOEIStrQR7BAH2ci0uGjlWP+p1TwLO8FVM0= DEBUG:<ErrorResponse><Error><Message>User is not authorized to perform action:Action DescribeAlarms not allowed for user</Message><Code>AccessDenied</Code><Type>Sender</Type></Error></ErrorResponse>
ERROR:403 AccessDenied
ERROR:<ErrorResponse><Error><Message>User is not authorized to perform action:Action DescribeAlarms not allowed for user</Message><Code>AccessDenied</Code><Type>Sender</Type></Error></ErrorResponse>
Traceback (most recent call last):
  File "/usr/local/bin/heat-watch", line 281, in <module>
    main()
  File "/usr/local/bin/heat-watch", line 268, in main
    result = cmd(opts, args)
File "/usr/local/lib/python2.7/dist-packages/heat/cfn_client/utils.py", line 32, in wrapper
    ret = func(*arguments, **kwargs)
  File "/usr/local/bin/heat-watch", line 65, in alarm_describe
    result = c.describe_alarm(**parameters)
File "/usr/local/lib/python2.7/dist-packages/heat/cfn_client/boto_client_cloudwatch.py", line 57, in describe_alarm
    alarm_names=[name])
File "/usr/local/lib/python2.7/dist-packages/boto/ec2/cloudwatch/__init__.py", line 393, in describe_alarms
    [('MetricAlarms', MetricAlarms)])
File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 1049, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.BotoServerError: BotoServerError: 403 AccessDenied
<ErrorResponse><Error><Message>User is not authorized to perform action:Action DescribeAlarms not allowed for user</Message><Code>AccessDenied</Code><Type>Sender</Type></Error></ErrorResponse>


thank you for your help,

michaël


--
Michaël Van de Borne
R&D Engineer, SOA team, CETIC
Phone: +32 (0)71 49 07 45 Mobile: +32 (0)472 69 57 16, Skype: mikemowgli
www.cetic.be, rue des Frères Wright, 29/3, B-6041 Charleroi

2013-07-03 16:12:05.153 27398 DEBUG routes.middleware [-] Initialized with method overriding = True, and path info altering = True __init__ /usr/lib/python2.7/dist-packages/routes/middleware.py:41
2013-07-03 16:12:05.154 27398 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware
2013-07-03 16:12:05.155 27398 INFO keystoneclient.middleware.auth_token [-] Using /home/grizzly/keystone-signing as cache directory for signing certificate
2013-07-03 16:12:05.155 27398 DEBUG heat-api-cloudwatch [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1472
2013-07-03 16:12:05.156 27398 DEBUG heat-api-cloudwatch [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1473
2013-07-03 16:12:05.156 27398 DEBUG heat-api-cloudwatch [-] command line args: [] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1474
2013-07-03 16:12:05.156 27398 DEBUG heat-api-cloudwatch [-] config files: ['/etc/heat/heat-api-cloudwatch.conf'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1475
2013-07-03 16:12:05.156 27398 DEBUG heat-api-cloudwatch [-] ================================================================================ log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1476
2013-07-03 16:12:05.157 27398 DEBUG heat-api-cloudwatch [-] admin_role                     = admin log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.157 27398 DEBUG heat-api-cloudwatch [-] allowed_rpc_exception_modules  = ['heat.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.157 27398 DEBUG heat-api-cloudwatch [-] bind_host                      = 0.0.0.0 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.157 27398 DEBUG heat-api-cloudwatch [-] bind_port                      = 8003 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.157 27398 DEBUG heat-api-cloudwatch [-] config_dir                     = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.158 27398 DEBUG heat-api-cloudwatch [-] config_file                    = ['/etc/heat/heat-api-cloudwatch.conf'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.158 27398 DEBUG heat-api-cloudwatch [-] control_exchange               = heat log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.158 27398 DEBUG heat-api-cloudwatch [-] debug                          = True log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.158 27398 DEBUG heat-api-cloudwatch [-] default_log_levels             = ['amqplib=WARN', 'qpid.messaging=INFO', 'keystone=INFO', 'eventlet.wsgi.server=WARN'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.158 27398 DEBUG heat-api-cloudwatch [-] fake_rabbit                    = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.158 27398 DEBUG heat-api-cloudwatch [-] fatal_deprecations             = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.159 27398 DEBUG heat-api-cloudwatch [-] host                           = leonard log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.159 27398 DEBUG heat-api-cloudwatch [-] instance_format                = [instance: %(uuid)s]  log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.159 27398 DEBUG heat-api-cloudwatch [-] instance_uuid_format           = [instance: %(uuid)s]  log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.159 27398 DEBUG heat-api-cloudwatch [-] log_config                     = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.159 27398 DEBUG heat-api-cloudwatch [-] log_date_format                = %Y-%m-%d %H:%M:%S log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.160 27398 DEBUG heat-api-cloudwatch [-] log_dir                        = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.160 27398 DEBUG heat-api-cloudwatch [-] log_file                       = /var/log/heat/api-cloudwatch.log log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.160 27398 DEBUG heat-api-cloudwatch [-] log_format                     = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.160 27398 DEBUG heat-api-cloudwatch [-] logging_context_format_string  = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.160 27398 DEBUG heat-api-cloudwatch [-] logging_debug_format_suffix    = %(funcName)s %(pathname)s:%(lineno)d log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.160 27398 DEBUG heat-api-cloudwatch [-] logging_default_format_string  = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.161 27398 DEBUG heat-api-cloudwatch [-] logging_exception_prefix       = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.161 27398 DEBUG heat-api-cloudwatch [-] memcached_servers              = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.161 27398 DEBUG heat-api-cloudwatch [-] owner_is_tenant                = True log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.161 27398 DEBUG heat-api-cloudwatch [-] policy_default_rule            = default log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.161 27398 DEBUG heat-api-cloudwatch [-] policy_file                    = policy.json log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.162 27398 DEBUG heat-api-cloudwatch [-] publish_errors                 = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.162 27398 DEBUG heat-api-cloudwatch [-] rpc_backend                    = heat.openstack.common.rpc.impl_kombu log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.162 27398 DEBUG heat-api-cloudwatch [-] rpc_cast_timeout               = 30 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.162 27398 DEBUG heat-api-cloudwatch [-] rpc_conn_pool_size             = 30 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.162 27398 DEBUG heat-api-cloudwatch [-] rpc_response_timeout           = 60 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.163 27398 DEBUG heat-api-cloudwatch [-] rpc_thread_pool_size           = 64 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.163 27398 DEBUG heat-api-cloudwatch [-] syslog_log_facility            = LOG_USER log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.163 27398 DEBUG heat-api-cloudwatch [-] use_stderr                     = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.163 27398 DEBUG heat-api-cloudwatch [-] use_syslog                     = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.163 27398 DEBUG heat-api-cloudwatch [-] verbose                        = True log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:12:05.163 27398 DEBUG heat-api-cloudwatch [-] paste_deploy.api_paste_config  = api-paste.ini log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.164 27398 DEBUG heat-api-cloudwatch [-] paste_deploy.flavor            = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.164 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.admin_password = ******* log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.164 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.admin_tenant_name = service log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.164 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.admin_token = **** log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.164 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.admin_user  = heat log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.164 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.auth_admin_prefix =  log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.165 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.auth_host   = 192.168.202.103 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.165 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.auth_port   = 35357 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.165 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.auth_protocol = http log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.165 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.auth_uri    = http://192.168.202.103:5000/v2.0 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.165 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.auth_version = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.165 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.cache       = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.166 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.certfile    = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.166 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.delay_auth_decision = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.166 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.http_connect_timeout = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.166 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.http_handler = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.166 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.keyfile     = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.166 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.memcache_secret_key = **** log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.166 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.memcache_security_strategy = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.167 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.memcache_servers = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.167 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.signing_dir = /home/grizzly/keystone-signing log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.167 27398 DEBUG heat-api-cloudwatch [-] keystone_authtoken.token_cache_time = 300 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.167 27398 DEBUG heat-api-cloudwatch [-] ec2authtoken.auth_uri          = http://192.168.202.103:5000/v2.0 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.167 27398 DEBUG heat-api-cloudwatch [-] ec2authtoken.keystone_ec2_uri  = http://192.168.202.103:5000/v2.0/ec2tokens log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1493
2013-07-03 16:12:05.167 27398 DEBUG heat-api-cloudwatch [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1495
2013-07-03 16:12:05.167 27398 INFO heat.api.cloudwatch [-] Starting Heat CloudWatch API on 0.0.0.0:8003
2013-07-03 16:12:05.951 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:05.952 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:05.952 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:05.953 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:05.954 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:06.051 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:06.051 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:06.052 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:06.055 27398 DEBUG keystoneclient.middleware.auth_token [-] Server reports support for api versions: v3.0, v2.0 _get_supported_versions /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:427
2013-07-03 16:12:06.055 27398 INFO keystoneclient.middleware.auth_token [-] Auth Token confirmed use of v2.0 apis
2013-07-03 16:12:06.203 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:06.204 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:06.204 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:06.204 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:06.205 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:06.320 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:06.321 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:06.321 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:06.392 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing 178785f5a85e4653b90490fd6b796923 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:06.396 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:06.396 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:06.396 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:06.397 27398 DEBUG heat.common.policy [-] Loading policy from /etc/heat/policy.json _read_policy_file /usr/local/lib/python2.7/dist-packages/heat/common/policy.py:92
2013-07-03 16:12:06.426 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:06.427 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is 805274086e2b4ec4ab6806242892ee99 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:06.427 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is ffefb0bedd6942628b55dae818e5a52d. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:06.432 27398 INFO heat.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2013-07-03 16:12:06.435 27398 DEBUG heat.openstack.common.rpc.amqp [-] Pool creating new connection create /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:61
2013-07-03 16:12:06.438 27398 INFO heat.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2013-07-03 16:12:06.446 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing a61035fef1aa4b5b9cde04a18c4122e8 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:06.447 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:06.447 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:06.447 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:06.448 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:06.448 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is c4065a401c31476bb4ab9b4090406100 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:06.448 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 9bccba3932084f15ab13ffe69a298dd4. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:06.486 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:06.486 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:06.486 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:06.487 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:06.487 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:06.561 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:06.561 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:06.561 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:06.605 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing c36c3be6fd9847c6b033fff3727f569f token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:06.607 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:06.607 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:06.607 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:06.608 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:06.608 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is f69cc501719f4019a144a1191b2f001a multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:06.608 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 5d1d8bdb37b949b79e7f4e28cfaf4707. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:07.791 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:07.793 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:07.794 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:07.801 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:07.801 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:07.801 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:07.802 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:07.802 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:07.914 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:07.914 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:07.914 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:07.982 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing 4728cb3f5533415f93d59795d9bee449 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:07.984 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:07.984 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:07.984 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:07.985 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:07.985 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is e533eb5a53ed42708b2d81e795bca8ca multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:07.985 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 2e79b6e98b694ae0ba0cd4fe12cde3f2. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:08.401 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:08.408 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:08.408 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:08.409 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:08.409 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:08.410 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:08.514 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:08.515 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:08.515 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:08.588 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing c83b05db2a124e31a53cc83ee4c45eb3 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:08.589 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:08.590 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:08.590 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:08.591 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:08.591 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is d0453412f32740559f990984e78bf1d6 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:08.591 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 5d4a0c6bf4224beeadb2854b2365c4f1. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:09.046 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:09.050 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:09.050 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:09.050 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:09.051 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:09.051 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:09.165 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:09.165 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:09.165 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:09.361 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing b658735634c74f419c32be3cd0e832ca token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:09.362 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:09.362 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:09.362 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:09.363 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:09.363 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is c8459448afa54db99adf0bbafe978b2f multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:09.364 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is fcf5764f64e7479094618e7496135134. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:09.826 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:09.832 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:09.832 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:09.832 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:09.833 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:09.834 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:09.941 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:09.941 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:09.941 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:10.012 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing 4ea50703c2b64ea281bedd75a4a261bf token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:10.014 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:10.014 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:10.014 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:10.015 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:10.015 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is a90f6c7dbcde4ce9baca86dde6a472b6 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:10.015 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is efce7607c948418d8e689836c8d8ac75. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:10.399 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:10.405 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:10.405 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:10.405 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:10.406 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:10.407 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:10.508 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:10.508 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:10.508 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:10.578 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing cce34b4bdb304aaf95f32f72c091cdc6 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:10.579 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:10.580 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:10.580 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:10.581 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:10.581 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is 76ee03eb569a42149a794f6e553eb2e2 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:10.581 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 6886b5a7c54c43ffb9df723d2ed66f1d. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:11.004 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:11.009 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:11.009 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:11.010 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:11.010 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:11.010 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:11.108 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:11.108 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:11.108 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:11.167 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing 07814292fb764437a880e97f85ff5928 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:11.169 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:11.169 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:11.169 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:11.170 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:11.170 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is 1c68b25f366e4f3dbff3ea12d6f9b702 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:11.170 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is ab9f15ae26ff4cebaf50bb74d4254e84. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:11.562 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:11.568 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:11.568 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:11.568 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:11.569 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:11.570 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:11.683 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:11.683 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:11.684 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:11.748 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing dc7dd3007eef4201aa677f200c665267 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:11.750 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:11.750 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:11.750 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:11.751 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:11.751 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is 1dc1355c28854f5eb0fd995fd28b3b91 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:11.751 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 71bcab0095b54ac2ad92d355710c1234. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:12.149 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:12.154 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:12.154 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:12.155 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:12.155 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:12.155 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:12.250 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:12.251 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:12.251 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:12.319 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing cca3f9b009764c0fb2e98ae467bd217f token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:12.321 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:12.321 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:12.321 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:12.322 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:12.323 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is 133df93240914368bdc28fa87e402973 multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:12.323 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 3f221f9bf5cc4e0d82468ba53c07d30e. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:12.707 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:12.713 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: POST /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:12.713 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:12.713 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:12.714 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:12.715 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:12.809 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:12.809 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:12.809 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:12.882 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing 972a3e6d0f7f42588b1cc05cde3b1732 token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:12.884 27398 DEBUG routes.middleware [-] Matched POST / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:12.884 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:12.884 27398 DEBUG routes.middleware [-] Match dict: {'action': u'put_metric_data', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:12.885 27398 DEBUG heat.openstack.common.rpc.amqp [-] Making synchronous call on engine ... multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:516
2013-07-03 16:12:12.885 27398 DEBUG heat.openstack.common.rpc.amqp [-] MSG_ID is 961387fdf4ff46fc8295d4167648692a multicall /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:519
2013-07-03 16:12:12.885 27398 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 4a84d6e9911148a3ac8a6d715bee2e25. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:13.268 27398 DEBUG heat.api.middleware.version_negotiation [-] Processing request: GET /v1/ Accept:  process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:51
2013-07-03 16:12:13.269 27398 DEBUG heat.api.middleware.version_negotiation [-] Matched versioned URI. Version: 1.0 process_request /usr/local/lib/python2.7/dist-packages/heat/api/middleware/version_negotiation.py:66
2013-07-03 16:12:13.269 27398 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
2013-07-03 16:12:13.269 27398 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
2013-07-03 16:12:13.269 27398 INFO heat.api.aws.ec2token [-] Authenticating with http://192.168.202.103:5000/v2.0/ec2tokens
2013-07-03 16:12:13.325 27398 DEBUG root [-] XML response : <PutMetricDataResponse><PutMetricDataResult><ResponseMetadata>None</ResponseMetadata></PutMetricDataResult></PutMetricDataResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:12:13.358 27398 INFO heat.api.aws.ec2token [-] AWS authentication successful.
2013-07-03 16:12:13.359 27398 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:437
2013-07-03 16:12:13.359 27398 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:495
2013-07-03 16:12:13.434 27398 DEBUG keystoneclient.middleware.auth_token [-] Storing ffe9c2eef18f465aa14a3b29b3dddc2e token in memcache _cache_put /usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py:950
2013-07-03 16:12:13.435 27398 DEBUG routes.middleware [-] Matched GET / __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-07-03 16:12:13.435 27398 DEBUG routes.middleware [-] Route path: '/', defaults: {'action': u'describe_alarms', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-07-03 16:12:13.436 27398 DEBUG routes.middleware [-] Match dict: {'action': u'describe_alarms', 'controller': <heat.common.wsgi.Resource object at 0x2871990>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-07-03 16:12:13.436 27398 DEBUG root [-] XML response : <ErrorResponse><Error><Message>User is not authorized to perform action:Action DescribeAlarms not allowed for user</Message><Code>AccessDenied</Code><Type>Sender</Type></Error></ErrorResponse> to_xml /usr/local/lib/python2.7/dist-packages/heat/common/wsgi.py:508
2013-07-03 16:11:59.019 27392 DEBUG heat.engine.clients [-] Using backend <class 'heat.engine.clients.OpenStackClients'> <module> /usr/local/lib/python2.7/dist-packages/heat/engine/clients.py:202
2013-07-03 16:11:59.023 27392 INFO heat.engine.resource [-] Registering resource type AWS::AutoScaling::ScalingPolicy
2013-07-03 16:11:59.024 27392 INFO heat.engine.resource [-] Registering resource type AWS::AutoScaling::AutoScalingGroup
2013-07-03 16:11:59.024 27392 INFO heat.engine.resource [-] Registering resource type AWS::AutoScaling::LaunchConfiguration
2013-07-03 16:11:59.024 27392 INFO heat.engine.resource [-] Registering resource type OS::Heat::InstanceGroup
2013-07-03 16:11:59.024 27392 INFO heat.engine.resource [-] Registering resource type AWS::CloudWatch::Alarm
2013-07-03 16:11:59.042 27392 INFO heat.engine.resource [-] Registering resource type AWS::RDS::DBInstance
2013-07-03 16:11:59.042 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::EIP
2013-07-03 16:11:59.042 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::EIPAssociation
2013-07-03 16:11:59.045 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::Instance
2013-07-03 16:11:59.045 27392 INFO heat.engine.resource [-] Registering resource type OS::Heat::HARestarter
2013-07-03 16:11:59.046 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::InternetGateway
2013-07-03 16:11:59.046 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::VPCGatewayAttachment
2013-07-03 16:11:59.046 27392 INFO heat.engine.resource [-] Registering resource type AWS::ElasticLoadBalancing::LoadBalancer
2013-07-03 16:11:59.046 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::NetworkInterface
2013-07-03 16:11:59.047 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::FloatingIPAssociation
2013-07-03 16:11:59.047 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::FloatingIP
2013-07-03 16:11:59.047 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::Net
2013-07-03 16:11:59.048 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::Port
2013-07-03 16:11:59.048 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::Router
2013-07-03 16:11:59.048 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::RouterGateway
2013-07-03 16:11:59.048 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::RouterInterface
2013-07-03 16:11:59.048 27392 INFO heat.engine.resource [-] Registering resource type OS::Quantum::Subnet
2013-07-03 16:11:59.049 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::SubnetRouteTableAssocation
2013-07-03 16:11:59.049 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::RouteTable
2013-07-03 16:11:59.050 27392 INFO heat.engine.resource [-] Registering resource type AWS::S3::Bucket
2013-07-03 16:11:59.050 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::SecurityGroup
2013-07-03 16:11:59.050 27392 INFO heat.engine.resource [-] Registering resource type AWS::CloudFormation::Stack
2013-07-03 16:11:59.050 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::Subnet
2013-07-03 16:11:59.051 27392 INFO heat.engine.resource [-] Registering resource type OS::Swift::Container
2013-07-03 16:11:59.051 27392 INFO heat.engine.resource [-] Registering resource type AWS::IAM::User
2013-07-03 16:11:59.051 27392 INFO heat.engine.resource [-] Registering resource type AWS::IAM::AccessKey
2013-07-03 16:11:59.051 27392 INFO heat.engine.resource [-] Registering resource type OS::Heat::AccessPolicy
2013-07-03 16:11:59.052 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::VolumeAttachment
2013-07-03 16:11:59.052 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::Volume
2013-07-03 16:11:59.052 27392 INFO heat.engine.resource [-] Registering resource type OS::Cinder::VolumeAttachment
2013-07-03 16:11:59.052 27392 INFO heat.engine.resource [-] Registering resource type OS::Cinder::Volume
2013-07-03 16:11:59.052 27392 INFO heat.engine.resource [-] Registering resource type AWS::EC2::VPC
2013-07-03 16:11:59.053 27392 INFO heat.engine.resource [-] Registering resource type AWS::CloudFormation::WaitConditionHandle
2013-07-03 16:11:59.053 27392 INFO heat.engine.resource [-] Registering resource type AWS::CloudFormation::WaitCondition
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] Full set of CONF: wait /usr/local/lib/python2.7/dist-packages/heat/openstack/common/service.py:113
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1472
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1473
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] command line args: [] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1474
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] config files: ['/etc/heat/heat-engine.conf'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1475
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] ================================================================================ log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1476
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] allowed_rpc_exception_modules  = ['heat.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] backdoor_port                  = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] cloud_backend                  = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] config_dir                     = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.054 27392 DEBUG heat.openstack.common.service [-] config_file                    = ['/etc/heat/heat-engine.conf'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] control_exchange               = heat log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] debug                          = True log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] default_log_levels             = ['amqplib=WARN', 'sqlalchemy=WARN', 'qpid.messaging=INFO', 'keystone=INFO', 'eventlet.wsgi.server=WARN'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] ec2_listen                     = 0.0.0.0 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] ec2_listen_port                = 8773 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] fake_rabbit                    = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] fatal_deprecations             = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] heat_metadata_server_url       = http://192.168.202.103:8000 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] heat_stack_user_role           = heat_stack_user log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] heat_waitcondition_server_url  = http://192.168.202.103:8000/v1/waitcondition log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.055 27392 DEBUG heat.openstack.common.service [-] heat_watch_server_url          = http://192.168.202.103:8003 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] host                           = leonard log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] instance_connection_https_validate_certificates = 1 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] instance_connection_is_secure  = 0 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] instance_driver                = heat.engine.nova log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] instance_format                = [instance: %(uuid)s]  log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] instance_user                  = ec2-user log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] instance_uuid_format           = [instance: %(uuid)s]  log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] log_config                     = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] log_date_format                = %Y-%m-%d %H:%M:%S log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] log_dir                        = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.056 27392 DEBUG heat.openstack.common.service [-] log_file                       = /var/log/heat/engine.log log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] log_format                     = None log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] logging_context_format_string  = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] logging_debug_format_suffix    = %(funcName)s %(pathname)s:%(lineno)d log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] logging_default_format_string  = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] logging_exception_prefix       = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] osapi_compute_listen           = 0.0.0.0 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] osapi_compute_listen_port      = 8774 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] osapi_volume_listen            = 0.0.0.0 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] osapi_volume_listen_port       = 8776 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] periodic_interval              = 60 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] plugin_dirs                    = ['/usr/lib64/heat', '/usr/lib/heat'] log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.057 27392 DEBUG heat.openstack.common.service [-] publish_errors                 = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] report_interval                = 10 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] rpc_backend                    = heat.openstack.common.rpc.impl_kombu log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] rpc_cast_timeout               = 30 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] rpc_conn_pool_size             = 30 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] rpc_response_timeout           = 60 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] rpc_thread_pool_size           = 64 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] sql_connection                 = mysql://heat:heat@localhost/heat log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] sql_idle_timeout               = 3600 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] syslog_log_facility            = LOG_USER log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] use_stderr                     = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.058 27392 DEBUG heat.openstack.common.service [-] use_syslog                     = False log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.059 27392 DEBUG heat.openstack.common.service [-] verbose                        = True log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1485
2013-07-03 16:11:59.059 27392 DEBUG heat.openstack.common.service [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1495
2013-07-03 16:11:59.068 27392 INFO heat.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2013-07-03 16:11:59.068 27392 DEBUG heat.openstack.common.rpc.service [-] Creating Consumer connection for Service engine start /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/service.py:49
2013-07-03 16:11:59.159 27392 DEBUG heat.engine.service [-] Periodic watcher task for stack 03d7ed4b-330f-4b60-b06e-b2ff6b229937 _periodic_watcher_task /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:535
2013-07-03 16:11:59.544 27392 INFO heat.engine.watchrule [-] WATCH: stack:03d7ed4b-330f-4b60-b06e-b2ff6b229937, watch_name:wordpress-MEMAlarmHigh NODATA
2013-07-03 16:11:59.544 27392 INFO heat.engine.watchrule [-] no action for new state NODATA
2013-07-03 16:12:00.066 27392 INFO heat.engine.watchrule [-] WATCH: stack:03d7ed4b-330f-4b60-b06e-b2ff6b229937, watch_name:wordpress-MEMAlarmLow NODATA
2013-07-03 16:12:00.067 27392 INFO heat.engine.watchrule [-] no action for new state NODATA
2013-07-03 16:12:00.152 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'ca2577c02d4d4162af9a1979ef8d55f9', u'_context_password': None, u'_context_auth_url': u'http://127.0.0.1:5000/v2.0', u'_context_aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', u'_unique_id': u'5ef6ae7e0d8b4d258f76c7bd293edbaa', u'_reply_q': u'reply_ea90c8e719654dafafd559c932071dd3', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "iUtWlEGluy9tMhOp0cn9yOb24j7V6VBsdMoMcLJxzko="}}', u'args': {u'resource_name': u'LB_instance', u'stack_identity': {u'stack_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372', u'stack_id': u'd58d1e89-6e82-49ef-8380-d5edd67cdc47', u'tenant': u'93a48de7ef674f07a96e169383c34399', u'path': u''}}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'describe_stack_resource', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:00.153 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://127.0.0.1:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "iUtWlEGluy9tMhOp0cn9yOb24j7V6VBsdMoMcLJxzko="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:00.153 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'c104a56c26e84f0387cc1a3dc5e73ae6', u'_context_password': None, u'_context_auth_url': u'http://127.0.0.1:5000/v2.0', u'_context_aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', u'_unique_id': u'526059bde92b441d82bea0e341558412', u'_reply_q': u'reply_ea90c8e719654dafafd559c932071dd3', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "ByxQQOBf9Jv+3BKOgQda7zkhegX2UfMEcMiTvdm/bYw="}}', u'args': {u'resource_name': u'LB_instance', u'stack_identity': {u'stack_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372', u'stack_id': u'd58d1e89-6e82-49ef-8380-d5edd67cdc47', u'tenant': u'93a48de7ef674f07a96e169383c34399', u'path': u''}}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'describe_stack_resource', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:00.154 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://127.0.0.1:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "ByxQQOBf9Jv+3BKOgQda7zkhegX2UfMEcMiTvdm/bYw="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:00.154 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'bb771f45320249a198d88c529c11e317', u'_context_password': None, u'_context_auth_url': u'http://127.0.0.1:5000/v2.0', u'_context_aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', u'_unique_id': u'6f47d48083bb4a78a051eec2c1ba661a', u'_reply_q': u'reply_ea90c8e719654dafafd559c932071dd3', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "ByxQQOBf9Jv+3BKOgQda7zkhegX2UfMEcMiTvdm/bYw="}}', u'args': {u'resource_name': u'LB_instance', u'stack_identity': {u'stack_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372', u'stack_id': u'd58d1e89-6e82-49ef-8380-d5edd67cdc47', u'tenant': u'93a48de7ef674f07a96e169383c34399', u'path': u''}}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'describe_stack_resource', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:00.154 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://127.0.0.1:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "ByxQQOBf9Jv+3BKOgQda7zkhegX2UfMEcMiTvdm/bYw="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:00.236 27392 DEBUG heat.openstack.common.rpc.amqp [-] Pool creating new connection create /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:61
2013-07-03 16:12:00.326 27392 DEBUG heat.openstack.common.rpc.amqp [-] Pool creating new connection create /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:61
2013-07-03 16:12:00.389 27392 DEBUG heat.openstack.common.rpc.amqp [-] Pool creating new connection create /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:61
2013-07-03 16:12:00.393 27392 INFO heat.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2013-07-03 16:12:00.393 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 992d4a431b354a248f1be0e4af778f24. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:00.394 27392 INFO heat.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2013-07-03 16:12:00.395 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is be015894de5b4121bbc6258531af0b32. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:00.395 27392 INFO heat.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2013-07-03 16:12:00.395 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 0d5ed8ac0c0a456888549a3b7f09c099. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:00.398 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 1ee4c6a8d0404014b3fb3fe2e16972d3. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:00.398 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 1c41802d79074c9487b68d3ddff88bf0. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:00.400 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 8d316e04aad945cb8c102644e72671b6. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:04.545 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'fbcd9f57689f4b99acab0c2e59ddb917', u'_context_password': None, u'_context_auth_url': u'http://127.0.0.1:5000/v2.0', u'_context_aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', u'_unique_id': u'e2ea37bac1ed4c8191099f60b8aa148a', u'_reply_q': u'reply_ea90c8e719654dafafd559c932071dd3', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "5V+sDeQJqI/DoVWfWFt1s8tDyA9AqqvpTt92XKx4Spo="}}', u'args': {u'resource_name': u'LB_instance', u'stack_identity': {u'stack_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372', u'stack_id': u'd58d1e89-6e82-49ef-8380-d5edd67cdc47', u'tenant': u'93a48de7ef674f07a96e169383c34399', u'path': u''}}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'describe_stack_resource', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:04.545 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://localhost:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://127.0.0.1:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "5V+sDeQJqI/DoVWfWFt1s8tDyA9AqqvpTt92XKx4Spo="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:04.634 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 7bde6eb337f440e1b8f1a9bfdd3aba54. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:04.637 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 64110612e84a413187425ff1da1f94bd. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:06.440 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'805274086e2b4ec4ab6806242892ee99', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'ffefb0bedd6942628b55dae818e5a52d', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "fb882cedbabd4a75842b3157fabe973a", "signature": "Ed2OW4WrP7VlxE9W1oVnizyXhmStMxFFCFaL8v/Vq7g="}}', u'args': {u'stats_data': {u'Namespace': u'system/linux', u'MemoryUtilization': {u'Value': u'12.8', u'Unit': u'Percent', u'Dimensions': []}}, u'watch_name': u'wordpress-MEMAlarmHigh'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:06.440 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "fb882cedbabd4a75842b3157fabe973a", "signature": "Ed2OW4WrP7VlxE9W1oVnizyXhmStMxFFCFaL8v/Vq7g="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:06.901 27392 DEBUG heat.engine.watchrule [-] new watch:wordpress-MEMAlarmHigh data:{u'Namespace': u'system/linux', u'MemoryUtilization': {u'Unit': u'Percent', u'Value': u'12.8', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:261
2013-07-03 16:12:06.902 27392 DEBUG heat.engine.service [-] new watch:wordpress-MEMAlarmHigh data:{u'Namespace': u'system/linux', u'MemoryUtilization': {u'Unit': u'Percent', u'Value': u'12.8', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:06.902 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is b090a23b0733416ca350f30643534cac. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:06.903 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'c4065a401c31476bb4ab9b4090406100', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'9bccba3932084f15ab13ffe69a298dd4', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "X4n0xHOnSdYjmqxHhMqBIqrm23P1tFV10lQ3Yi2KELA="}}', u'args': {u'stats_data': {u'Latency': {u'Value': u'0.0', u'Unit': u'Seconds', u'Dimensions': []}, u'Namespace': u'AWS/ELB'}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:06.903 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "X4n0xHOnSdYjmqxHhMqBIqrm23P1tFV10lQ3Yi2KELA="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:06.904 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'f69cc501719f4019a144a1191b2f001a', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'5d1d8bdb37b949b79e7f4e28cfaf4707', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "fb882cedbabd4a75842b3157fabe973a", "signature": "f3bAoMI+Uw57sbUJd9iE/84bHGg7PBUgGkJl5nk5i/A="}}', u'args': {u'stats_data': {u'Namespace': u'system/linux', u'MemoryUtilization': {u'Value': u'12.8', u'Unit': u'Percent', u'Dimensions': []}}, u'watch_name': u'wordpress-MEMAlarmLow'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:06.904 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "fb882cedbabd4a75842b3157fabe973a", "signature": "f3bAoMI+Uw57sbUJd9iE/84bHGg7PBUgGkJl5nk5i/A="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:07.343 27392 DEBUG heat.engine.watchrule [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Latency': {u'Unit': u'Seconds', u'Value': u'0.0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:261
2013-07-03 16:12:07.343 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Latency': {u'Unit': u'Seconds', u'Value': u'0.0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:07.344 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 51b21ef9a07b4478ba66493bcbb07faf. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:07.785 27392 DEBUG heat.engine.watchrule [-] new watch:wordpress-MEMAlarmLow data:{u'Namespace': u'system/linux', u'MemoryUtilization': {u'Unit': u'Percent', u'Value': u'12.8', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:261
2013-07-03 16:12:07.786 27392 DEBUG heat.engine.service [-] new watch:wordpress-MEMAlarmLow data:{u'Namespace': u'system/linux', u'MemoryUtilization': {u'Unit': u'Percent', u'Value': u'12.8', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:07.786 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 0f7273720ede41c288da6c486ce58a8c. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:07.789 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 450310281d6d4e858a4a3a3da6a8f02f. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:07.790 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is a5c33ff5998d4ff3a7f83eec7a022f70. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:07.791 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is b698a9871cc14aecb90fc347c8ae7eb7. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:07.988 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'e533eb5a53ed42708b2d81e795bca8ca', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'2e79b6e98b694ae0ba0cd4fe12cde3f2', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "gOqTPDAv6YsW4q2aM6GaO0lV5HmI7EuSvi0q69phvD4="}}', u'args': {u'stats_data': {u'HTTPCode_ELB_4XX': {u'Value': u'205', u'Unit': u'Counter', u'Dimensions': []}, u'Namespace': u'AWS/ELB'}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:07.989 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "gOqTPDAv6YsW4q2aM6GaO0lV5HmI7EuSvi0q69phvD4="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:08.396 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'Namespace': u'AWS/ELB', u'HTTPCode_ELB_4XX': {u'Unit': u'Counter', u'Value': u'205', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:08.396 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Namespace': u'AWS/ELB', u'HTTPCode_ELB_4XX': {u'Unit': u'Counter', u'Value': u'205', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:08.397 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is ebffae45c646436486577b9026f0683a. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:08.399 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 91622cf3e6994b6cae599ea0cccba943. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:08.594 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'd0453412f32740559f990984e78bf1d6', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'5d4a0c6bf4224beeadb2854b2365c4f1', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "DgmtmozJY+lR48kMKdvHRLTH6ePYZ2uYGtt74+ahOkQ="}}', u'args': {u'stats_data': {u'HTTPCode_Backend_2XX': {u'Value': u'0', u'Unit': u'Counter', u'Dimensions': []}, u'Namespace': u'AWS/ELB'}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:08.595 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "DgmtmozJY+lR48kMKdvHRLTH6ePYZ2uYGtt74+ahOkQ="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:09.041 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'HTTPCode_Backend_2XX': {u'Unit': u'Counter', u'Value': u'0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:09.041 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'HTTPCode_Backend_2XX': {u'Unit': u'Counter', u'Value': u'0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:09.041 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 153428cbcb3a47a1950d2b54d0ba940b. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:09.044 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is aec5cd43b7b646699d1b82e7a313a40b. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:09.367 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'c8459448afa54db99adf0bbafe978b2f', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'fcf5764f64e7479094618e7496135134', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "pmmt+Pu1mzn6z4lHqK3ynOXk2J6FLDa0cEGHgYH89+M="}}', u'args': {u'stats_data': {u'HealthyHostCount': {u'Value': u'0', u'Unit': u'Counter', u'Dimensions': []}, u'Namespace': u'AWS/ELB'}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:09.367 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "pmmt+Pu1mzn6z4lHqK3ynOXk2J6FLDa0cEGHgYH89+M="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:09.821 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'HealthyHostCount': {u'Unit': u'Counter', u'Value': u'0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:09.822 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'HealthyHostCount': {u'Unit': u'Counter', u'Value': u'0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:09.822 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 9920bbc449014e1b8e5f9af101e1092b. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:09.824 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 883bf94e66e848028936a8c76e8427cb. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:10.018 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'a90f6c7dbcde4ce9baca86dde6a472b6', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'efce7607c948418d8e689836c8d8ac75', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "oS1twvz3RIIMoLFLwT2VluvjdH9meS3gs//aKwmq5oY="}}', u'args': {u'stats_data': {u'HTTPCode_Backend_3XX': {u'Value': u'0', u'Unit': u'Counter', u'Dimensions': []}, u'Namespace': u'AWS/ELB'}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:10.019 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "oS1twvz3RIIMoLFLwT2VluvjdH9meS3gs//aKwmq5oY="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:10.393 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'HTTPCode_Backend_3XX': {u'Unit': u'Counter', u'Value': u'0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:10.393 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'HTTPCode_Backend_3XX': {u'Unit': u'Counter', u'Value': u'0', u'Dimensions': []}, u'Namespace': u'AWS/ELB'} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:10.393 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is faa9f2c6a1f2451c9c54f9243d311eb1. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:10.397 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is d40ab6a5200b456891bc43fc1c321e56. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:10.584 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'76ee03eb569a42149a794f6e553eb2e2', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'6886b5a7c54c43ffb9df723d2ed66f1d', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "Ys0BiA0yMjM8Tw8kf8imqS64i1CzQvc81g9UjP9HPlk="}}', u'args': {u'stats_data': {u'RequestCount': {u'Value': u'486', u'Unit': u'Counter', u'Dimensions': []}, u'Namespace': u'AWS/ELB'}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:10.585 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "Ys0BiA0yMjM8Tw8kf8imqS64i1CzQvc81g9UjP9HPlk="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:11.000 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'Namespace': u'AWS/ELB', u'RequestCount': {u'Unit': u'Counter', u'Value': u'486', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:11.000 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Namespace': u'AWS/ELB', u'RequestCount': {u'Unit': u'Counter', u'Value': u'486', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:11.000 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 7c5f14d04b214fc08d75d152d219082b. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:11.002 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 6352d751aa774fa092dcb30e342846c6. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:11.173 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'1c68b25f366e4f3dbff3ea12d6f9b702', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'ab9f15ae26ff4cebaf50bb74d4254e84', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "ECNNRBe3b0oCCKeqQ0pA41U6HX0XKH6dmZ1uaCztkBA="}}', u'args': {u'stats_data': {u'Namespace': u'AWS/ELB', u'UnHealthyHostCount': {u'Value': u'1', u'Unit': u'Counter', u'Dimensions': []}}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:11.174 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "ECNNRBe3b0oCCKeqQ0pA41U6HX0XKH6dmZ1uaCztkBA="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:11.557 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'Namespace': u'AWS/ELB', u'UnHealthyHostCount': {u'Unit': u'Counter', u'Value': u'1', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:11.557 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Namespace': u'AWS/ELB', u'UnHealthyHostCount': {u'Unit': u'Counter', u'Value': u'1', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:11.557 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is e1a162e94ccd4d7f835cca636fbf6b5e. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:11.560 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 9c561eef2b8f4eda9ebdfd7ecddc221a. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:11.755 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'1dc1355c28854f5eb0fd995fd28b3b91', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'71bcab0095b54ac2ad92d355710c1234', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "qK88tOqYd7i+tnbUMj3ap8LT/sZVry0I46kiiC0o8PY="}}', u'args': {u'stats_data': {u'Namespace': u'AWS/ELB', u'HTTPCode_Backend_5XX': {u'Value': u'281', u'Unit': u'Counter', u'Dimensions': []}}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:11.755 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "qK88tOqYd7i+tnbUMj3ap8LT/sZVry0I46kiiC0o8PY="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:12.145 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'Namespace': u'AWS/ELB', u'HTTPCode_Backend_5XX': {u'Unit': u'Counter', u'Value': u'281', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:12.145 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Namespace': u'AWS/ELB', u'HTTPCode_Backend_5XX': {u'Unit': u'Counter', u'Value': u'281', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:12.145 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is e5cb1f42c4ed4d27bc83393e8e0fdde4. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:12.147 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 5b6a6c084918483da9737e61b875c3ee. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:12.326 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'133df93240914368bdc28fa87e402973', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'3f221f9bf5cc4e0d82468ba53c07d30e', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "g0ffwF8bId+a0rBkwyMZpvuM34iD+MfgFZ12Il3iEm0="}}', u'args': {u'stats_data': {u'Namespace': u'AWS/ELB', u'HTTPCode_ELB_5XX': {u'Value': u'281', u'Unit': u'Counter', u'Dimensions': []}}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:12.326 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "g0ffwF8bId+a0rBkwyMZpvuM34iD+MfgFZ12Il3iEm0="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:12.704 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'Namespace': u'AWS/ELB', u'HTTPCode_ELB_5XX': {u'Unit': u'Counter', u'Value': u'281', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:12.704 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Namespace': u'AWS/ELB', u'HTTPCode_ELB_5XX': {u'Unit': u'Counter', u'Value': u'281', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:12.704 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is e7775f1418fb439c8d8c0025bd64fc35. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:12.706 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 6a05f08f201345be88619b4f10488d7f. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:12.888 27392 DEBUG heat.openstack.common.rpc.amqp [-] received {u'_context_roles': [u'_member_', u'heat_stack_user'], u'_msg_id': u'961387fdf4ff46fc8295d4167648692a', u'_context_password': None, u'_context_auth_url': u'http://192.168.202.103:5000/v2.0', u'_context_aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', u'_unique_id': u'4a84d6e9911148a3ac8a6d715bee2e25', u'_reply_q': u'reply_5656ae3dabc0427bb1776360aaa822c9', u'_context_aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "RLaVxLa4g+8z1xTlYZ4RX9+hPmBJRWPRU3V0V5JkMlI="}}', u'args': {u'stats_data': {u'Namespace': u'AWS/ELB', u'HTTPCode_Backend_4XX': {u'Value': u'205', u'Unit': u'Counter', u'Dimensions': []}}, u'watch_name': u'wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher'}, u'_context_tenant': u'TenantA', u'_context_auth_token': '<SANITIZED>', u'_context_is_admin': True, u'version': u'1.0', u'_context_tenant_id': u'93a48de7ef674f07a96e169383c34399', u'namespace': None, u'method': u'create_watch_data', u'_context_username': None} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:12.889 27392 DEBUG heat.openstack.common.rpc.amqp [-] unpacked context: {'username': None, 'roles': [u'_member_', u'heat_stack_user'], 'aws_auth_uri': u'http://192.168.202.103:5000/v2.0/ec2tokens', 'tenant_id': u'93a48de7ef674f07a96e169383c34399', 'auth_token': '<SANITIZED>', 'auth_url': u'http://192.168.202.103:5000/v2.0', 'is_admin': True, 'password': None, 'aws_creds': u'{"ec2Credentials": {"access": "830ae9caaa94474aaab3c59812ee645d", "signature": "RLaVxLa4g+8z1xTlYZ4RX9+hPmBJRWPRU3V0V5JkMlI="}}', 'tenant': u'TenantA'} _safe_log /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/common.py:298
2013-07-03 16:12:13.320 27392 DEBUG heat.engine.watchrule [-] Ignoring metric data (only accept Latency) : {u'Namespace': u'AWS/ELB', u'HTTPCode_Backend_4XX': {u'Unit': u'Counter', u'Value': u'205', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/watchrule.py:253
2013-07-03 16:12:13.320 27392 DEBUG heat.engine.service [-] new watch:wordpress-ElasticLoadBalancer-xmgbeb2tg372-latency_watcher data:{u'Namespace': u'AWS/ELB', u'HTTPCode_Backend_4XX': {u'Unit': u'Counter', u'Value': u'205', u'Dimensions': []}} create_watch_data /usr/local/lib/python2.7/dist-packages/heat/engine/service.py:575
2013-07-03 16:12:13.320 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is c1e17b353b55419981cc0365423d0422. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:13.323 27392 DEBUG heat.openstack.common.rpc.amqp [-] UNIQUE_ID is 8429272cfd8a441d8215e1104b3db258. _add_unique_id /usr/local/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py:325
2013-07-03 16:12:29.129 27392 INFO heat.openstack.common.service [-] Caught SIGTERM, exiting
[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True

# Show debugging output in logs (sets DEBUG log level output)
debug = True

# Turn off standard error logging
use_stderr = False

# Log to this file. Make sure the user running heat-api has
# permissions to write to this file!
log_file = /var/log/heat/api-cloudwatch.log

# Send logs to syslog (/dev/log) instead of to file specified
# by `log_file`
use_syslog = False

# Facility to use. If unset defaults to LOG_USER.
# syslog_log_facility = LOG_LOCAL0

# Address to bind the server to
bind_host = 0.0.0.0

# Port the bind the server to
bind_port = 8003

rpc_backend=heat.openstack.common.rpc.impl_kombu
rabbit_password=grizzly

[keystone_authtoken]
auth_host = 192.168.202.103
auth_port = 35357
auth_protocol = http
auth_uri = http://192.168.202.103:5000/v2.0

# These must be set to your local values in order for the token
# authentication to work.
admin_tenant_name = service
admin_user = heat
admin_password = grizzly

[ec2authtoken]
auth_uri = http://192.168.202.103:5000/v2.0
keystone_ec2_uri = http://192.168.202.103:5000/v2.0/ec2tokens
[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True

# Show debugging output in logs (sets DEBUG log level output)
debug = True

# Turn off standard error logging
use_stderr = False

# Log to this file. Make sure the user running heat-api has
# permissions to write to this file!
log_file = /var/log/heat/engine.log

# Send logs to syslog (/dev/log) instead of to file specified
# by `log_file`
use_syslog = False

# Facility to use. If unset defaults to LOG_USER.
# syslog_log_facility = LOG_LOCAL0

# Keystone role for heat template-defined users
heat_stack_user_role = heat_stack_user

# Make instances connect to the heat services via https
# default to off since it will require images and host
# to be configured correctly to support ssl connections
instance_connection_is_secure = 0

# If is_secure is set to 1, certificate validation can
# be enabled or disabled
instance_connection_https_validate_certificates = 1

# The default user that heat creates in users for ssh
# administration is `ec2-user`, which is compatible with
# AWS CloudFormation. You can change it with instance_user
# instance_user = heat-admin

# URL for instances to connect for metadata
# ie the IP of the bridge device connecting the
# instances with the host and the bind_port of
# the CFN API
# NOTE : change this from 127.0.0.1 !!
heat_metadata_server_url = http://192.168.202.103:8000

# URL for instances to connect for notification
# of waitcondition events (ie via cfn-signal)
# e.g the IP of the bridge device connecting the
# instances with the host and the bind_port of
# the CFN API
# NOTE : change this from 127.0.0.1 !!
heat_waitcondition_server_url = http://192.168.202.103:8000/v1/waitcondition

# URL for instances to connect for publishing metric
# data (ie via cfn-push-stats)
# e.g the IP of the bridge device connecting the
# instances with the host and the bind_port of
# the heat-api-cloudwatch API
# NOTE : change this from 127.0.0.1 !!
heat_watch_server_url = http://192.168.202.103:8003

# The namespace for the custom backend. Must provide class Clients which will be
# imported. Defaults to OpenStack if none provided.
# cloud_backend=deltacloud_heat.client

sql_connection = mysql://heat:heat@localhost/heat

db_backend=heat.db.sqlalchemy.api

rpc_backend=heat.openstack.common.rpc.impl_kombu
rabbit_password=grizzly

auth_encryption_key=691112bcfca7ce71663cdf58b3f6d98f
[Credentials]
# AWS credentials, from keystone ec2-credentials-list
# Note this section should only be uncommented for per-user
# boto config files, copy this file to ~/.boto
# Alternatively the credentials can be passed into the boto
# client at constructor-time in your code
aws_access_key_id = 88da7b10ddbe4f4cad198477352ef9fc 
aws_secret_access_key = ea565d63813b412cb69db37a9df533e3

[Boto]
# Make boto output verbose debugging information
debug = 0

# Disable https connections
is_secure = 0

# Override the default AWS endpoint to connect to heat on localhost
cfn_region_name = heat
cfn_region_endpoint = 192.168.202.103

cloudwatch_region_name = heat
cloudwatch_region_endpoint = 192.168.202.103

# Set the client retries to 1, or errors connecting to heat repeat
# which is not useful when debugging API issues
num_retries = 1

Follow ups