Skip to content

Commit

Permalink
Merge pull request #2010 from alejandro-ripoll/main
Browse files Browse the repository at this point in the history
OpenStack: Changed metadata hostname source order
  • Loading branch information
tormath1 authored Jun 7, 2024
2 parents e4e12c4 + 68cf358 commit a91715a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/changes/2024-06-03-openstack-configdrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- OpenStack: Changed metadata hostname source order. The service first tries with the config drive then fallback on the metadata service. ([bootengine#96](https://github.com/flatcar/bootengine/pull/96))
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="8da532c809c89a9c434ada0fa9532a1c1bf49f4c" # flatcar-master
CROS_WORKON_COMMIT="fb2631ce5e6a21d044c8dca73f59db01f9d5abcf" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit a91715a

Please sign in to comment.