Commit Graph

511 Commits

Author SHA1 Message Date
Tony Breeds 3189ea2fa6 Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: Ibe06f43237be472f8790cd58010769dae421e4c2
2017-09-12 16:19:38 -06:00
Jenkins 3b3c9cc98b Merge "Add release notes for Pike" 2017-07-25 02:13:28 +00:00
lidong 23ec656fc3 Can not create node
params is json
changed:- node = senlin.node_create(request, params)
To:- node = senlin.node_create(request, **params)

Change-Id: I06fa68e50eb4ccf9aadd5d7aab8854f67036b720
Closes-Bug:  #1705986
2017-07-24 16:14:47 +08:00
Shu Muto 0ba6cd04f5 Add release notes for Pike
Change-Id: Ie02d51c725e6c235a3bb17a937db8a038fb4c84c
2017-07-24 17:09:34 +09:00
Shu Muto 4ba585edd2 Rearrange existing documentation to fit the new standard layout
This patch changes directory structure for docs.

For more detail, see the doc migration spec:
http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Change-Id: I9c0ea03780b4fe0348408b1ca1d1532acb55977e
2017-07-13 17:45:01 +09:00
Kiran_totad 49a8d768bc Can not create profile
opts is json
changed:- profile = senlin.profile_create(request, opts)
To:- profile = senlin.profile_create(request, **opts)

Change-Id: I1343d96646f52227aa4f1b99062c702aab36ac9a
Closes-Bug: #1689251
2017-07-11 09:16:17 +00:00
Van Hung Pham 5fe9c97229 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I08c9333bba41434efad02675f85e18384a9f4890
2017-06-28 16:40:52 +07:00
OpenStack Proposal Bot 57acaeaeca Updated from global requirements
Change-Id: I8c6f5c1f8b8dd837c03bc6cb5dca98ccaf2f4a11
2017-06-27 12:23:35 +00:00
Jenkins 97f7ea4a11 Merge "Optimize the link address" 2017-06-26 09:51:52 +00:00
OpenStack Proposal Bot 4edb92ec26 Updated from global requirements
Change-Id: I1c7161d42e26554b29f711d26a27251f117c3744
2017-06-22 21:39:39 +00:00
Jenkins 59bda97a7f Merge "hacking: Specify white list rules in noqa explicity" 2017-06-22 06:52:09 +00:00
Shu Muto 0b05dfcc0e hacking: Specify white list rules in noqa explicity
If 'noqa' is specified all hacking checks are disabled.
It is better to ignore specific rules explicitly rather than
ignoring all. The recent flake8 supports this [1].

[1] http://flake8.pycqa.org/en/stable/user/ignoring-errors.html

Change-Id: I0a907a22f99282a44526817346383f391d94b29e
2017-06-22 14:22:53 +09:00
Shu Muto e883fab46a ignore nose test results
To exclude nose test results from git management,
add '*nose_results.html' into .gitignore.

Change-Id: I7b3dc7f3fe89dbac9c7156fe2cd1978495fa9fae
2017-06-22 13:43:16 +09:00
Van Hung Pham bed568ef55 Optimize the link address
Use https instead of http and also update a few urls
to ensure safety and correctness.

Change-Id: I5d2aea7ddb980bc3ec9d799eb60be609f94200d3
2017-06-22 11:38:46 +07:00
OpenStack Proposal Bot ccefad947e Updated from global requirements
Change-Id: Ie6bf56e4a9f1cedcd5f31c4f1e9e00196674c499
2017-06-06 01:18:12 +00:00
Vu Cong Tuan 66f3f3ead9 Replaces yaml.load() with yaml.safe_load()
Yaml.load() return Python object may be dangerous if you receive
a YAML document from an untrusted source such as the Internet.
The function yaml.safe_load() limits this ability to simple Python
objects like integers or lists.

Reference:
https://security.openstack.org/guidelines/
dg_avoid-dangerous-input-parsing-libraries.html

Change-Id: I02d7d00d1a48250d2cf045725c1000a6780b4299
2017-06-03 18:03:15 +07:00
Jenkins e1015ad5ce Merge "Fix the profile view" 2017-05-19 06:22:15 +00:00
tengqm a1f5539fce Fix the profile view
The "permission" field is not returned from senlin service. This patch
removes the condition check in profile view.

Change-Id: I3761b3125599ec79088209d1381b40e43e302ce7
2017-05-18 21:37:46 -04:00
OpenStack Proposal Bot aa53f80b63 Updated from global requirements
Change-Id: Ib187981e8cd0926dbebec87dc16aeff0eef72337
2017-05-17 03:59:30 +00:00
OpenStack Proposal Bot b43c6c17e2 Updated from global requirements
Change-Id: I0e52cee25b273ed53e83f74cb54602bb496abad1
2017-05-15 00:55:58 +00:00
Jenkins 5431a8bb29 Merge "Remove the file encoding which is unnecessary" 2017-04-20 02:18:40 +00:00
Jenkins 6927395324 Merge "Refresh test environments" 2017-04-13 03:33:47 +00:00
Jenkins 54868ef421 Merge "Updated from global requirements" 2017-04-13 03:33:41 +00:00
Shu Muto f708e497d6 Refresh test environments
This patch refreshes py27 environment setup and add py35 to envlist.
To fix errors in py35 test, use reverse instead reverse_lazy.
Also, remove run_tests.sh that is no longer used.

