6

When I run charm proof <path_to_charm_folder> I get the following warning.

W: relation server has no hooks

What does this mean and how do I get rid of it?

Octavian Helm
  • 14,515

1 Answers1

4

It is just a warning about a nonexistent relation defined in your metadata.yaml file.

Does not mean there is something wrong with your Charm and can be ignored. Your Charm will probably work normally so no need to worry.

Octavian Helm
  • 14,515
Bruno Pereira
  • 74,715