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

Add the volume to the root disk (vda) if the selected flavor has a ro… #894

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. Add the volume to the root disk (vda) if the selected flavor has a ro…

    …ot disk size of 0 during instance provisioning
    Dhamo1107 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    aa99072 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Cleanup volume_attachment_spec

    This spec made heavy use of instance vars rather than `let()` which
    makes it more difficult to override these in sub-contexts.
    agrare committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    735fa3d View commit details
    Browse the repository at this point in the history
  2. Add specs for volume provision flavor no root disk

    If a flavor has no root disk we have to set up the bootable volume
    manually based on the first requested volume.
    agrare committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    687edb5 View commit details
    Browse the repository at this point in the history