forked from cloudbase/cloudbase-init
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nocloud: fix network config regression
With commit cloudbase@f0fe66b, the network config in case of NoCloudConfigDrive was supported only if it was in the format: ```yaml network: config: ... version: 1|2 ``` Before the commit, the following format was also supported: ```yaml config: ... version: 1 ``` Added support for both formats and made sure that the `network` key is not required. Change-Id: I7478a8654443db83f0f3995839811910c468a06c Signed-off-by: Adrian Vladu <[email protected]>
- Loading branch information
Showing
2 changed files
with
143 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters