Comment 0 for bug 1663755

Revision history for this message
Ryan Beisner (1chb1n) wrote : specs with tempest charm fail with 'no charm metadata'

specs with tempest charm fail with 'no charm metadata'

00:07:50.941 Traceback (most recent call last):
00:07:50.941 File "/usr/bin/juju-deployer", line 9, in <module>
00:07:50.941 load_entry_point('juju-deployer==0.9.2', 'console_scripts', 'juju-deployer')()
00:07:50.941 File "/usr/lib/python3/dist-packages/deployer/cli.py", line 140, in main
00:07:50.941 run()
00:07:50.941 File "/usr/lib/python3/dist-packages/deployer/cli.py", line 250, in run
00:07:50.941 importer.Importer(env, deployment, options).run()
00:07:50.941 File "/usr/lib/python3/dist-packages/deployer/action/importer.py", line 295, in run
00:07:50.941 self.deploy_services(add_units=(self.deployment.version == 3))
00:07:50.941 File "/usr/lib/python3/dist-packages/deployer/action/importer.py", line 164, in deploy_services
00:07:50.941 charm.charm_url if not charm.is_absolute() else charm.path
00:07:50.941 File "/usr/lib/python3/dist-packages/deployer/charm.py", line 170, in charm_url
00:07:50.941 charm_name = self.metadata['name']
00:07:50.941 File "/usr/lib/python3/dist-packages/deployer/charm.py", line 283, in metadata
00:07:50.941 raise RuntimeError("No charm metadata @ %s", md_path)
00:07:50.941 RuntimeError: ('No charm metadata @ %s', 'trusty/tempest/metadata.yaml')