Skip to content

Commit fee742b

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Move Sahara into in-tree plugin"
2 parents 17a16f3 + 3381e09 commit fee742b

9 files changed

Lines changed: 4 additions & 355 deletions

File tree

MAINTAINERS.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ OpenFlow Agent (ofagent)
6363
* YAMAMOTO Takashi <yamamoto@valinux.co.jp>
6464
* Fumihiko Kakuma <kakuma@valinux.co.jp>
6565

66-
Sahara
67-
~~~~~~
68-
69-
* Sergey Lukjanov <slukjanov@mirantis.com>
70-
7166
Swift
7267
~~~~~
7368

doc/source/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ Scripts
170170
* `lib/nova <lib/nova.html>`__
171171
* `lib/oslo <lib/oslo.html>`__
172172
* `lib/rpc\_backend <lib/rpc_backend.html>`__
173-
* `lib/sahara <lib/sahara.html>`__
174173
* `lib/swift <lib/swift.html>`__
175174
* `lib/tempest <lib/tempest.html>`__
176175
* `lib/tls <lib/tls.html>`__
@@ -181,7 +180,6 @@ Scripts
181180

182181
* `extras.d/50-ironic.sh <extras.d/50-ironic.sh.html>`__
183182
* `extras.d/60-ceph.sh <extras.d/60-ceph.sh.html>`__
184-
* `extras.d/70-sahara.sh <extras.d/70-sahara.sh.html>`__
185183
* `extras.d/70-tuskar.sh <extras.d/70-tuskar.sh.html>`__
186184
* `extras.d/70-zaqar.sh <extras.d/70-zaqar.sh.html>`__
187185
* `extras.d/80-tempest.sh <extras.d/80-tempest.sh.html>`__
@@ -238,7 +236,6 @@ Exercises
238236
* `exercises/floating\_ips.sh <exercises/floating_ips.sh.html>`__
239237
* `exercises/horizon.sh <exercises/horizon.sh.html>`__
240238
* `exercises/neutron-adv-test.sh <exercises/neutron-adv-test.sh.html>`__
241-
* `exercises/sahara.sh <exercises/sahara.sh.html>`__
242239
* `exercises/sec\_groups.sh <exercises/sec_groups.sh.html>`__
243240
* `exercises/swift.sh <exercises/swift.sh.html>`__
244241
* `exercises/volumes.sh <exercises/volumes.sh.html>`__

doc/source/plugin-registry.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The following are plugins that exist for official OpenStack projects.
2222
+--------------------+-------------------------------------------+--------------------+
2323
|magnum |git://git.openstack.org/openstack/magnum | |
2424
+--------------------+-------------------------------------------+--------------------+
25+
|sahara |git://git.openstack.org/openstack/sahara | |
26+
+--------------------+-------------------------------------------+--------------------+
2527
|trove |git://git.openstack.org/openstack/trove | |
2628
+--------------------+-------------------------------------------+--------------------+
2729
|zaqar |git://git.openstack.org/openstack/zarar | |

exercises/sahara.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

extras.d/70-sahara.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

lib/sahara

Lines changed: 0 additions & 259 deletions
This file was deleted.

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ source $TOP_DIR/lib/rpc_backend
505505
check_rpc_backend
506506

507507
# Service to enable with SSL if ``USE_SSL`` is True
508-
SSL_ENABLED_SERVICES="key,nova,cinder,glance,s-proxy,neutron,sahara"
508+
SSL_ENABLED_SERVICES="key,nova,cinder,glance,s-proxy,neutron"
509509

510510
if is_service_enabled tls-proxy && [ "$USE_SSL" == "True" ]; then
511511
die $LINENO "tls-proxy and SSL are mutually exclusive"

0 commit comments

Comments
 (0)