Skip to content

Commit

Permalink
fix 'pcs cluster auth'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek committed Feb 1, 2018
1 parent 1fff051 commit ed3e020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -24,8 +24,11 @@
- Fixed a crash in the `pcs booth sync` command ([rhbz#1527530])
- Always replace the whole CIB instead of applying a diff when
crm\_feature\_set <= 3.0.8 ([rhbz#1488044])
- Fixed `pcs cluster auth` in a cluster when not authenticated and using
a non-default port ([rhbz#1415197])

[ghissue#153]: https://github.com/ClusterLabs/pcs/issues/153
[rhbz#1415197]: https://bugzilla.redhat.com/show_bug.cgi?id=1415197
[rhbz#1421702]: https://bugzilla.redhat.com/show_bug.cgi?id=1421702
[rhbz#1464781]: https://bugzilla.redhat.com/show_bug.cgi?id=1464781
[rhbz#1488044]: https://bugzilla.redhat.com/show_bug.cgi?id=1488044
Expand Down
2 changes: 1 addition & 1 deletion pcsd/cfgsync.rb
Expand Up @@ -795,7 +795,7 @@ def self.save_sync_new_tokens(
# we run in a cluster so we need to sync the config
publisher = ConfigPublisher.new(
PCSAuth.getSuperuserAuth(), [config_new], nodes, cluster_name,
new_tokens
new_tokens, new_ports
)
old_configs, node_responses = publisher.publish()
if not old_configs.include?(config_new.class.name)
Expand Down

0 comments on commit ed3e020

Please sign in to comment.