-
Notifications
You must be signed in to change notification settings - Fork 38
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 new document describing the expected DBUS apis #78
Conversation
The one question I have is: we say the main process is the |
doc/dbus-interfaces.md
Outdated
* Register(in st name) | ||
|
||
Before anything else can happen the node must call this method to | ||
register with the orchastrator, giving its unique name. If this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
register with the orchastrator, giving its unique name. If this | |
register with the orchestrator, giving its unique name. If this |
doc/dbus-interfaces.md
Outdated
|
||
Before anything else can happen the node must call this method to | ||
register with the orchastrator, giving its unique name. If this | ||
succeeds, then the orchastrator will consider the node online and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
succeeds, then the orchastrator will consider the node online and | |
succeeds, then the orchestrator will consider the node online and |
Signed-off-by: Alexander Larsson <alexl@redhat.com>
ab627ac
to
b09453b
Compare
Signed-off-by: Alexander Larsson alexl@redhat.com