Hi all,
I have noticed that pip release a new version days ago, and when I test on my
own CI system
trigered by job openstack-zuul-jobs-linters, there was an error, looks like pip
version installed in nodepool image is higher the the code need:
File:
https://github.com/openstack-infra/zuul-jobs
On 2018-04-16 20:52:22 +0800 (+0800), 张幸 wrote:
> I have noticed that pip release a new version days ago, and when I
> test on my own CI system trigered by job
> openstack-zuul-jobs-linters, there was an error, looks like pip
> version installed in nodepool image is higher the the code need:
>
> F
Is there a better way to do this?
nova_client = os_client_config.make_client('compute',cloud =
'cloud1-project1')
conn.nova_client.servers.reboot(server_id)
I've been reading through the methods:
https://docs.openstack.org/shade/latest/user/usage.html
I only see reboot options for baremeta