Commit Graph

7 Commits

Author SHA1 Message Date
wangqi fc3d9c9a12 Replace py33 with py35
We support py35 now.so it is no need to keep
the supoort for py33.so drop py33

Change-Id: I3dd8a7d79cf1fe1aa9373c5d5e8732386ffa8772
2018-04-18 10:07:47 +00:00
Jianghua Wang ed9c448971 Make os-xenapi package as universal
Now os-xenapi is compatible with both python2 and python3.
This patch is to change the package of os-xenapi as universal.

Change-Id: Ia1314de1b49e17c841b9cc7bf5677dbc092ca62d
2018-03-22 11:22:04 +00:00
Jianghua Wang f88521682e Introduce command: xenapi_bootstrap for kolla deployment.
This commit introduces a command which can be invoked by kolla
playbook to bootstrap XenAPI - xenapi_bootstrap. This command
will invoke some modules's functions to do needed boostrap
tasks. At the moment it includes:
* configure himn
* configure iptalbes to allow traffic
* install xapi plugins to dom0
* gather XenAPI facts and save them into a file
  The facts file will used others e.g. kolla deployment can
  get facts from it and populate relative configures basing
  on the facts.

Change-Id: Ie2d7d40f2755580aac4a10f3d302190a8bd4fe6f
2018-01-09 14:36:05 +00:00
Arundhati Surpur eeda83d507 Removed the older version of python and added 3.5
In setup.cfg file the python 3.4 support is removed
and added 3.5
In tox.ini the python 3.5 is added

Change-Id: I90e0e6895d553ecfbd26dc738d106d797d384c83
2017-07-19 16:38:45 +05:30
Huan Xie 68c5be4b57 Minor fix for letfovers
This patch is to fix the faults and leftovers we found during
test together with nova
1. Add pool back to session
2. Deal with master/slave hosts when creating session
3. Delete version setting in setup.cfg
4. Minor debug log format fix
5. Move XenAPISessionTestCase from nova to os-xenapi,
   in file test_session.py

Change-Id: I7d4fabb00fc594f768323cd61e3d2cd83b25141c
2016-12-12 02:47:11 -08:00
Bob Ball fcb191ebec Fix metadata for first release
Change-Id: I1d11cc911f5216c6569b0a9e32062731627ec5f8
2016-11-18 14:38:23 +00:00
Bob Ball f244bbdd01 Initial cookiecutter commit
Change-Id: I9a4b455d9493cef4bb23f89b4d9ae697998dca5a
2016-10-18 11:59:22 +01:00