openstacksdk test하는 법

[개념 공부]오픈스택 오브젝트 저장소(switf)

glance client 이관 프로젝트

[OpenStack] 과제 정리

오픈스택 로그인

정보

This is your host IP address: 125.6.39.42
This is your host IPv6 address: ::1
Horizon is now available at <http://125.6.39.42/dashboard>
Keystone is serving at <http://125.6.39.42/identity/>
The default users are: admin and demo
The password: 
# admin login
source openrc admin demo
WARNING: setting legacy OS_TENANT_NAME to support cli tools.

# server list
stack@pyk-devstack:~/devstack$ openstack server list
+--------------------------------------+----------+--------+---------------------------------------------------------+--------------------------+---------+
| ID                                   | Name     | Status | Networks                                                | Image                    | Flavor  |
+--------------------------------------+----------+--------+---------------------------------------------------------+--------------------------+---------+
| 3fa244c3-b7d2-4d90-857e-405c12be9d35 | zeze     | ACTIVE | private=10.0.0.12, fdb9:40b6:ac5f:0:f816:3eff:fe16:6088 | N/A (booted from volume) | m1.nano |

pycham에서 server list 출력

/Users/zeze_home/project_dir/python-openstackclient/venv/bin/python /Users/zeze_home/project_dir/python-openstackclient/openstackclient/shell.py server list
Readline features including tab completion have been disabled because
no supported version of readline was found. To resolve this, install
pyreadline3 on Windows or gnureadline on Linux/Mac.

+--------------------------------------+------+--------+---------------------------------------------------------+--------------------------+---------+
| ID                                   | Name | Status | Networks                                                | Image                    | Flavor  |
+--------------------------------------+------+--------+---------------------------------------------------------+--------------------------+---------+
| b88b5995-e6df-46d2-b251-c9fdc8346019 | demo | ACTIVE | private=10.0.0.45, fd4f:825b:a360:0:f816:3eff:feb3:d96f | N/A (booted from volume) | m1.nano |
+--------------------------------------+------+--------+---------------------------------------------------------+--------------------------+---------+

Process finished with exit code 0

0721 노트필기

오픈스택 기여 방식

파이썬 테스트하는 법

과제

0714 과제

https://openstack.dooray.com/project/3313871690906128357?contentsType=wiki&pageId=3317674618000238206