Skip to content

Make Suse and Sles support 127.0.1.1#331

Closed
chengcheng-chcheng wants to merge 3 commits intocanonical:masterfrom
chengcheng-chcheng:sles-support-127011-branch
Closed

Make Suse and Sles support 127.0.1.1#331
chengcheng-chcheng wants to merge 3 commits intocanonical:masterfrom
chengcheng-chcheng:sles-support-127011-branch

Conversation

@chengcheng-chcheng
Copy link
Copy Markdown
Contributor

Make Suse and Sles support 127.0.1.1

Same as ubuntu-debian as link below, make sles-suse also support 127.0.1.1
http://www.leonardoborda.com/blog/127-0-1-1-ubuntu-debian/

suse and sles support 127.0.1.1

… IP was customized on suse and sles

modify the nunittest to support 127.0.1.1 for sles and suse.

modify the nunittest to support 127.0.1.1 for sles and suse.
@chengcheng-chcheng chengcheng-chcheng marked this pull request as ready for review April 27, 2020 12:12
Copy link
Copy Markdown
Collaborator

@blackboxsw blackboxsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the submission to improve cloud-init!
I think in your merge branch master commit something happened to inadvertently include all files in your working directory a1c6687

Please drop those unintended files from this PR if possible.

One way to refresh latest tip of master into your branch is this flow:

git checkout <your_branch>
# Fetch upstream cloud-init changes
ORIGIN=`git remote -v | grep canonical/cloud-init | awk '(NR == 1){print $1}'`
git fetch $ORIGIN
# Rebase <your_branch> on top of any upstream cloud-init changes that have landed 
git rebase -i $ORIGIN/master

@blackboxsw
Copy link
Copy Markdown
Collaborator

Closed in favor of #336

@blackboxsw blackboxsw closed this Apr 30, 2020
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.

2 participants