Patching Openstack with Anvil

Asked by Craig Jellick

How do you patch Openstack source code with Anvil? Is there some documenation or a blog post somewhere that explains how to do it? I see references to patching in the documentation, but nothing that explicitly outlines how to do it.

Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
anvil Edit question
Assignee:
No assignee Edit question
Solved by:
Craig Jellick
Solved:
Last query:
Last reply:
Revision history for this message
Craig Jellick (craig-jellick) said :
#1

You can have a
patch: [list of file names]
for each component.

Here's an example:
https://github.com/stackforge/anvil/blob/stable/folsom/conf/components/glance-client.yaml#L7

This will use git to apply patches over the original source. Thanks to Josh for explaining this.