catalog:
keystone catalog 可以顯示所有已有的service
keystone catalog --service service-type 顯示某個service資訊
endpoint:
endpoint-create create a new endpoint associated with a service
endpoint-delete delete a service endpoint
endpoint-get
endpoint-list list configured service endpoints
keystone help endpoint-create
--region endpoint region region表示不同的範圍,類似c++中命名空間,把服務「隔離「。
--service-id , --service_id id of service associated with endpoint
--publicurl public url endpoint
--adminurl admin url endpoint
--internalurl internal url endpoint
keystone help endpoint-get
--service service type to select
--endpoint-type endpoint type to select # adminurl,publicurl,internalurl
--attr service attribute to match for selection
--value value of attribute to match
role:指定乙個名字就ok,建立role後,根據policy檔案去決定具有那些訪問許可權。由sa去分配和管理。
role-create create new role
role-delete delete role
role-get display role details
role-list list all roles
service,即服務,給catalog新增service。
service-create add service to service catalog
service-delete delete service from service catalog
service-get display service from service catalog
service-list list all services in service catalog
--name name of new service (must be unique)
--type service type (one of: identity, compute, network,
image, or object-store)
--description description of service
tenant,即資源。
tenant-create create new tenant
tenant-delete delete tenant
tenant-get display tenant details
tenant-list list all tenants
tenant-update update tenant name, description, enabled status
keystone help tenant-create
--name new tenant name (must be unique)
--description description of new tenant (default is none)
--enabled initial tenant enabled status (default true)
user,即使用者,訪問api或資源的抽象體。
user-create create new user
user-delete delete user
user-get display user details.
user-list list users
user-password-update
update user password
keystone help user-create
--name new user name (must be unique)
--tenant-id # 可以不指定,推遲通過user-role-add關聯到某個tenant
new user default tenant
--pass new user password
--email new user email address
--enabled initial user enabled status (default true)
keystone help user-list
--tenant-id tenant id; lists all users if not specified
keystone help user-role-add
--user-id , --user_id user id
--role-id , --role_id role id
--tenant-id tenant id
keystone help user-role-list 檢視推遲關聯的user對應的tenant資訊
--user-id list roles granted to a user
--tenant-id list roles granted on a tenant
keystone help user-role-remove
--user-id , --user_id user id
--role-id , --role_id role id
--tenant-id tenant id
注意:update 是分開的。
user-password-update: update password user-update :update user's name, email, and enabled status
BCP簡要說明
bcp是sybase公司提供專門用於資料庫表一級資料備份的工具。一般存放在所安裝的ase或者open client 的bin目錄中。12版本以前的ase,bcp存放目錄為 sybase bin 12版本 含12版本 以後存放目錄為 sybase ocs 12 x bin 其中 sybase為syba...
initcall debug簡要說明
linux version 3.10.40 1.使用說明 documentation kernel parameters.txt中的說明如下 initcall debug knl trace initcalls as they are executed.useful for working out ...
ramoops pstore簡要說明
1.pstore pstore是persistent storage的縮寫。核心發生異常時如果能將日誌等資訊儲存下來不丟失,那麼就可以通過這些資訊來定位問題。不同的平台可以提供的儲存位置不同,例如有些平台支援硬碟,有些不支援。除了平台差異,異常型別也決定了在發生異常時該儲存位置是否還可用。pstor...