Commit Graph

5 Commits

Author SHA1 Message Date
OpenDev Sysadmins 8f538668e5 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:15 +00:00
jiajinke 0214ffa470 rm the pycharm ide files
Change-Id: I357ae16c28542d2debadbd331f0d80af039c8b66
2017-11-08 11:26:09 +08:00
DongZhi 12ccfe1d58 the instance os_type and os_version is not corrent when nova boot an
instance

ImageMeta.py filter all properties, not allow self-define property.
So fc driver shoud use nova common properties to pass the os_type and
os_version

Change-Id: I7807bf28d2081d30c70f555ad27b30b44b56ba0c
2016-11-30 11:51:14 +08:00
DongZhi 5421274a23 Initial Load of Nova FusionCompute Project
Initial work to enable the Nova FusionCompute project in git.
The work done here provides:
    - .gitignore - Indicate which files not to track within Git.
	- .gitreview - Input to the git-review command on how to send to Gerrit.
	- .testr.conf - Conf file input for the testr command (UT)
	- CONTRIBUTING.rst - Information on how to contribute.
	- HACKING.rst - Information on what needs to be done for updates.
	- LICENSE - The license for the project - README.rst
	- Information on what this project is. Currently this is the blueprint.
	- openstack-common.conf - Required openstack configuration for all projects
	- setup.cfg - Input to the setup.py on how to execute certain actions.
	- setup.py - Used for build of the project. - requirements.txt
	- Required packages (and levels) to run the code.
	- test-requirements.txt
	- Required packages (and levels) in addition to the requirements, that indicates what is needed to run the UT.
	- tox.ini - The input for the tox commands. In addition, a base set of packages for the agent and unit tests were loaded in.

Change-Id: Id76684afa9c8617b40e8b175785f94ce7fb9a1d6
2016-10-21 13:07:50 +08:00
OpenStack Project Creator 9be8b6d8aa Added .gitreview 2016-10-19 07:15:18 +00:00