[Bug 1431013] Re: Resource type AWS::RDS::DBInstance errors

Launchpad Bug Tracker 1431013 at bugs.launchpad.net
Thu Aug 13 12:26:35 UTC 2015


This bug was fixed in the package heat - 1:5.0.0~b1-0ubuntu4

---------------
heat (1:5.0.0~b1-0ubuntu4) wily; urgency=medium

  * d/heat-common.install: Include missing templates directory (LP: #1431013).
  * d/python-heat.install: Include missing migrate.cfg.

 -- James Page <james.page at ubuntu.com>  Thu, 13 Aug 2015 11:31:48 +0100

** Changed in: heat (Ubuntu Wily)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to heat in Ubuntu.
https://bugs.launchpad.net/bugs/1431013

Title:
  Resource type AWS::RDS::DBInstance errors

Status in heat package in Ubuntu:
  Fix Released
Status in heat source package in Vivid:
  New
Status in heat source package in Wily:
  Fix Released
Status in heat package in Juju Charms Collection:
  Invalid

Bug description:
  I get this error in heat-engine.log when trying to load that resource
  type:

  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp Traceback (most recent call last):
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp   File "/usr/lib/python2.7/dist-packages/heat/openstack/common/rpc/amqp.py", line 462, in _process_data
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp     **args)
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp   File "/usr/lib/python2.7/dist-packages/heat/openstack/common/rpc/dispatcher.py", line 172, in dispatch
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp     result = getattr(proxyobj, method)(ctxt, **kwargs)
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp   File "/usr/lib/python2.7/dist-packages/heat/engine/service.py", line 800, in resource_schema
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp     rpc_api.RES_SCHEMA_PROPERTIES: dict(properties_schema()),
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp   File "/usr/lib/python2.7/dist-packages/heat/engine/service.py", line 788, in properties_schema
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp     for name, schema_dict in resource_class.properties_schema.items():
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp AttributeError: type object 'TemplateResource' has no attribute 'properties_schema'
  2015-03-11 20:41:14.479 23745 TRACE heat.openstack.common.rpc.amqp 
  2015-03-11 20:41:14.479 23745 ERROR heat.openstack.common.rpc.common [req-0622c36e-e979-4029-83a3-d17275a1ced9 None] Returning exception type object 'TemplateResource' has no attribute 'properties_schema' to call

  Possibly caused by missing template file:

  root at juju-machine-0-lxc-5:/etc/heat# grep DBInstance /etc/heat/environment.d/default.yaml 
      "AWS::RDS::DBInstance": "file:///etc/heat/templates/AWS_RDS_DBInstance.yaml"
  root at juju-machine-0-lxc-5:/etc/heat# ls -la /etc/heat/templates/AWS_RDS_DBInstance.yaml
  ls: cannot access /etc/heat/templates/AWS_RDS_DBInstance.yaml: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heat/+bug/1431013/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list