Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent correctly the instance-libvirt.xml #319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

obino
Copy link

@obino obino commented Jun 29, 2021

Before the output would have lines like:

<devices><rng model="virtio"><backend model="random">/dev/urandom</backend></rng><disk type="file" device="floppy"><driver cache="none"/><source file="/home/eucalyptus/instances/work/xxxxxx/yyyy/floppy"/><target dev="fda"/></disk><disk type="block">

After:

    <rng model="virtio">
      <backend model="random">/dev/urandom</backend>
    </rng>
    <disk type="file" device="floppy">
      <driver cache="none"/>
      <source file="/home/eucalyptus/instances/work/AIDAAPBBFTSG4COXVGU7Q/i-35cc9e3f2db173cae/floppy"/>
      <target dev="fda"/>
    </disk>```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant