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?

link|improve this question

What does your metadata.yaml look like? – Marco Ceppi Nov 19 '11 at 6:51
feedback

1 Answer

up vote 4 down vote accepted

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.

link|improve this answer
BTW I opened bugs.launchpad.net/charm-tools/+bug/893363 because this is actually an erroneous warning that should be removed. – SpamapS Nov 21 '11 at 22:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.