问答详情
源自:-

OpenStack 如何通过命令行更新租户的信息?

网页可以,命令行应该也可以。

提问者:刻骨铭心_ 2016-06-21 10:41

个回答

  • XhstormR
    2016-06-21 10:41:39
    已采纳

    [root@station140 ~(keystone_admin)]# keystone tenant-update --description="use for test." --enabled=true cloud
    [root@station140 ~(keystone_admin)]# keystone tenant-get cloud
    +-------------+----------------------------------+
    |   Property  |              Value               |
    +-------------+----------------------------------+
    | description |          use for test.           |
    |   enabled   |               True               |
    |      id     | 9467f30b8bba4770a06a687e4584636b |
    |     name    |              cloud               |
    +-------------+----------------------------------+

    望采纳。