Change-Id: I5a3d4fa6017f51ec98ae423750866475dc5f20f5
Co-Authored-By: Akihito INOH <aki-inou@rs.jp.nec.com>
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
2017-04-13 11:09:35 +09:00
OpenStack Proposal Bot 47c555a3e3 Updated from global requirements
Change-Id: Iba97dfcff09ac776f24f821bebf18db96a866008
2017-04-12 04:23:00 +00:00
OpenStack Proposal Bot 72b81b6c1b Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I383cc7057d1f43a3b584a59416c000cff272011b
2017-04-11 06:34:18 +00:00
OpenStack Proposal Bot e95ff01f72 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Ie0bb31f3f5392810d73e7e5e741d018e3f830e62
2017-03-28 08:57:19 +00:00
Shu Muto 2c0d48e05a Use detailRoute constant for path of details view
This patch replaces hard coded "project/ngdetails/" for path of
details view to constant using "horizon.app.core.detailRoute".

Change-Id: I1697c87f9ea281ee4fa8963f96bb3b66b9d6cca5
Closes-Bug: #1641250
2017-03-21 16:17:40 +09:00
OpenStack Proposal Bot 0c50719352 Updated from global requirements
Change-Id: I2b33d5f2795264f689f64eb2e42960f6680c5886
2017-03-03 03:09:28 +00:00
OpenStack Proposal Bot 1a1bb8a168 Updated from global requirements
Change-Id: I29eb085b561b1db41fdffdc59df767f1e2987468
2017-03-03 01:29:38 +00:00
Shu Muto 193a7dabca Update to a newer hacking library
The older hacking library has a cap on pbr <2.0, with the recent 2.0.0
release of PBR it's causing failures in the pep8 job. hacking isn't
kept in sync via the typical proposal-bot updates. Do it manually to
clear the gate issue.

Change-Id: I0225e892f4ee02f253f0737ccfdea22d94cf2147
Related-Bug: #1668848
2017-03-02 18:50:48 +09:00
Jeremy Liu 9537eaff24 Fix oslo_debug_helper not running
Specify test directory so that tox won't complain
`ImportError: Start directory is not importable`

Change-Id: I53ca21fc88922d80e4b327cc53f55d96eb105c73
2017-02-28 12:34:19 +08:00
Jeremy Liu 3c07adc254 Fix warning when running `tox -e debug`
Console complains warning as below:
WARNING:test command found but not installed in testenv
  cmd: /usr/bin/oslo_debug_helper

Change-Id: I8cb26d39d7c2af7c7dc3883b5ebec304890a8f49
2017-02-22 00:15:13 +08:00
OpenStack Release Bot 7c15859f73 Update reno for stable/ocata
Change-Id: I161a510fe10de61a56783242ab4cc510aeac6e44
2017-02-16 10:00:39 +00:00
Jenkins 59eaf4d998 Merge "Update README file" 2017-02-16 06:42:16 +00:00
Jeremy Liu 80ba54bc02 Update README file
The actual folder is openstack-dashboard when dashboard is installed.

Change-Id: Ia8d414311d4c8b8584c4b2c668606f28d3808584
2017-02-14 16:27:14 +08:00
Zhenguo Niu 4acf7dc5b2 Reorganize docs
Currently our docs is only the README, this reorganized it and will
add more docs later then add a job to publish it to docs.openstack.org

Depends-On: I30eb86aa42ef3b2dc2a40749ce2b36a25b55fe2c
Change-Id: I054ddfc1f61fa0d5df63ef27c29fe82d8bedc25b
2017-02-14 05:18:13 +00:00
yuhui_inspur e9a307c4af Remove the file encoding which is unnecessary
Basically, the commit removes the file encoding - since jenkins is fine
with it, means it was really unnecessary and the change makes sense.

Change-Id: I6e8407e7a78e8d6554b00ea0e1ca28b4c9128a4e
2017-02-11 01:22:06 +00:00
Jenkins d5746fe074 Merge "Updated from global requirements" 2017-02-10 06:57:51 +00:00
OpenStack Proposal Bot ca8f66cc66 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I428a70cd8af5f92a7f47da151237541bdd741d39
2017-02-10 06:22:32 +00:00
OpenStack Proposal Bot a1c34b3106 Updated from global requirements
Change-Id: Ib4febbb6527173bba7f8fbcabe409ddbb1432dc6
2017-02-10 06:00:28 +00:00
Jenkins d3e0851b93 Merge "Add senlin-dashboard installation guide" 2017-02-10 05:06:39 +00:00
Jenkins d5c1c8bb86 Merge "Use type rather than type_name" 2017-02-10 04:47:00 +00:00
Zhenguo Niu 8c7dd17ccf Add senlin-dashboard installation guide
Currently we only provide the devstack installation doc with senlin
enabled, It's better to also add a guide for separately installation.

Change-Id: Icac4cbdd0c658381777e1e0cb923ae1df8d33a12
2017-02-10 03:03:17 +00:00
jing.liuqing 03c2baae26 Cluster status should be translatable
Change-Id: If77e40a41b21bd81b25a21a219682c4cccc349ca
2017-02-06 22:41:24 +08:00
jing.liuqing abaab0400d Use type rather than type_name
Senlin api return {"type": "os.nova.server-1.0"}

Change-Id: Ie983f308e8f9e4dfd457b98f61c5648c98bf7b3b
2017-02-06 22:34:55 +08:00
OpenStack Proposal Bot a43185c9e3 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Ib41916b9f592c32497206dbecc275da3ec2d497a
2017-02-06 06:20:13 +00:00
Jenkins cc6e63953c Merge "Node Status should be translatable" 2017-02-06 02:33:53 +00:00
Jenkins c6664620e2 Merge "Cleanup unnecessary blank line" 2017-02-06 02:21:19 +00:00
Jenkins cb0661aca5 Merge "Use more readable toast message" 2017-02-06 02:17:52 +00:00