keystone-manage 手册

KEYSTONE-MANAGE(1)                                                                                                              keystone                                                                                                             KEYSTONE-MANAGE(1)

NAME
       keystone-manage - Keystone Management Utility

KEYSTONE MANAGEMENT UTILITY
       Author [email protected]

       Date   2017-02-23

       Copyright
              OpenStack Foundation

       Version
              11.0.0

       Manual section
              1

       Manual group
              cloud computing

   SYNOPSIS
          keystone-manage [options]

   DESCRIPTION
       keystone-manage  is the command line tool which interacts with the Keystone service to initialize and update data within Keystone. Generally, keystone-manage is only used for operations that cannot be accomplished with the HTTP API, such data import/export
       and database migrations.

   USAGE
          keystone-manage [options] action [additional args]

       orphan

   General keystone-manage options:
       · --help : display verbose help output.

       Invoking keystone-manage by itself will give you some usage information.

       Available commands:

       · bootstrap: Perform the basic bootstrap process.

       · credential_migrate: Encrypt credentials using a new primary key.

       · credential_rotate: Rotate Fernet keys for credential encryption.

       · credential_setup: Setup a Fernet key repository for credential encryption.

       · db_sync: Sync the database.

       · db_version: Print the current migration version of the database.

       · doctor: Diagnose common problems with keystone deployments.

       · domain_config_upload: Upload domain configuration file.

       · fernet_rotate: Rotate keys in the Fernet key repository.

       · fernet_setup: Setup a Fernet key repository for token encryption.

       · mapping_populate: Prepare domain-specific LDAP backend.

       · mapping_purge: Purge the identity mapping table.

       · mapping_engine: Test your federation mapping rules.

       · pki_setup: Initialize the certificates used to sign revocation lists. deprecated

       · saml_idp_metadata: Generate identity provider metadata.

       · token_flush: Purge expired tokens.

   OPTIONS
          -h, --help
                 show this help message and exit

          --config-dir DIR
                 Path to a config directory to pull *.conf files from.  This file set is sorted, so as to provide a predictable parse order if individual options are over-ridden. The set is parsed after the file(s) specified via previous --config-file,  arguments
                 hence over-ridden options in the directory take precedence.

          --config-file PATH
                 Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. Defaults to None.

          --debug, -d
                 If set to true, the logging level will be set to DEBUG instead of the default INFO level.

          --log-config-append PATH, --log_config PATH
                 The  name  of a logging configuration file. This file is appended to any existing logging configuration files.  For details about logging configuration files, see the Python logging module documentation. Note that when logging configuration files
                 are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, logging_context_format_string).

          --log-date-format DATE_FORMAT
                 Defines the format string for %(asctime)s in log records. Default: None . This option is ignored if log_config_append is set.

          --log-dir LOG_DIR, --logdir LOG_DIR
                 (Optional) The base directory used for relative log_file paths. This option is ignored if log_config_append is set.

          --log-file PATH, --logfile PATH
                 (Optional) Name of log file to send logging output to.  If no default is set, logging will go to stderr as defined by use_stderr. This option is ignored if log_config_append is set.

          --nodebug
                 The inverse of --debug

          --nostandard-threads
                 The inverse of --standard-threads

          --nouse-syslog
                 The inverse of --use-syslog

          --noverbose
                 The inverse of --verbose

          --nowatch-log-file
                 The inverse of --watch-log-file

          --pydev-debug-host PYDEV_DEBUG_HOST
                 Host to connect to for remote debugger.

          --pydev-debug-port PYDEV_DEBUG_PORT
                 Port to connect to for remote debugger.

          --standard-threads
                 Do not monkey-patch threading system modules.

          --syslog-log-facility SYSLOG_LOG_FACILITY
                 Syslog facility to receive log lines. This option is ignored if log_config_append is set.

          --use-syslog
                 Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424.  This option is ignored if log_config_append is set.

          --verbose, -v
                 If set to false, the logging level will be set to WARNING instead of the default INFO level.

          --version
                 show program‘s version number and exit

          --watch-log-file
                 Uses logging handler designed to watch file system.  When log file is moved or removed this handler will open a new log file with specified path instantaneously. It makes sense only if log_file option is specified and Linux platform is used. This
                 option is ignored if log_config_append is set.

   FILES
       None

   SEE ALSO
       · OpenStack Keystone

   SOURCE
       · Keystone is sourced in Gerrit git Keystone

       · Keystone bugs are managed at Launchpad Keystone

AUTHOR
       OpenStack

COPYRIGHT
       2012, OpenStack Foundation

                                                                                                                           February 22, 2017                                                                                                         KEYSTONE-MANAGE(1)
时间: 2024-08-27 16:26:54

keystone-manage 手册的相关文章

OpenStack核心组件-keystone

1. Keystone介绍 keystone是OpenStack的组件之一,用于为OpenStack家族中的其它组件成员提供统一的认证服务,包括身份验证.令牌的发放和校验.服务列表.用户权限的定义等等.云环境中所有的服务之间的授权和认证都需要经过 keystone. 因此 keystone 是云平台中第一个即需要安装的服务. 作为 OpenStack 的基础支持服务,Keystone 做下面这几件事情: ?   管理用户及其权限 ?    维护 OpenStack Services 的 Endp

