Skip to content

Commit f73d6f6

Browse files
authored
Merge pull request #1837 from qahmed1998/QA-fix-images
Fix image URLs + minor edits for text to appear correctly on line
2 parents b0abe6c + 09ac041 commit f73d6f6

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

managing_providers/cloud_providers/_topics/adding_azure_providers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ you need to register the Microsoft Insights resource provider.
6767
2. Enter **microsoft.insights** in the search box.
6868
3. If the provider isn't registered, then select the checkbox, and click **Register**.
6969

70-
![Microsoft Insights Resource Provider](../../../images/azure-microsoft-insights.png)
70+
![Microsoft Insights Resource Provider](../../images/azure-microsoft-insights.png)
7171

7272
**Add an Azure Cloud Provider**:
7373

7474
1. Browse to the menu and click **Compute** > **Clouds** > **Providers**.
7575

7676
2. Click **Configuration**, then click
77-
![1862](../../../images/1862.png) (**Add a New Cloud Provider**).
77+
![1862](../../images/1862.png) (**Add a New Cloud Provider**).
7878

7979
3. Enter a **Name** for the provider.
8080

managing_providers/cloud_providers/_topics/adding_google_compute_engine_providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To add a Google Compute Engine provider to {{ site.data.product.title_short }},
2828
1. Browse to menu: **Compute > Clouds > Providers**.
2929

3030
2. Click **Configuration**, then click
31-
![1862](../images/1862.png) (**Add a New Cloud Provider**).
31+
![1862](../../images/1862.png) (**Add a New Cloud Provider**).
3232

3333
3. Enter a **Name** for the provider.
3434

managing_providers/cloud_providers/_topics/enabling_gce_events.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ in {{ site.data.product.title_short }}.
2121

2222
1. In Google Cloud Platform, select your project from the top menu bar.
2323

24-
2. Click ![gce products services](../images/gce-products-services.png) to
24+
2. Click ![gce products services](../../images/gce-products-services.png) to
2525
show the **Products and Services** menu. Click **API Manager** to go
2626
to <https://console.cloud.google.com/apis/library/>.
2727

@@ -41,7 +41,7 @@ in {{ site.data.product.title_short }}.
4141
<!-- end list -->
4242

4343
1. In Google Cloud Platform, select your project and browse to ![gce
44-
products services](../images/gce-products-services.png) **Products
44+
products services](../../images/gce-products-services.png) **Products
4545
and Services > IAM & Admin > IAM** to go to
4646
<https://console.cloud.google.com/iam-admin/iam/>.
4747

@@ -71,7 +71,7 @@ Compute Engine project to export events to {{ site.data.product.title_short }} w
7171
following steps:
7272

7373
1. In Google Cloud Platform, click ![gce products
74-
services](../images/gce-products-services.png) to show the **Products
74+
services](../../images/gce-products-services.png) to show the **Products
7575
and Services** menu, and click **Logging** to go to
7676
<https://console.cloud.google.com/logs/>.
7777

@@ -90,7 +90,7 @@ following steps:
9090
7. In the **Create Cloud Pub/Sub Topic** dialog, enter
9191
`manageiq-activity-log` as the **Name**. Click **Create**.
9292

93-
![gce exports](../images/gce-exports.png)
93+
![gce exports](../../images/gce-exports.png)
9494

9595
8. Click **Save**.
9696

managing_providers/storage_providers/ibm_cloud_object_storage_managers.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ For a list of supported regions please refer to this [page](https://cloud.ibm.co
2222
1. [Create](https://cloud.ibm.com/objectstorage/create) new Cloud Object Storage instance in IBM Cloud Console.
2323

2424
2. Create access credentials by navigating to **Service Credentials -> New Credential** in your new instance.
25+
2526
![Import Image Button Screenshot](../../images/new_cos_creds.png)
27+
2628
Make sure to choose the **Manager** role and to enable **Include HMAC Credential** option.
2729

2830
3. Next navigate to `Manage -> Access (IAM) -> Service IDs`, find your newly created credential and edit it.
31+
2932
![pvc_reg](../../images/cos_access_policies.png)
3033

3134
4. Select `Viewer` checkbox under `Platform Access` group and press `Add`.
35+
3236
![pvc_reg](../../images/cos_viewer.png)
3337

3438
5. Browse to {{ site.data.product.title_short }} menu **Storage > Managers**.

provisioning_virtual_machines_and_hosts/_topics/cfme_lifecycle.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ pre-processing and post-processing. Pre-processing acquires IP addresses
3737
for the user, creates CMDB instances, and creates the virtual machine or
3838
instance based on information in the request. Post-processing activates
3939
the CMDB instance and emails the user. The steps for provisioning may be
40-
modified at any time using {{ site.data.product.title_short }}. ![2314](../images/2314.png)
40+
modified at any time using {{ site.data.product.title_short }}.
41+
42+
![2314](../images/2314.png)

provisioning_virtual_machines_and_hosts/_topics/provisioning_requests.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ The following options are available when making provisioning requests:
1717

1818
- Customize the guest operating system
1919

20-
- Schedule the provisioning ![2315](../images/2315.png)
20+
- Schedule the provisioning
21+
22+
![2315](../images/2315.png)
2123

2224
### Requirements for Provisioning Virtual Machines and Instances
2325

0 commit comments

Comments
 (0)