[Bug 1431013] Re: Resource type AWS::RDS::DBInstance errors
James Page
james.page at ubuntu.com
Mon May 16 14:38:12 UTC 2016
** Changed in: cloud-archive
Status: New => Fix Committed
--
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 Ubuntu Cloud Archive:
Fix Committed
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/cloud-archive/+bug/1431013/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list