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

cherry-pick: Send the engine-id when calling DiscoveryConnection#save #145

Merged
merged 1 commit into from
Mar 25, 2015

Conversation

erran-r7
Copy link
Contributor

This commit resolves conflicts introduced by recent changes though e4e21b0 had already been merged to master.

This commit resolves conflicts introduced by recent changes though
e4e21b0 had already been merged to
master.
@@ -164,6 +167,7 @@ def as_xml
xml.attributes['exchange-username'] = @exchange_username if @exchange_username
xml.attributes['exchange-password'] = @exchange_password if @exchange_password
xml.attributes['type'] = @type if @type
xml.attributes['engine-id'] = @engine_id if @engine_id && @engine_id != -1

Choose a reason for hiding this comment

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

Unnecessary spacing detected.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

:trollface: Consistency...

@erran-r7
Copy link
Contributor Author

Merging these changes will allow me to remove the DiscoveryConnection#as_xml monkey patch required by DHCP tests from the nexpose extensions gem.

cc: @gschneider-r7 @rtaylor-r7 @sgreen-r7

sgreen-r7 added a commit that referenced this pull request Mar 25, 2015
…-site-api

cherry-pick: Send the engine-id when calling DiscoveryConnection#save
@sgreen-r7 sgreen-r7 merged commit d15a91b into site-api Mar 25, 2015
@sgreen-r7 sgreen-r7 deleted the support-engine-id-in-discovery-in-site-api branch March 25, 2015 17:18
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.

4 participants