FetchHandler charmhelpers.fetch.giturl.GitUrlFetchHandler not found

Bug #1534819 reported by james beedy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Charm Helpers
New
Undecided
Unassigned

Bug Description

2016-01-15 20:50:19 INFO juju-log FetchHandler charmhelpers.fetch.giturl.GitUrlFetchHandler not found, skipping plugin
2016-01-15 20:50:19 INFO install Traceback (most recent call last):
2016-01-15 20:50:19 INFO install File "/var/lib/juju/agents/unit-django-nginx61-0/charm/hooks/install", line 18, in <module>
2016-01-15 20:50:19 INFO install main()
2016-01-15 20:50:19 INFO install File "/usr/local/lib/python3.4/dist-packages/charms/reactive/__init__.py", line 67, in main
2016-01-15 20:50:19 INFO install bus.dispatch()
2016-01-15 20:50:19 INFO install File "/usr/local/lib/python3.4/dist-packages/charms/reactive/bus.py", line 397, in dispatch
2016-01-15 20:50:19 INFO install _invoke(hook_handlers)
2016-01-15 20:50:19 INFO install File "/usr/local/lib/python3.4/dist-packages/charms/reactive/bus.py", line 388, in _invoke
2016-01-15 20:50:19 INFO install handler.invoke()
2016-01-15 20:50:19 INFO install File "/usr/local/lib/python3.4/dist-packages/charms/reactive/bus.py", line 269, in invoke
2016-01-15 20:50:19 INFO install self._action(*args)
2016-01-15 20:50:19 INFO install File "/var/lib/juju/agents/unit-django-nginx61-0/charm/reactive/django.py", line 45, in install
2016-01-15 20:50:19 INFO install source_install(dcfg)
2016-01-15 20:50:19 INFO install File "/var/lib/juju/agents/unit-django-nginx61-0/charm/reactive/django.py", line 132, in source_install
2016-01-15 20:50:19 INFO install dest=dcfg.get('install-path'))
2016-01-15 20:50:19 INFO install File "/usr/local/lib/python3.4/dist-packages/charmhelpers/fetch/__init__.py", line 393, in install_remote
2016-01-15 20:50:19 INFO install raise UnhandledSource("No handler found for source {}".format(source))
2016-01-15 20:50:19 INFO install charmhelpers.fetch.UnhandledSource: No handler found for source https://github.com/jamesbeedy/anyapp
2016-01-15 20:50:19 ERROR juju.worker.uniter.operation runhook.go:107 hook "install" failed: exit status 1

Trying to use charmhelpers.fetch.install_remote() fails with https git url.

Looks like it can't find the handler .....

This is the code calling install_remote:
https://github.com/marcoceppi/layer-django/blob/master/reactive/django.py#L136

git url used as source: https://github.com/jamesbeedy/anyapp

james beedy (jamesbeedy)
summary: - No handler found for source - GitFetchUrlHandler
+ FetchHandler charmhelpers.fetch.giturl.GitUrlFetchHandler not found
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.