Commit Graph

11 Commits

Author SHA1 Message Date
Takashi Kajinami 36d91f1fab Update bug tracker url
Since the placement project was migrated back from storyboard to
launchpad, a bug should be reported to the placement project in
launchpad.

Change-Id: Ib36a56fa0609ba75312198853fc1d697057807fd
2024-02-07 11:18:19 +09:00
Chris Dent 6bb08072cb Update README to be a bit more clear
Also link to placement docs for some context.

Change-Id: I5d0603cd5587d08f8c1d9ef91fbd73069ff57f59
Story: 2005170
Task: 29911
2019-09-10 13:29:08 +01:00
caoyuan 098b1e0a50 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I4234531821d18c7f442c83ccb1f341866b2d1d19
2019-04-26 18:05:39 +08:00
Chris Dent 5033915aa8 Update bug links for storyboard
Update the README and CONTRIBUTING .rst docs to reflect new location
for bugs.

Change-Id: I6be05868ac54c9c38575c0ac69281310d09bcb5d
Story: 2005131
Task: 29814
2019-03-11 17:44:36 +00:00
qingszhao ec4106d57e Add release note link in README
Change-Id: Ie1570f5b655ffa1721be7df026e0af90d7c110d7
2018-06-27 23:19:22 +08:00
gaozx 81dc8dad7b Update the documentation urls
Change-Id: Ib8c1859663d2ddbef16d9d380d12cd90faa40b53
2017-09-06 14:56:01 +08:00
Stephen Finucane 9ca11e9be0 doc: Create directory structure for docs migration
The spec [1] recommends the following sections:

- install
- contributor
- configuration
- cli
- admin
- user
- reference

Only a few of these are useful here:

- install
- contributor
- user
- reference

Add these and populate them.

[1] specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration

Change-Id: I70c77761a0a26a46d092bb09a29374b72c0d49ca
2017-07-04 16:16:56 +01:00
Jay Pipes 5a704fd08d remove redundant get_symbol_names() func
The os_traits.get_symbol_names() function implementation was identical to the
os_traits.get_traits() function. Remove it.

Change-Id: I8656d98e51258b641190cfca1da71348ca7b6752
2017-05-04 19:47:02 -04:00
Jay Pipes 9452af54b1 normalize constants to align with resource classes
Changes the lowercased constants to uppercase and replaces the : with a
_ character. This aligns with the naming convention for resource classes
in the placement API.

Change-Id: Ic8e87ff8db5b1893d2060af01bf48adda712a27c
2017-03-03 12:20:38 +00:00
Jay Pipes d5ab376e0a Rename capabilities to traits 2016-09-19 11:00:31 -04:00
Jay Pipes 7d2a583f32 Initial commit of os-capabilities library
Adds the basics of the new os-capabilities library, including a README
and a couple helper functions that allow the user to list both symbol
names as well as the capability strings themselves.

Added x86 CPU instruction set extensions as an initial set of namespaced
standardized capability strings.
2016-08-03 19:25:39 -04:00