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

Allow docker-agent to update node config #485

Merged
merged 3 commits into from
Sep 5, 2022

Conversation

xichen1
Copy link
Member

@xichen1 xichen1 commented Sep 2, 2022

Implement the methods to request docker-agent to update config,
and restart the node.

Also fix a bug in node APIs that disallows the JSON post request.

Signed-off-by: Xichen Pan xichen.pan@gmail.com

Implement the methods to request docker-agent to update config,
and restart the node.

Also fix a bug in node APIs that disallows the JSON post request.

Signed-off-by: Xichen Pan <xichen.pan@gmail.com>
@xichen1 xichen1 requested a review from a team as a code owner September 2, 2022 12:25
else:
raise response.reason
except Exception as e:
raise e
Copy link
Member

Choose a reason for hiding this comment

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

nit: the file should be ended with a new line.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

End file with a new line.

Signed-off-by: Xichen Pan <xichen.pan@gmail.com>
End file with a new line.

Signed-off-by: Xichen Pan <xichen.pan@gmail.com>
@zhuyuanmao zhuyuanmao merged commit 0ed95e2 into hyperledger:main Sep 5, 2022
@xichen1 xichen1 deleted the upload-node-config branch November 11, 2022 20:13
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.

None yet

2 participants