You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/01/15 02:04:03 UTC

mesos git commit: Linked JIRA ticket for `authenticate` master flag rename.

Repository: mesos
Updated Branches:
  refs/heads/master b3ddc567b -> 403550144


Linked JIRA ticket for `authenticate` master flag rename.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/40355014
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/40355014
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/40355014

Branch: refs/heads/master
Commit: 40355014423fea7ba621c678298e8bd6dad28f4d
Parents: b3ddc56
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Jan 14 17:02:56 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Jan 14 17:02:56 2016 -0800

----------------------------------------------------------------------
 src/master/flags.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/40355014/src/master/flags.cpp
----------------------------------------------------------------------
diff --git a/src/master/flags.cpp b/src/master/flags.cpp
index f5a83eb..60c60c8 100644
--- a/src/master/flags.cpp
+++ b/src/master/flags.cpp
@@ -194,6 +194,7 @@ mesos::internal::master::Flags::Flags()
       "are used to indicate forms of priority.");
 
   // TODO(adam-mesos): Deprecate --authenticate for --authenticate_frameworks.
+  // See MESOS-4386 for details.
   add(&Flags::authenticate_frameworks,
       "authenticate",
       "If authenticate is 'true' only authenticated frameworks are allowed\n"