<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.iwillfearnoevil.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Openstack</id>
	<title>Openstack - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.iwillfearnoevil.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Openstack"/>
	<link rel="alternate" type="text/html" href="https://wiki.iwillfearnoevil.com/mediawiki/index.php?title=Openstack&amp;action=history"/>
	<updated>2026-06-22T04:44:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://wiki.iwillfearnoevil.com/mediawiki/index.php?title=Openstack&amp;diff=691&amp;oldid=prev</id>
		<title>Chubbard: Created page with &quot;== Openstack Notes and Examples ==  Find the subnets of the Floating IP addresses via loop * chatGPT derived * Note the sed to strip out the python style list result &lt;pre&gt; for NET in $(openstack network list --external -f value -c ID); do   echo &quot;Network: $(openstack network show &quot;$NET&quot; -f value -c name)&quot;    openstack network show &quot;$NET&quot; -f value -c subnets |     sed &quot;s/[][]//g; s/'//g; s/, /\n/g&quot; |     while read -r SUBNET; do       openstack subnet show &quot;$SUBNET&quot; -f va...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.iwillfearnoevil.com/mediawiki/index.php?title=Openstack&amp;diff=691&amp;oldid=prev"/>
		<updated>2026-06-17T17:55:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Openstack Notes and Examples ==  Find the subnets of the Floating IP addresses via loop * chatGPT derived * Note the sed to strip out the python style list result &amp;lt;pre&amp;gt; for NET in $(openstack network list --external -f value -c ID); do   echo &amp;quot;Network: $(openstack network show &amp;quot;$NET&amp;quot; -f value -c name)&amp;quot;    openstack network show &amp;quot;$NET&amp;quot; -f value -c subnets |     sed &amp;quot;s/[][]//g; s/&amp;#039;//g; s/, /\n/g&amp;quot; |     while read -r SUBNET; do       openstack subnet show &amp;quot;$SUBNET&amp;quot; -f va...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Openstack Notes and Examples ==&lt;br /&gt;
&lt;br /&gt;
Find the subnets of the Floating IP addresses via loop&lt;br /&gt;
* chatGPT derived&lt;br /&gt;
* Note the sed to strip out the python style list result&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
for NET in $(openstack network list --external -f value -c ID); do&lt;br /&gt;
  echo &amp;quot;Network: $(openstack network show &amp;quot;$NET&amp;quot; -f value -c name)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  openstack network show &amp;quot;$NET&amp;quot; -f value -c subnets |&lt;br /&gt;
    sed &amp;quot;s/[][]//g; s/'//g; s/, /\n/g&amp;quot; |&lt;br /&gt;
    while read -r SUBNET; do&lt;br /&gt;
      openstack subnet show &amp;quot;$SUBNET&amp;quot; -f value -c name -c cidr -c allocation_pools&lt;br /&gt;
    done&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Openstack]]&lt;/div&gt;</summary>
		<author><name>Chubbard</name></author>
	</entry>
</feed>