mdadm详细使用手册

1. 文档信息 当前版本 1.2 创建人 朱荣泽 创建时间 2011.01.07 修改历史 版本号 时间 内容 1.0 2011.01.07 创建<mdadm详细使用手册>1.0文档 1.1 2011.01.10 增加”实验”内容 1.2 2012.04.13 删除”实验内容”                   2. mdadm的主要功能 mdadm是一个用于创建.管理.监控RAID设备的工具,它使用Linux中的md驱动. mdadm程序是一个独立的程序,能完成所有软件RAID的管理功能,

U在Apache中运行Keystone

最近一次从Github上更新Keystone的代码后,发现原来bin/keystone-all和bin/keystone-manage都不见了,取而代之的是keystone/cmd/目录下的all.py和manage.py两个python脚本.虽然在测试的virtualenv环境下仍然可以执行原来的命令,但是想试着在Apache中运行Keystone,毕竟这已经是社区力推的启动方式了. 我的系统是Ubuntu,安装了sysv-rc-conf来管理开机时启动的服务,包括Apache2, MySQL

High Availability手册(3): 配置

各种配置在命令行状态下,多用crm进行 Global Cluster Options 这个类型是全局配置,主要包含下面两个: no-quorum-policy quorum的意思是最低法定人数,pacemaker能够继续工作所需要的最少的active的node的个数,这个数是(num of nodes)/2 + 1 如果不能达到法定人数的时候行为如何呢? ignore表示继续运行,如果是两个Node的cluster,只要有一个挂了,就小于最小法定数目了,所有要设为ignore freeze表示已

LVM(Logical Volumn Manage)逻辑卷的常见使用方法

在 Linux 平台中,第三方的软件安装位置一般是:/usr/local/  和  /srv ,随着我们的应用渐渐增多.万一这些目录所在的分区使用完了.但是,这时候我们又需要安装新的应用软件,怎么办呢? Linux 系统中 /usr/share目录是存放帮助手册的,通常该目录所占用的磁盘空间比较大,使用rpm包安装的应用,帮助手册一般会安装到 /usr/share 目录中.分区操作那时没有做到充分全面地考虑,随着我们的应用的增多,该目录所有的分区日渐用尽的情况是有可能的.我们想到最简单的方法就是

Oracle VM + centos7.1+openstack kilo 多结点安装教程---keystone的安装(3)

声明:最近在进行openstack的kilo版本的安装,发现现有的网络教程非常少,而且多数教程并不能安装成功,故写此教程.openstack的安装较为复杂,本教程并不能保证在不同环境下也能将其安装成功.个人安装教程,也难免出错.同时,安装是在虚拟机环境下,真实安装环境需要进行更改. 转载请声明出处: 作者:张某人ER 原文链接:http://blog.csdn.net/xinxing__8185/article/details/51191337 第二部分 keystone的安装 (3) open

TBS 手册 --phpv 翻译

为何使用它? 示例 下载 手册 支持 论坛 推荐 秀出你的站点 http://phpv.net/TBS_Manual.htm#html_automatic 网站: http://www.tinybutstrong.com/index.php?lang=fr 作者: [email protected], Pirjo Date: 2005-08-31 *.^.*.^.*.^.*.^.*.^.*.^.*.^.*.^.*.^.*.^.*.^.*.^.*.^.*.^.* TinyButStrong ver

SQL Server 2016 CTP3 集成R语言安装配置手册

1. 适用范围 SQL Server 2016 CTP3基于 Windows Server 2016 TP3进行单机R集成部署指引手册 非域环境,R非群集 2. 安装准备 2.1 硬件准备 MSDN建议最低1GB内存,但我们考虑到R需要大量内存进行计算故建议至少4GB 2.2 软件准备 Revolution R Open 3.2.2 for Revolution R Enterprise 7.5.0 http://go.microsoft.com/fwlink/?LinkId=626650 Re

理解 Keystone 核心概念 - 每天5分钟玩转 OpenStack(18)

作为 OpenStack 的基础支持服务,Keystone 做下面这几件事情: 管理用户及其权限 维护 OpenStack Services 的 Endpoint Authentication(认证)和 Authorization(鉴权) 学习 Keystone,得理解下面这些概念: User User 指代任何使用 OpenStack 的实体,可以是真正的用户,其他系统或者服务. 当 User 请求访问 OpenStack 时,Keystone 会对其进行验证. Horizon 在 Ident

OpenStack Kilo版加CEPH部署手册

OpenStack Kilo版加CEPH部署手册 作者: yz联系方式: QQ: 949587200日期: 2015-7-13版本: Kilo 转载地址: http://mp.weixin.qq.com/s__biz=MzAxOTAzMDEwMA==&mid=209225237&idx=1&sn=357afdabafc03e8fb75eb4e1fb9d4bf9&scene=5&ptlang=2052&ADUIN=724042315&ADSESSION